Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
There is not enough disk space for
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01327658
Message ID:
01327668
Vues:
15
>>What is the TEMP folder specified for the application?
>
>Temp folder is not specified as far as i know. Just uses the default sys(2023).
>
>The actual code line of code is this:
>
>select addresses.cline1,addrsid from addresses where traderid = thisform.customerid order by cline1 into cursor curdelivery
>
>The cursor is then used as a source for the combo control

1. Specify the temp folder in config.fpw

2. Add NOFILTER to your select statement (and perhaps a local variable instead of referencing thisform value)

See http://www.berezniker.com/content/pages/visual-foxpro/queries-and-filtered-cursors

Is cLine a memo field? I'm thinking that the 2 doesn't apply in your case.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform