G
Guest
The command button which would simply create a text file that would contain
some information on the current record selected. For example, the current
record selected (say record no4), contains a Lot ID (say, N12453.1), a device
Name, (AD8618ARCU-SHRT), and Qty (say 200units). I would like to save these
three entries automatically in a text file by simply clicking the command
button.
The result is after clicking the button a new file was created say it was
stored at C:\sample.txt. The sample.txt should contain:
N12453.1
AD8618ARCU-SHRT
200
some information on the current record selected. For example, the current
record selected (say record no4), contains a Lot ID (say, N12453.1), a device
Name, (AD8618ARCU-SHRT), and Qty (say 200units). I would like to save these
three entries automatically in a text file by simply clicking the command
button.
The result is after clicking the button a new file was created say it was
stored at C:\sample.txt. The sample.txt should contain:
N12453.1
AD8618ARCU-SHRT
200