I have the followig code in a routine, which i neeed it to
refresh data in different forms, having objFormName= to
the form name.
&objFormName..GridSignOff.RecordSource='rv_view_singOffList
VirtualSql'
&objFormName..GridSignOff.Refresh()
Everithing works well, but when I compile the application,
I get a message stating the the form name contained in the
variable objFormName is not an object.
What i am doing wrong here?
Can anybody help before i perform a "MACRO SUBSTITUTION"
to my monitor?!