Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DateTime picker activex - I dont wanna date yet!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00825783
Message ID:
00825934
Vues:
27
Hi Victor,

for readwrite use this:
timePicker.ControlSource='this.VFPDate'

*on timePicker class:

DEFINE CLASS myTimePicker ...
VFPDate=NULL
VFPControlSource = "myTable.MyField"

PROCEDURE VFPDate_Access
  RETURN EVL(NVL(EVALUATE(m.this.VFPControlSource),{}),"")
ENDPROC

PROCEDURE VFPDate_Assign
LPARAMETERS pickValue
  REPLACE (m.this.VFPControlSource) WITH m.pickValue
ENDPROC
I don't try it !

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform