Re: can i reference the :system variable from inside a package or common lib function?

From: Mark Gumbs <mgumbs_at_hotmail.com>
Date: Fri, 12 Mar 1999 09:07:28 -0000
Message-ID: <36e8d7fd.0_at_145.227.194.253>


Assuming the package is one which is in a library connected to a form, you can use the name_in function to interrogate the system variable.

e.g v_status := name_in('system.cursor_record');

Use the copy to write to system variables.

HTH Mark


Brandon Lee wrote in message <36e8b9da.0_at_news2.tm.net.my>...
>hi anyone,
> i am using dev2k to develop application. is it true that i cannot
>reference any :system variable from inside a package; since i get error
>compiling it? if so, why? is there any way to go round it? what about
>using built-in such as go_block, first_record, next_record?
>
>
Received on Fri Mar 12 1999 - 10:07:28 CET

Original text of this message