Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro Life
Message
De
15/04/2017 04:45:23
 
 
À
14/04/2017 15:46:23
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrats & ententes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01649781
Message ID:
01650211
Vues:
74
Robert Plagnard wrote in http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000116
create table thisform( X C(10))
insert into thisform values( "From Table" )
oSympa = CreateObject( "FormSympa" )
? oSympa.F1()
? oSympa.F2()

define class FormSympa as Form
   X = "from Object"

   function F1
      return thisform.X
   endproc

   function F2
      return m.thisform.X
   endproc
enddefine
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform