Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why is this becoming disabled?
Message
De
30/11/2004 21:10:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
00965013
Message ID:
00965950
Vues:
9
Here is the refresh() code:

IF NOT EMPTY(THIS.ControlSource) AND THIS.style = 0 && Combo Dropdown
STORE EVAL(THIS.ControlSource) TO ;
THIS.Value,THIS.Displayvalue
NODEFAULT
ELSE
DODEFAULT()
ENDIF

How could the above cause the control to be disabled? Yes, this only seems to happen with Remote SQL Views.

bob

>Could the dropdowns refresh method be the culprit? Is the dropdown associated with a SQL Table?
>
>>I have something weird going on and can't figure out what's happening.
>>
>>I have forms that are connected to a view to SQL Server, these forms have all types of controls on them, including a Drop Down Box.
>>
>>Once in a while the drop down box gets disabled, but none of the other controls, and only when the drop down is setup as a Drop Down Combo, but never as a Drop Down List.
>>
>>I can't seem to see a patern, but I'm sure there is one. The view does occasionally have no records, and then is requeried and new records are added, but why would the behavior be different between a Combo/List?
>>
>>Any help would be really appreciated.
>>
>>Bob
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform