Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote View instead of a table (AutoComp.dbf)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Application:
Desktop
Divers
Thread ID:
01402668
Message ID:
01402704
Vues:
174
This message has been marked as a message which has helped to the initial question of the thread.
You can use a table only. Nothing else (a cursor, a view, etc) is not supported.

>
>AutoComplete in textboxes is interesting but how do you make it client-server? I don't want to allow the users to have their own local pet AutoComp.dbf.
>
>To this end I created a table with the structure that AutoComp.dbf has, created a RV in VFP. In the Form.Grd.Col.Txt.Init() I popluated the property thus:
>
This.AutoCompTable = DBF("v_autocomp")
>RETURN DODEFAULT()
>
>But sadly the remote view stays empty Form.Grd.Col.Txt.LostFocus()
>
SELECT v_autocomp
>BROWSE norm
>RETURN DODEFAULT()
>
>let alone send it back to the backend the cursor is not populated at all. Is such a nice feature only meant for minor applications? Has anyone successfully done CS with this feature?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform