Search found 45 matches

by gradosic
Thu Sep 12, 2013 1:47 am
Forum: eXpress++ Support
Topic: Printer name
Replies: 2
Views: 7415

Printer name

Hi everyone,

Anyone knows how to return printer name when print job has started with DCPRINT ON ?

example:

DCPRINT ON TO OPRINTER
IF Valtype(oPrinter) # 'O' .OR. !oPrinter:lActive
BREAK
ENDIF
..
..
?? current printer name (selected printer in this job) ??
by gradosic
Thu May 09, 2013 2:16 am
Forum: eXpress++ Support
Topic: XPPushbutton Bitmap & Caption
Replies: 0
Views: 5218

XPPushbutton Bitmap & Caption

Roger, When I put Bitmap in button, and text Caption with XPPushbutton, and if bitmap is same size as button I don't see text even if I put bitmap first... code: aCaptions := { ; { SOME_BITMAP,,0,0, 100, 100}; // first bitmap { "TEXT", GRA_CLR_BLACK, 0, 0, , ,XBPALIGN_HCENTER+XBPALIGN_VCENTER,'14.Ar...
by gradosic
Tue May 07, 2013 2:39 am
Forum: Xbase++ Support
Topic: Large decimal numbers
Replies: 9
Views: 22009

Re: Large decimal numbers

TOM, IT'S WORKING !!!!!

I just put start konto to 7 decimal (in germany is 8) and I get right IBAN back !!


thank you !!!!!!!!!!!!!
by gradosic
Tue May 07, 2013 2:30 am
Forum: Xbase++ Support
Topic: Large decimal numbers
Replies: 9
Views: 22009

Re: Large decimal numbers

Thanks, I will try this!
by gradosic
Tue May 07, 2013 2:09 am
Forum: Xbase++ Support
Topic: Large decimal numbers
Replies: 9
Views: 22009

Re: Large decimal numbers

Yes, you are right... I need to calculate IBAN check number...
I look at this forum, but ... "ich nix verstehen" :-) german language.... do you have on this on some other place?
by gradosic
Tue May 07, 2013 12:10 am
Forum: Xbase++ Support
Topic: Large decimal numbers
Replies: 9
Views: 22009

Large decimal numbers

Hi guys,

does anyone knows how to work with large numbers (23 dec) ?
for example, we need to do next action

A=24840081102824244172700
B=97
X=A/B
Result = X - INT(X)

Problem is that xbase only use 18 decimals, no 23.... :-)
by gradosic
Tue May 07, 2013 12:04 am
Forum: eXpress++ Support
Topic: Smart Card Reader
Replies: 1
Views: 5659

Re: Smart Card Reader

Hi,

We use cryptosys for smart card and certificate.

http://www.cryptosys.net/pki/
by gradosic
Mon Apr 22, 2013 2:59 am
Forum: eXpress++ Support
Topic: Parent objects and HIDE option
Replies: 1
Views: 5045

Parent objects and HIDE option

Hi guys, Does anyone knows how to hide static object and his parent objects? We use staticbox and inside this object more buttons and static objects that are parent to first one, but when we hide main static object, parent objects are still visible ??? We create eveything with express. for example: ...
by gradosic
Wed Mar 20, 2013 1:56 pm
Forum: eXpress++ Support
Topic: Large numbers of DCPUSHButtons
Replies: 9
Views: 13133

Re: Large numbers of DCPUSHButtons

Auge i't possible to create static object, but when I put buttons in static and HIDE static, buttons stay visible even they are parent to static... Why hide function don't work with parent obect inside static?
by gradosic
Wed Mar 20, 2013 7:39 am
Forum: eXpress++ Support
Topic: Large numbers of DCPUSHButtons
Replies: 9
Views: 13133

Re: Large numbers of DCPUSHButtons

Roger,

code in attach