Search found 34 matches
- Thu Sep 30, 2010 9:38 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Please Help - Abort DC_PRINTER:ATSAY
does it print any other text files from within your app or just this text file ?? Does it write the text file successfully ?? If it prints all other reports but textfiles, the problem is not a printer driver, but it has GOT to be in your code or environmental control by process of elimination. You ...
- Thu Sep 30, 2010 6:08 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Please Help - Abort DC_PRINTER:ATSAY
FYI: This is the school sec that we are working with most of the time. Can this computer print ANYTHING ?? or does it just abort on this report ? YES it prints all other reports from within our application. It even prints these text files from notepad. It only abort on a text file from within the ap...
- Wed Sep 29, 2010 12:21 pm
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Abort DC_PRINTER:ATSAY
We checked all the DLLs and they are all the current version. Does anyone have any other ideas on why it would abort printing a text file? They can print these text files to the printer from notepad. Could this be a missing font issue when printing a text file? The printer window never even displays...
- Wed Sep 15, 2010 5:58 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Abort DC_PRINTER:ATSAY
I was looking for an app that a customer could run that might tell me what eXpress DLLs versions that they had on their system.Call DC_Dot (Alt-D) and type:
Code: Select all
? DC_VersionExpress(0) // full version
? DC_VersionExpress(3) // build number
Jeanne
- Tue Sep 14, 2010 6:37 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Abort DC_PRINTER:ATSAY
Is there a way to test the eXpress DLLs version?
- Tue Sep 14, 2010 6:07 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Abort DC_PRINTER:ATSAY
I ran xppload on my system and had these two files that did not look correct. I am wondering why these show up as 311 and if that is ok.
C:\Program Files\ALASKA\XBTW32\LIB\XbtBase1.dllVersion: 1.90.331
C:\Program Files\ALASKA\XBTW32\LIB\XBTBase2.dllVersion: 1.90.331
C:\Program Files\ALASKA\XBTW32\LIB\XbtBase1.dllVersion: 1.90.331
C:\Program Files\ALASKA\XBTW32\LIB\XBTBase2.dllVersion: 1.90.331
- Tue Sep 14, 2010 6:04 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Re: Abort DC_PRINTER:ATSAY
Yesterday I sent XppLoad to our tech support who is handling this. The school seems to have been closed yesterday because no one answered. Yes we did rebuild eXpress with xBase.
Jeanne
Jeanne
- Mon Sep 13, 2010 9:08 am
- Forum: eXpress++ Support
- Topic: Please Help - Abort DC_PRINTER:ATSAY
- Replies: 17
- Views: 33379
Please Help - Abort DC_PRINTER:ATSAY
We have one customer who is getting a printer abort while printing a text file. We upgraded them to a new version from 1.9 331 to 1.9 355. They have the same printer as they did using 1.9 331. This part of our code has not changed at all and I and lots of others have no problems printing text files....
- Tue Jul 06, 2010 8:03 am
- Forum: eXpress++ Support
- Topic: How do you test an Excel password
- Replies: 3
- Views: 10118
Re: How do you test an Excel password
I thought that sounded like a great ideal. But when I did it I got the Microsoft Excel spread sheet with the Microsoft password prompt popup behind my application. You could not see the Microsoft password prompt until you clicked on the Excel window. This is not the way I was hoping to handle this i...
- Fri Jul 02, 2010 10:20 am
- Forum: eXpress++ Support
- Topic: How do you test an Excel password
- Replies: 3
- Views: 10118
How do you test an Excel password
I need to test the Excel Password to make sure it will work without just aboring. If the password is correct then all if good but I can not figure out how to test it. If the password is correct this will open the file then close it.. how would I go about testing it? Jeanne oExcel := CreateObject("Ex...