Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Relevance between set clock and set point
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Relevance between set clock and set point
Divers
Thread ID:
00628034
Message ID:
00628034
Vues:
52
Hi everybody,

I got a Data Entry application project to finish, which was started by my colleague. I found, what it uses lots of classes, which seem to be originated from Maurice De Beijer (developer from Netherlands). This developer has classes like set_point, set_clock, set_confirm, etc. for each possible VFP setting. In set_clock SaveIt method I see this code:
*
* Save the old setting
*
LPARAMETERS tuP1, tuP2, tuP3, tuP4, tuP5
LOCAL loPoint

loPoint = CreateObject('Set_Point', '.')

DODEFAULT(tuP1, tuP2, tuP3, tuP4, tuP5)

THIS.cSet1 = TRIM(PADR(SET(THIS.cCommand, 1), 50))
I'm trying to understand, why set_clock calls set_point object - is it by mistake or with some sense? Currently this application displayes time at the upper right corner of the screen, but the width of it is not enough, so I can not see seconds portion. How can I increase this width?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform