1. IDE how to put global constants
- Posted by Tony Steward <figjam at NLC.NET.AU> Dec 01, 2000
- 466 views
------=_NextPart_000_003A_01C05BC5.FB9980C0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How do you declare global sequences etc using IDE I mean in my prog. i have a statement=20 sequence theNumbers theNumbers is used in a couple of diff. procedures and i declare it = after all my global constants normally. How do I do this in IDE ------=_NextPart_000_003A_01C05BC5.FB9980C0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>How do you declare global sequences etc = using=20 IDE</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I mean in my prog. i have a statement = </FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>sequence theNumbers</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>theNumbers is used in a couple of diff. = procedures=20 and i declare it after all my global constants normally. How do I do = this in=20 ------=_NextPart_000_003A_01C05BC5.FB9980C0--
2. Re: IDE how to put global constants
- Posted by Judith Evans <camping at FLASH.NET> Dec 02, 2000
- 483 views
Right click on the Design window and pick 'Code Editor.' This brings up the Code Editor for Window1 or whatever you have named your window. From the Editor event combobox pick 'general' and in the body of Editor code whatever you want to appear in the program right after the create statements and before any onevent procedures. On Fri, 1 Dec 2000 18:39:05 +1100, Tony Steward <figjam at NLC.NET.AU> wrote: >How do you declare global sequences etc using IDE >I mean in my prog. i have a statement > >sequence theNumbers > >theNumbers is used in a couple of diff. procedures and i declare it after all my global constants normally. How do I do this in IDE > >