Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
More help translating VB code into VFP code
Message
De
14/06/2001 10:19:48
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00519289
Message ID:
00519333
Vues:
14
>I have limited Visual Basic knowledge. How would this code look in Visusal FoxPro? This code is to display the status of a fax control I have on a form and shows the status of the fax control during the sending of a fax.
>
>Here is the VB code:
>
>*** ActiveX Control Event ***
>LPARAMETERS pstatobj
>Private Sub FaxManJr1_Status(ByVal pStatObj As FaxmanJrCtl.IfaxStatusObj)
>THISFORM.cStatus.Value = pStatObj.CurrentStatusDesc
>
>
>Thanks for the help. I will keep working on my own translation, but you might be able to save me some time.

Steve,
Code is not clear. I'd assume this is Status event of control.
*** ActiveX Control Event ***
LPARAMETERS pstatobj
THISFORM.cStatus.Value = pStatObj.CurrentStatusDesc
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform