Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote View instead of a table (AutoComp.dbf)
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Application:
Desktop
Miscellaneous
Thread ID:
01402668
Message ID:
01402704
Views:
175
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform