Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help translate 4 lines of VB code into VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Need help translate 4 lines of VB code into VFP
Miscellaneous
Thread ID:
00519286
Message ID:
00519286
Views:
49
I have limited VB knowledge. I needed help translating these 4 lines of Visual Basic code into Visual FoxPro. All this code is doing is displaying messages in an editbox on a form so I can follow the progress of a fax modem in sending mode.

Here is VB code:
*** ActiveX Control Event ***
LPARAMETERS bsmsg, bnewline
Private Sub FaxManJr1_Message(ByVal bsMsg As String, By Val bNewLine As Integer)
THISFORM.Edit1.SedlText = bsMsg
If bNewLine Then THISFORM.Edit1.SelText = vbCrLf
End Sub
I will keep working on it too. Thanks for the help.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Next
Reply
Map
View

Click here to load this message in the networking platform