Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box values in Multi-User
Message
From
20/07/1999 17:57:09
 
 
To
09/07/1999 17:47:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00239673
Message ID:
00243881
Views:
35
>>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

Thanks,
I will do some kind of requery connected to a timer.
Previous
Reply
Map
View

Click here to load this message in the networking platform