Subject | Re: [IBO] NULL |
---|---|
Author | Daniel Rail |
Post date | 2001-06-11T00:00:57Z |
At 06/10/2001 07:51 PM, you wrote:
TIBOTable.InternalDataset.GetServerDefaults:=True in runtime.
I never tried it personally. The property is documented in the help file
for more info.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
>If I don't assign anything to field and insert a record usingTry modifying the property
>TIBOTable the defaults defined in Database are not applied. How do I
>get them working without setting them exclusively in TIBOtable for
>each table I use. Is there any way TIBOTable can check for value
>before doing insert and then do something that will trigger the
>default values to be applied.
TIBOTable.InternalDataset.GetServerDefaults:=True in runtime.
I never tried it personally. The property is documented in the help file
for more info.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)