Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace field with blank (space)
Message
From
28/03/2007 02:23:32
 
 
To
27/03/2007 10:42:45
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01208793
Message ID:
01209096
Views:
22
hi,
thank you for reply
if trans(yourfieldS)='0'&&i have many fields at mytable
  blank yourfieldS && or replace yorufieldS with .null.
endif
>
if trans(yourfield)='0'
>  blank yourfield && or replace yorufield with .null.
>endif
>
>>hi,
>>
>>i'm sorry ,
>>i have another type need to convert to null or space ...
>>type double and integer.
>>
>>thanks
>>
>>>If this is the case, you should make them NULL, not blank, AFAIK.
>>>
>>>Change the command to
>>>replace (laFields[lnI,1]) with NULL for empty(&laFields[lnI,1])
>>>
>>>Check Re: Blank dates in Excel Thread #1140736 Message #1142863
>>>
>>>>yes,
>>>>i convert this table to excel sheet, i found many records have zeroze...
>>>>
>>>>>You cannot fill space to numeric field. Maybe you want to show blank on screen when table field value is zero?
>>>>>
Previous
Reply
Map
View

Click here to load this message in the networking platform