Class PBEIgnoreAction

Object
  |
  +--PBEAction
        |
        +--PBEIgnoreAction

public class PBEIgnoreAction
extends PBEAction


Description:
PBEIgnoreAction causes input for the attribute to be ignored.

PBEIgnoreAction can be used in object and attribute events. When used in object events, the second parameter (destination) must be specified.


Event String Action Name:
ignore


Syntax:

ignore

ignore( destination )


Parameters
PBEIgnoreAction does not support any parameters.


Examples:
 PBE:attributeEvent(
   "invoice",
   "when",
   "on:new:ignore");
 
This event causes input for the attribute "when" of object "invoice" to be ignored on activation of the method "new". Instead any default that might declared on the column on database level will be set.

This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 269).


Fields inherited from class PBEAction
iParameters, iType, name, procName
 
Constructor Summary
PBEIgnoreAction()
           
 
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

PBEIgnoreAction

public PBEIgnoreAction()
Method Detail

parameters

public varchar parameters()
Overrides:
parameters in class PBEAction