Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor ...not found
Message
From
22/01/2001 02:57:40
Liam O'Hagan
O'Hagan Programming Ltd
Ireland
 
 
To
21/01/2001 23:19:27
Budi Irawan
Berlian Laju Tanker
Jakarta, Indonesia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00465561
Message ID:
00466483
Views:
11
Hi Budi,

>i've already send you a private message cause i don't know how to attach
>a file in UT ...:-)

There's no need to send me to send me screen dumps of the error messages. A textual description will do nicely, thank you.

>i'm adding menu called 'consumptreport' which is a report.
>when i build an exe there's no error at all but when i run the menu in 'project.exe' the error occured saying that 'cur1 ..not found' etc,

The two error messages that you received were "Alias Cur3 not found" and "Operator/operand type mismatch". These are run-time errors and, as such, won't show up at compile time which is why you were able to build the exe with no errors.

Was the cursor ever available? If so, when did it become unavailable? You may find it helpful to use the debugger to examine the state of your data environment at the time. Also try setting a breakpoint of type "when expression has changed" on used("cursor13").

I don't know why the "Operator/operand type mismatch" occurred without seeing the code. Again, the debugger will help you here. You are trying to perform an operation that is invalid for that data type.

Regards,

Liam
Liam O'Hagan
MCP VFP Desktop Apps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform