Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculations
Message
From
01/03/1999 09:20:27
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Calculations
Miscellaneous
Thread ID:
00192617
Message ID:
00192617
Views:
102
I am having trouble with the syntax on the following calculation. Evidently, I am not structuring the command as needed by fox.

any suggestions?

Thanks in advance.
Brad.


thisform.olecontrol1.PortOpen=.T.
if thisform.olecontrol1.portopen=.t. then
messagebox ("The Port is open, Ready to Send this Part Number to the Saw.")
endif

thisform.olecontrol1.output="motest"+chr(13)

M=thisform.txtColumn3.value

Mc=(m)* -1 *THIS IS WHERE I GET THE ERROR***

messagebox (M)


thisform.olecontrol1.output="D"
thisform.olecontrol1.output=(Mc)
thisform.olecontrol1.output=chr(13)



thisform.olecontrol1.output="GO"+chr(13)


thisform.olecontrol1.PortOpen = .f.
if thisform.olecontrol1.portopen=.f. then
messagebox ("The Port is now closed")
endif
He is there and He is not Silent.
Next
Reply
Map
View

Click here to load this message in the networking platform