Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A strange situation
Message
From
03/10/2006 23:37:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
A strange situation
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01159210
Message ID:
01159210
Views:
65
Dear Experts

I am developing a Weight Bridge Software.
To get data from Indicator device I use following procedure.
THISFORM.MSCOMM.PORTOPEN=.T.
Abc=THISFORM.MSCOMM.INPUT
IF LEN (ALLTRIM(SUBSTR(A,2,8)))>0
THISFORM.TEXT1.VALUE=VAL(SUBSTR(A,2,8))
ENDIF
THISFORM.MSCOMM.PORTOPEN=.F.
That above work fine in VFP6 on Windows98 platform.
But when I test this procedure in WindowsXP, following situation appears

Abc=THISFORM.MSCOMM.INPUT

In the above line when I put mouse pointer on (THISFORM.MSCOMM.INPUT)
then it shows following data

30#& 30#& 30#& 30#&

But variable ABC holds nothing, so text1 appears empty.
My question is: why MSCOMM.INPUT value does to store into variable abc.

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform