Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not so easy Function argument value or type error VFP6 SP4
Message
From
11/10/2000 16:47:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Not so easy Function argument value or type error VFP6 SP4
Miscellaneous
Thread ID:
00428109
Message ID:
00428109
Views:
104
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)

do form frmname &have run the form from debugger(it works)

else
=messagebox("My message text", 0+16+0, "My Title")

enddo

Thank You
Next
Reply
Map
View

Click here to load this message in the networking platform