Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No table is open in the current work area
Message
De
01/09/2016 17:05:22
 
 
À
01/09/2016 15:11:00
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01640326
Message ID:
01640376
Vues:
60
>>I'm stumped by the error in the title on the 2nd line. I catched this in the error log at a clients, so no repro.
>>Its intermittend.
>>
>>
SELECT InvestLimits
>>SET ORDER TO Itemid
>>
>>
>>There is no variable called Investlimits, just an alias. The first line has no problem, but it bangs on the SET ORDER TO ItemID.
>>
>>Anyone have an idea?
>
>I've got a suspect now...
>
>The two lines above are part of a method on an object that is called from a dynamicBackColor property in a grid which lives in another datasession.
>I've seen this before where such a construct could lead to a method call being executed in the wrong datasession.
>
>I'll make some modifications and see whether this resolves the problem.
>
>Thanks everyone, but I do not think it has to do with anything being fired between the two lines of code. Its quire rare but structural.
>I think its a VFP bug.
>
>Walter,

uses
SELECT InvestLimits
SET ORDER TO Itemid IN InvestLimits
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform