I have a print button that loops through a grid object and where it finds the print check it must do the following.
1. Create a text file on the network with object text & values in.
2. When file created then executed dos cmd to copy file to printer: eg: network root - P: copy text.txt to \\ip\
3. On second line overwrite txt file with new values.
Please help, no clue (beginner)
|
ic icPosted Feb 13, 2010, 9:15 AM
1st create txt file
2nd execute cmd in dos
:(