Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not so easy Function argument value or type error VFP6 S
Message
From
11/10/2000 17:01:44
 
 
To
11/10/2000 16:47:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00428109
Message ID:
00428126
Views:
17
>Hi all,
>
>I have been working on this for the better part of the day. I'm calling some code to test the value of a field from my menu item before I open a form.
>
>The error I get when I compile to Exe and run the program is: Function argument value or type is in valid.
>
>However when I test it in the debugger everything works great! Even if I run the exe from the debugger
>
>Point in the right direction, Please?
>Here is the menu set up and a sample of the code.
>
>menu set up
>
>File, Submenu, My Menu Item, Command, do prgtestfield
>
>The code
>
>sele myTable & the table is open(I checked)
>
>if myfield.value=.T. &the field is logical(I checked)
>


What is myfield - is it a field or an object?


>do form frmname &have run the form from debugger(it works)
>
>else
>=messagebox("My message text", 0+16+0, "My Title")
>
>enddo
>
>Thank You


Which of these lines is throwing the error?

You'll probably need to post the actual code to get a better answer.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform