Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting to Access
Message
From
31/10/2008 19:20:46
 
 
To
31/10/2008 15:13:31
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01358768
Message ID:
01358819
Views:
19
>The following command will create a memo filed in a new Access table.
>
>.fields.append(.CreateField(alltrim(Field_Name), dbmemo))	
>
>Does anyone know how to modify this (send a parameter) so the new field will allow zero length inputs?
>
>Thanks

In case anyone is interested, I found the answer to my question.
this.oAccess.CurrentDb.TableDefs(lcTable).Fields(alltrim(Field_Name)).Properties("AllowZeroLength")=.t.
Previous
Reply
Map
View

Click here to load this message in the networking platform