Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP CRC Function
Message
De
21/12/2012 14:38:50
 
 
À
21/12/2012 14:04:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01560390
Message ID:
01560415
Vues:
77
That's right Thomas :) I know how to use SYS(2007). I am thinking of trying to implement the function in another langauge if its not too much work.


>Hmm,
>
>I thought Jos was after the code used to implement the vfp version OF sys(2007) to use perhaps in a another tier...
>
>Jooooos ?
>
>
>
>>ENTER IN THE COMMAND WINDOW
>>HELP SYS(2007)
>>
>>I use it to compare 2 values to see if they no longer match. Such as when updating a remote MySQL database. No need to send the update over the wire if no changes where made. Note that I am leaving out the flags, etc here to simplify but you should get the idea.
>>
>>
nOrgCkVal =  SYS(2007,CustName)
>>...user edits data here...
>>before save
>>if nOrgCkVal <> SYS(2007,CustName)
>>  update the server cause the data has changed
>>endif
>>
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform