Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Operator/operand type mismatch
Message
From
14/04/2008 05:03:35
 
 
To
14/04/2008 04:51:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01310335
Message ID:
01310342
Views:
16
hi,
thank you for reply

i try as..
If Not Used('trans1')
    USE trans1.dbf Alias trans1 Again In 0 Shared
Endif

SELECT trans1
USE trans1 

COUNT FOR trans1.fexerno=thisform.text4.value TO thisform.text2.value

WITH thisform.combo1
thisform.text4.value=.list(.listindex,2)
thisform.text5.value=.list(.listindex,1)
ENDWITH 
>Hi,
>
>the default scope for COUNT is ALL. Scope-usage however works only in the active work area. Have a look, if the cursor/table is the current one. If not, just select it before you run COUNT.
Previous
Reply
Map
View

Click here to load this message in the networking platform