ANALYZE-SUSPEND syntax

Leira

New Member
Originally Posted by Serj HAMMER
Dear sirs and madams, excuse me for intrude, but may be one of you have answer on simple part of my question:

&ANALYZE-SUSPEND _VERSION-NUMBER AB_v9r12 GUI ADM2
&ANALYZE-RESUME

How many variations may has this construction?
Thanks...


&ANALYZE-SUSPEND

1.) _VERSION-NUMBER (shows versionnumber of uib/ab program was created with)
2.) _UIB-CODE-BLOCK _CUSTOM_DEFINITIONS (definitions--> variables,buffers,parameters )
3.) _QUERY-BLOCK FRAME (informations about the query)
4.) _UIB-CODE-BLOCK _PROCEDURE (procedure definition)
5.) _UIB-CODE-BLOCK _XFTR(extended feature)
6.) _UIB-PREPROCESSOR-BLOCK(preprocessor and/or XFTR definitions)
7.) _PROCEDURE-SETTINGS(settings for THIS-PRCOEDURE)
8.) _CREATE-WINDOW(creates a window)
9.) _RUN-TIME-ATTRIBUTES (attributes for windows frames session and so on)
10.) _INCLUDED-LIB (methodlibraries of the object)
11.) _SELF-NAME (name of the object)
12.) _UIB-CODE-BLOCK _CONTROL (defines UI-TRIGGER)
13.) _UIB-CODE-BLOCK _CUSTOM _MAIN-BLOCK(mainblock of the procedure)
 

Serj HAMMER

Junior Racer
and do You know format?

Leira, thank you! You do not let my idea to die. :)

You write:
_VERSION-NUMBER (shows versionnumber of uib/ab program was created with)
and I have in my program:
_VERSION-NUMBER AB_v9r12 GUI ADM2

do you know, what format of part:
AB_v9r12 GUI ADM2
or where I can find it?
May be you know format of any other variation?
 
Top