Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update problem in Client/Server Aplication
Message
From
19/12/2002 19:04:07
 
 
To
19/12/2002 13:28:58
Jose Coplin
Agencia Industrial G. Neuhauser
Santo Domingo, Dominican Republic
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00734581
Message ID:
00734732
Views:
27
What appears to be happening is you are looking at your remote view after saving the data to see if the data was saved without requerying the view. You wont see the new data until you do requery the remote view; that's what is happening when you quit and come back into the application. The command to requery the remote view is:

= REQUERY()

There is most likely more you need to do to make it work correctly, but this should get you started. Buffering has little to do with updating the remote view in this case.


>In our company, Agencia Ind. G. Neuhauser we depeloped a Client/Server aplication named "Genesys", this aplication manages all the operations of the compañy.
>
>Recently I introduce an online-order-recieve aplication, our sellers make a phone call and tell the details to an employee that recieve the order, this order go to credit department and sales departament that wiil try to make aproval of the order.
>
>The problems begin when the users of credit and sales departament are the system and try to retrieve the order's most recently maked, in this moment the system don't "see" this order's. Inmediately the user shutdown the aplication and inmediately login and the orders appears.
>
>We use Sql-Pass-trough techonology, we have set the =cursorsetprop("buffering",5) pesimistic table buffering, we need help in the way to have de remote data completely updated in every session.
>
>we will apreciate your colaboration.
>
>Ing. José Coplín.
>Santo Domingo,Dominican Republic.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform