Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace field with blank (space)
Message
 
 
To
28/03/2007 02:20:08
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:
01209174
Views:
23
>hi,
>i try as under, error message Invalid subscript reference
>
>CLOSE all
>*use answers excl
>select answers && excl - you can not put exclusive in SELECT command, it should be in the USE command
>local lnI as Integer, llError as Logical
>local array laFields[1]
>afields(laFields)

for lnI = 1 to alen(laFields,1)
  llError = .f.
>if inlist(laFields[m.lnI,2],'N','B','I')&&Invalid subscript reference
>   if not laFields[m.lnI,5] && &&Invalid subscript reference
>       try
>         ALTER TABLE MyTable  ALTER COLUMN (laFields[m.lnI,1]) NULL
>       catch to loError
>          llError = .t.
>       endtry
>   endif
>   if not m.llError
>       replace (laFields[lnI,1]) with null for empty(&laFields[lnI,1])
>   endif
>endif
endfor
>brow
>
Mohammad,

You forgot to add a loop. See the corrections and some comments inside your code.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform