Assigning fill-inn?

cryptoknight

New Member
Hi there folks!
I have just started programming in progress, and i wondered if you could help me with a prolem. I have a simple browser and i want to take the selected value from the browser and put in in to a fill-inn,(textfield).
I am also wondering if there are any good sites with a API of progress
 
You would simply do:

Assign FI-MY-FILL-IN:SCREEN-VALUE = TMP-TABLE.TMP-FIELD

where the fill-in is the fill-in you want to display the value in and the TMP-TABLE.TMP-FIELD is replaced by the temp-table or database field you want to put in there. You can also use a '+' to concatenate multiple fields. I hope this works for you.
 
Back
Top