Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle error
Message
 
To
30/05/2003 14:33:45
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00794067
Message ID:
00794689
Views:
10
Something like this:
append blank
*... populate as in your code
=afield(afld)
for ia=1 to alen(afld,1)
if ( empty(eval(afld[ia,1]) or isnull(eval(afld[ia,1]) ) and afld[ia,2]="C"
replace (afld[ia,1]) with " "
endif
endfor


>Is there a quick way to initialize all fields? I would have thought append blank would do a basic population.
>
>Jason
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform