Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
There is not enough disk space for
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01327658
Message ID:
01327668
Views:
14
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform