Hello,
Last week i had very busy. Sorry i couldn't respond.
The problem is still there. I don't print at position 0,0.
I am using a very old (i think) version of Express++.
It's version 1.8 build 227. The xbase++ version is 1.80 release 1.80.284.
Can that be the problem of my problems?
Search found 6 matches
- Sun Dec 15, 2013 12:31 pm
- Forum: eXpress++ Support
- Topic: DCPRINT ON eject a blank page on my printer
- Replies: 7
- Views: 10404
- Fri Nov 29, 2013 1:49 pm
- Forum: eXpress++ Support
- Topic: DCPRINT ON eject a blank page on my printer
- Replies: 7
- Views: 10404
Re: DCPRINT ON eject a blank page on my printer
That the DCPRINT ON command ejects a blank page on my printer.
- Wed Nov 27, 2013 9:27 am
- Forum: eXpress++ Support
- Topic: DCPRINT ON eject a blank page on my printer
- Replies: 7
- Views: 10404
Re: DCPRINT ON eject a blank page on my printer
Yes youre right.
I usually give a print command between these lines.
If i do, there is first blank sheet from the printer and then my print.
When i do without a print command. There come a blank sheet.
It seems that there is always a blank sheet.
I usually give a print command between these lines.
If i do, there is first blank sheet from the printer and then my print.
When i do without a print command. There come a blank sheet.
It seems that there is always a blank sheet.
- Wed Nov 27, 2013 7:31 am
- Forum: eXpress++ Support
- Topic: DCPRINT ON eject a blank page on my printer
- Replies: 7
- Views: 10404
DCPRINT ON eject a blank page on my printer
Hello,
When i use the following code it eject a blank page on my printer.
DCPRINT ON TO oP ;
FONT "9.Courier"
DCPRINT OFF
Is this normal or can i turn this off?
When i use the following code it eject a blank page on my printer.
DCPRINT ON TO oP ;
FONT "9.Courier"
DCPRINT OFF
Is this normal or can i turn this off?
- Fri Nov 15, 2013 11:26 am
- Forum: eXpress++ Support
- Topic: Picture "@K !XXXXXXXXXXXXXX" returns incorrect result
- Replies: 2
- Views: 6220
Re: Picture "@K !XXXXXXXXXXXXXX" returns incorrect result
Yep, its the same result.
In the DCGET i do the following:
Lostfocus {|| aInput[02,06] := Transform( aInput[02,06], "@ !XXXXXXXXXXXXXXX"), DC_GetRefresh(GetList) }
It's very very strange.
In the DCGET i do the following:
Lostfocus {|| aInput[02,06] := Transform( aInput[02,06], "@ !XXXXXXXXXXXXXXX"), DC_GetRefresh(GetList) }
It's very very strange.
- Fri Nov 15, 2013 1:27 am
- Forum: eXpress++ Support
- Topic: Picture "@K !XXXXXXXXXXXXXX" returns incorrect result
- Replies: 2
- Views: 6220
Picture "@K !XXXXXXXXXXXXXX" returns incorrect result
Hello everybody, I have the following problem. I want the first character is a capital. If i used picture "@K !XXXXXXXXXXXXX" in a get, the result is verry strange. If i type "oooooooooo" the result is "OooOoooooo" If i type "rrrrrrrrrr" the result is "Rrrrrrrrrr". Thats correct. It is only with te ...