Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box values in Multi-User
Message
From
09/07/1999 17:47:03
 
 
To
09/07/1999 17:45:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00239673
Message ID:
00239674
Views:
17
>I have a form with a combo box.
>cboXXX.rowsourcetype=6 - fields
>cboXXX.rowsource = myfile.firstfield
>
>The form is used by user A and user B simultaniously.
>
>user A adds a record to myfile
>cboXXX displays new record
>
>user B does not see additional record until he exists the form and returns.
>
>Buffering is set to "5" for myfile
>REFRESH is set to 1,1
>
>The problem seems to be in the way Foxpro uses the local data buffers.
>
>How can I force changes made by one user to be available immediately to the other users.
>
>In a normal data entry/edit screen you rlock() before editing, but that only gets the current records data.
>
>TIA
>Robert

Have you tried cboXXX.Requery() before your refresh?

Oscar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform