I have a table of data (lets say user id's, passwords, addresses, etc). I would like to be able to grab the data from the foxpro data and have it placed in the text fields of the browser (Internet Explorer Window).
Conceptually, I was thinking that a Foxpro program would be able to read either the caption or the window number of the IE window (which would previously be related in the table), match the data and then fill in the text field. At its simplest level, using only one field, I guess _cliptext could be used, but i was hoping for a more robust solution. Would anyone have any ideas on (1) reading the IE window caption and (2) filling in the text fields in the IE window with data from the Foxpro table? Thank you in advance.
Conceptually, I was thinking that a Foxpro program would be able to read either the caption or the window number of the IE window (which would previously be related in the table), match the data and then fill in the text field. At its simplest level, using only one field, I guess _cliptext could be used, but i was hoping for a more robust solution. Would anyone have any ideas on (1) reading the IE window caption and (2) filling in the text fields in the IE window with data from the Foxpro table? Thank you in advance.