Subject | Re: [IBO] Default Values does not work |
---|---|
Author | Helen Borrie (TeamIBO) |
Post date | 2002-04-15T07:41:07Z |
At 09:13 AM 15-04-02 +0200, Koby Peleg Hen wrote:
IBODatabase1.DefaultValues.LinkValues[ 'MyTable.MyColumnName' ] := 'This is
the default';
This *should* propagate to any datasets that use MyTable.MyColumnName...
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at
www.ibobjects.com
>What i am try to say is that the string does get inWhat happens if you do this in your TIBODatabase.AfterConnect:
> but the TIboQuery do not use them as a default Values
> for the field which they ment to be fill in.
>I am using Dehlhi 5 IBO 4Ga
>I also think you should know that i made an upgrade from ver 3.6dg
> which seems to be working fine.
IBODatabase1.DefaultValues.LinkValues[ 'MyTable.MyColumnName' ] := 'This is
the default';
This *should* propagate to any datasets that use MyTable.MyColumnName...
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at
www.ibobjects.com