FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TDolphim NULL field
Posts: 88
Joined: Wed Apr 28, 2010 06:34 PM
TDolphim NULL field
Posted: Sun Jun 12, 2016 10:05 PM

Good evening, I have the following problem.

includes a new record, and there is a field that is filled later there when I call to change the record the field in question is to NULL and can not edit it to get it obejto use: field of the class itself, what should I do to save correctly? or how to change so it has the correct space.

== type varchar (20)
NULLABLE == YES
charset utf8 ==


thanks in advance

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: TDolphim NULL field
Posted: Mon Jun 13, 2016 09:41 AM

Dear aferra,

I set DEFAULT value as "." in TDolphin.

I hope it help.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 88
Joined: Wed Apr 28, 2010 06:34 PM
Re: TDolphim NULL field
Posted: Mon Jun 13, 2016 11:24 AM

thanks dutch.

I did not understand, how to set the default value.

Posts: 88
Joined: Wed Apr 28, 2010 06:34 PM
Re: TDolphim NULL field
Posted: Mon Jun 13, 2016 02:07 PM

searched the class to see if there was something to set the value to return the size of the field, but did not find anything, I need to do?

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: TDolphim NULL field
Posted: Mon Jun 13, 2016 05:44 PM
aferra wrote:thanks dutch.

I did not understand, how to set the default value.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion