|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Object
|
+--PBEAction
|
+--PBEExecAction
PBEExecAction executes a string with PrimeBaseTalk commands.PBEExecAction can be used in object and attribute events.
exec
exec( exec_string )
exec_string - This is a string containing a valid sequence of PrimeBaseTalk commands.
PBE:objectEvent( "customer", "on:nextpage:exec(""PBE:objects['customer']:setSelectedRow(PBE:objects['customer']:getSelectedRow()+10);"")");This event causes the execution of the specified string ("PBE:objects['customer']:setSelectedRow(PBE:objects['customer']:getSelectedRow()+10);") before activation of the method "nextpage" of object "customer".This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 249).
| Fields inherited from class PBEAction |
iParameters,
iType,
name,
procName |
| Constructor Summary | |
PBEExecAction()
|
|
| Method Summary | |
varchar |
parameters()
|
| Methods inherited from class PBEAction |
actionArguments,
actionCall,
actionParameters,
attributeReference,
callString,
checkEvent,
getObject,
methodReference,
nestedInput,
objectReference,
parameter,
perform,
performParameterCount,
printPerform,
tracePerform |
| Constructor Detail |
public PBEExecAction()
| Method Detail |
public varchar parameters()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||