| View previous topic :: View next topic |
| Author |
Message |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Mon Aug 05, 2002 6:16 pm Post subject: LIST Print Problem...... |
|
|
| LIST PRINT,1 for a list 1 was working just fine for me on a Win 98 computer. But, it decided to die the other day and I replaced it with an XP Home Edition machine. I'm running the last version of VDS 4.50. The List Print thing is not working anymore. Thoughts anyone? 8O |
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Thu Aug 08, 2002 1:29 pm Post subject: |
|
|
27 people read this, but no ideas?  |
|
| Back to top |
|
 |
Que Valued Newbie

Joined: 25 Aug 2001 Posts: 38 Location: Newaygo, MICH
|
Posted: Thu Aug 08, 2002 3:49 pm Post subject: |
|
|
I can't imagine why it wouldn't work... Does the list contain data?
do a info @count(1) items in list
right before printing to make sure.
or try...
| Code: |
list savefile,1,tempfile
shell print,tempfile
file delete,tempfile
|
and see if that works.... perhaps you've already tried this  _________________ Que |
|
| Back to top |
|
 |
VDSuser Contributor


Joined: 21 Mar 2002 Posts: 58 Location: Somewhere in time
|
Posted: Thu Aug 08, 2002 5:08 pm Post subject: |
|
|
| Were you using VDS4.5 on your Win98 box? Have you eliminated your XP settings as possible causes of your problem? |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Fri Aug 09, 2002 9:13 pm Post subject: |
|
|
Hi Mark,
I'm using 3.51 and list print appears to work fine on XP. I don't think the command has changed in 4.5. The problem must be elsewhere. You might want to make sure you've defined a default printer and/or double check permissions.
Good Luck!
moke |
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Sat Aug 10, 2002 1:12 pm Post subject: |
|
|
Replies! Thanks!
1) OK, Que, ya it has data -- it is a small text file that get loaded.
2) VDSuser, ya, same version of VDS was on the Win98 box. I am not sure by what you mean eliminate my XP settings, for instance, which setting(s)?
3) Moke, ya, I have a default printer set. Which permissions should I check / how?
Thanks gang! I'm not new to this -- I have written hundreds of VDS programs since VDS 2, so that is why i am perplexed  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Aug 10, 2002 2:07 pm Post subject: |
|
|
I'm using Windows XP Home and VDS 4.5, and LIST PRINT works fine for me. I did have some trouble a while ago when I had Windows 98, but the trouble was not the Operating System...I had LIST PRINT in the wrong format. Make sure the parameters, if you are using any, are in the format exactly as shown below. My problem was using the parameters. Make sure you have no spaces after or around the list number. If you are still getting the error, try using it without any parameters, like LIST PRINT,<<YOUR LIST #>>
| Code: | | LIST PRINT,5,Arial,12 |
What error are you getting? The error I received was "Invalid List Operation" _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Sat Aug 10, 2002 6:20 pm Post subject: |
|
|
| I'll try it on Monday at work -- the error was not popping up as an error (which I would expect since there was no error trap), but rather nothing happened -- ie it just did not print and the program finishes running. |
|
| Back to top |
|
 |
|