A
al jones
I've looked and probbly not for the obvious but here's what I need.
I have a project where I need to enter through a windows (VB) gui quite a
bit of information so the links in the associated database are updated. I
have the data in a text file which I can manipulate in any fashion needed,
but what I need is something that will take the data from the text file,
insert it into the fields on the screen (I can provide tabs, etc as needed)
and then press the 'enter' key. In the old days it was simple to stuff the
keyboard buffer and append a chr(13) but I can't find any equivalent today
.... anyone have any suggestions??
//al
I have a project where I need to enter through a windows (VB) gui quite a
bit of information so the links in the associated database are updated. I
have the data in a text file which I can manipulate in any fashion needed,
but what I need is something that will take the data from the text file,
insert it into the fields on the screen (I can provide tabs, etc as needed)
and then press the 'enter' key. In the old days it was simple to stuff the
keyboard buffer and append a chr(13) but I can't find any equivalent today
.... anyone have any suggestions??
//al