In SaveEdit event,first all fields are checked for business rules and validations are carried out on all fields. If any of the values of fields doesn't satisfy...
Packed Decimal fields: Sign is stored as a hex value in the last nibble (4 bits ) of the storage. Zoned Decimal fields: As a default, sign is over punched with...
In SaveEdit event,first all fields are checked for business rules and validations are carried out on all fields. If any of the values of fields doesn't satisfy...
Packed Decimal fields Sign is stored as a hex value in the last nibble (4 bits ) of the storage.
Zoned Decimal fields As a default, sign is over punched with t...
DISTINCT applies to all the fields selected by the query; it retrieves just one (arbitrary) record if there are multiple records with the same values on those f...
Yes the static fields do get serialized. If the static field is an object then it must have implemented Serializable interface. The static fields are serialized...
There are 13 screen elements:
i) Input / output fields
ii) Text fields
iii) Checkbox
iv) Radio button
v) Push Button
vi) Drop down list
vii) Subscreen...
Actually we cannot modify the join fields we cannot do any modifications and updations on those fields, to do these things we create the dynamic picklist or pic...
There are three exceptions in which serialization doesnot necessarily read and write to the stream. These are
1. Serialization ignores static fields, because t...