Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help translate 4 lines of VB code into VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Need help translate 4 lines of VB code into VFP
Divers
Thread ID:
00519286
Message ID:
00519286
Vues:
50
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform