3. System Classes : ButtonField Class : ProcExec Class
 
Share this page                  
ProcExec Class
ProcExec Attributes
Attribute
Data Type
Description
Inherited From
BlocksFrames
smallint
Indicates whether all frames should be inactive while the current frame is running (RW)
Defined
DataEntryErrorHandler
ProcHandle
Contains the handle of a procedure that handles data entry errors (RW)
Defined
DBSession
DBSessionObject
Specifies the current database session of a frame or procedure (RW)
Defined
ClassName
varchar(32)
Gives the name of an object's actual type (as opposed to its declared type) (R)
Object
ClientData
Object
Provides a way to associate data with an object (RW)
Object
InstanceIdentifier
integer
Contains a value that uniquely identifies an instance of an allocated object (R)
Object
InstanceReferences
integer
Contains the current number of references to the object (R)
Object
LineNumber
integer
Contains the processed script line number of the frame, procedure, or method currently being executed (R)
Defined
LocalScope
scope
Contains the local scope of the frame, procedure, or method currently being executed (R)
Defined
Name
varchar
Contains the name of the frame, procedure, or method currently being executed (R)
Defined
ObjectSource
Proc4GLSource
Contains the source description of a frame or procedure (R)
Defined
Parent
ProcExec
References the frame, procedure, or method that called the curently executing frame, procedure, or method (R)
Defined
Queries
array of QueryObject
Is an array of query objects associated with the currently running procedure (RW)
Defined
Scope
Scope
Specifies the Scope object for the currently running frame or procedure represented by the ProcExec object (R)
Defined
 
ProcExec Methods
Method
Return
Value
Description
Inherited From
Beep()
none
Sounds the terminal bell once
Defined
ConfirmPopup
(messagetext =
nvarchar(256))
integer
Displays a confirm-style pop-up message box with messagetext as text
Defined
DeferConfigure()
none
Defers field configurations on the form that has invoked this method
Defined
Duplicate()
ProcExec
Makes a duplicate of the object, placing a reference to the new object in a reference variable
Object
FilePopup
( [ messagetext =
nvarchar(256) ],
reply = StringObject,
 [operation = integer])
integer
Displays a file selection pop-up message box with messagetext as text, returning reply as the entry
Defined
Flush()
none
Refreshes the screen display
Defined
GetAttribute
(
attributename = byref(variable)
{,attributename = byref(variable)})
integer
Gets the values of any number of attributes for the object
Object
InfoPopup
(messagetext =
nvarchar(256)
[,messagetype = integer])
none
Displays a pop-up message box with messagetext as text and style as messagetype
Defined
IsA
(class =
classname)
integer
Returns TRUE if the object is of the same class as, or one of the subclasses of, the class specified by classname
Object
ReplyPopup
(messagetext =
nvarchar(256),
reply = StringObject)
integer
Displays a reply-style pop-up message box with messagetext as text that returns reply
Defined
SetAttribute
(
attributename = value
{,attributename = value})
integer
Sets any number of attributes for the object
Object
SetExitTrap()
integer
Flags the currently executing program line as a breakpoint for a subsequent exit call
Defined
Trace
(text =
expression)
none
Prints a message to the standard output window (the window from which you started OpenROAD)
Defined
WaitFor
(eventname =
varchar(256))
varchar(256)
Causes the executing frame to ignore all events from the user or other SendUserEvent methods until a specified event occurs
Defined