I have been working diligently to learn VFP over the past month or so and have read several books, threads, and articles, I even purchased the VFP 6.0 training videos to help me along the way. In doing all that and getting help from the lot of you that I answered my questions along the way, I am finally ready (i think!) to start the development of my 1st real VFP application.
The application will be used for debt collection (basically I am rewriting an application I already wrote in MS Access). It will be programmed for shared acccess, which brings me to my questions:
First, would it be appropriate to use SET EXCLUSIVE OFF at the top of my main program?
Next, if I use the CURSORSETPROP() function in the init event of my forms will this take care of the buffering? (I will have buttons on the form that handle the saving and reverting of data.)
Also, how do I set the data path for the client side of the application?
Last, I am designing the application on my desktop, at home. When I take the application to work and put it on the server, it will have a new path. What should I do to prepare for this?
Forgive me for my ignorance. Although I have learned a lot in the past month, I am far from being a pro!
Thanks in advance for your help!
-Kevin
The application will be used for debt collection (basically I am rewriting an application I already wrote in MS Access). It will be programmed for shared acccess, which brings me to my questions:
First, would it be appropriate to use SET EXCLUSIVE OFF at the top of my main program?
Next, if I use the CURSORSETPROP() function in the init event of my forms will this take care of the buffering? (I will have buttons on the form that handle the saving and reverting of data.)
Also, how do I set the data path for the client side of the application?
Last, I am designing the application on my desktop, at home. When I take the application to work and put it on the server, it will have a new path. What should I do to prepare for this?
Forgive me for my ignorance. Although I have learned a lot in the past month, I am far from being a pro!
Thanks in advance for your help!
-Kevin