Title
lost
Post
fm12 help with following script
set error capture
go to layout
show all records
enter find mode
loop
replace field contents
end loop
go to layout
enter browse mode
show all records
exit script
1 - can not figure out how to enter a new record in another file
2 - script keeps showing "ESC" and wont finish until i press esc
3 - how do i return to original record? keeps bringing me to record 0
Your scritp has numerous errors--including a loop that does not have an exit If or other step to exit the loop--and so it loops until you use esc to abort the script.
It also enters find mode but then does not perform a find--returning to browse mode without actually making any changes to your database.
What are you trying to do with this script?