OldtTimerDon
Programmer
I have a table with six memo fields. Two of the memo fields require parsing and translation. Example: When reading a record, I want to display the contents of that field in a text box. The memo field requires translation after being parsed with alines. I have a routine that reads the record into a variable "myText."
Sample of myText: Certified Public Accountant, New York and New Jersey, Expires 12/31/2015. (Substitute chr(10+chr(13) for each comma so that each is on a separate line.)
Note: The memo field that contains this data looks like this: |CPA|NY NJ|12/31/2015|
My objective is that as the user moves through the database, a text box will display the contents of the variable named mytext. Retired for 10 years, I have been away from Foxpro too many years to resolve mt problem.
Seems to me that as I move the pointer in the database, I need a do command (set focus?) that activates the parsing routine and displays the record in a textbox.
Any ideas on how to accomplish my goal?
Don
Sun City, AZ, USA
Sample of myText: Certified Public Accountant, New York and New Jersey, Expires 12/31/2015. (Substitute chr(10+chr(13) for each comma so that each is on a separate line.)
Note: The memo field that contains this data looks like this: |CPA|NY NJ|12/31/2015|
My objective is that as the user moves through the database, a text box will display the contents of the variable named mytext. Retired for 10 years, I have been away from Foxpro too many years to resolve mt problem.
Seems to me that as I move the pointer in the database, I need a do command (set focus?) that activates the parsing routine and displays the record in a textbox.
Any ideas on how to accomplish my goal?
Don
Sun City, AZ, USA