Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1585 with 2 Datasessions ?
Message
 
À
21/11/2002 13:26:05
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00724302
Message ID:
00725652
Vues:
29
Jason,

Thanks.
>Did you check v_teiausbaubybeweg after the requery to be sure that you picked up the latest data from the save in the other datasession? I'm suspecting that may be causing your problem.
>
I have gone through that a bunch of times now because that was also my feeling. It seems more and more that we have a VFP Problem here.
Actually when I would have worked with not actual data, the code below should come up with the Messagebox or do I oversee anything ?
BTW: I changed the FOR statement.

Marcus

>>>>
>>>>ACTIVATE SCREEN
>>>>SELECT "v_teiausbaubybeweg"
>>>>IF TABLEUPDATE(.T.) = .F.
>>>>   AFIELDS(laField)
>>>>   FOR lnLv = 1 TO ALEN(laField,1)
>>>>         ? OLDVAL(laField[lnLv,1])
>>>>         ? curVAL(laField[lnLv,1])
>>>>         ? EVALUATE(laField[lnLv,1])
>>>>         IF NOT (OLDVAL(laField[lnLv,1]) == curVAL(laField[lnLv,1]))
>>>>          MESSAGEBOX("Got the Error"+laField[lnLv,1])
>>>>         ENDIF
>>>>   ENDFOR
>>>>ENDIF
>>>>
Marcus Alt
TRIA IT-Consulting GmbH
Working hard | for your success
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform