Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting to Access
Message
De
31/10/2008 19:20:46
 
 
À
31/10/2008 15:13:31
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01358768
Message ID:
01358819
Vues:
18
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform