Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mdot question
Message
De
06/04/2021 13:14:11
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
06/04/2021 13:01:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01679493
Message ID:
01679614
Vues:
51
>SELECT ThisTable
>REPLACE OtherTable.SomeField WITH Something
>
>fails if ThisTable is at EOF. Adding IN is the fix, not the problem.

Then it was this way around. The solution is SQL UPDATE rather then REPLACE anyway. :)

>>Anyway. No, one must not. If the code runs encapsulated (in a distinct DE) nothing will change work area. This happens only to code running in a form or DE bound to a form. What violates n-tier approach. One of the reasons to encapsulate data processing from FORM. (And FORMS DE in particular)
>
>I got religion on this one working on an application that used timers. Yes, if the code called by the timer was perfect, then it wasn't an issue, but I don't want to rely on every bit of code being perfect. (FWIW, that's all the application that got me religion on declaring every variable LOCAL.)
>
>Tamar

What I mean is, move the code out of the place where the timer interferes. Just create an additional private session, call with some parameters and let it do the work. Whatever the timer on the form is doing - it will not change the session. Same is true for any OCX / grid / whatever that plays with workarea / record pointer in forms datasession. This is the idea of an encapsulated business object, isn't it?
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform