Run persistent program

nezabudka3

New Member
I am trying to run a '.p' program persistently from '.html' program. I am specifying table name to pass to it. This is a command I am using:
'Run myprogram persistent set s-handle(table t-vars) no-error.'
Later in my program I am trying to run a procedure within that '.p' and it should access the data from the 't-vars' table. It does not get the right record, even though I create only one 't-vars' record in '.html'
Please Help. Thanks,
 
Top