Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unusual Error In Browse
Message
From
08/08/2002 09:52:18
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00687379
Message ID:
00687483
Views:
12
>Hello Boris
I tried your suggestion, perhaps I coded incorrectly, I receive the error "Operator/Operand Type Mismatch". The values from the comboboxes are strings ( character values ). I'll keep trying.

Regards,
Carmen
You can try this:
>c_filter = "!ps_printed .and. ordno >= " + thisform.combo1.value +" .and. ordno <= " + thisform.combo2.value
>
>SET FILTER TO &c_filter
>Ofcource that is valid if the value of comboboxes is string.
>
>HTH
>
>Boris
Previous
Reply
Map
View

Click here to load this message in the networking platform