I am using VFP 6.x without installing application, i just copy VFP directory in server or working computer and giving path to execute application. never had any problem.
Regards
Ram
Dear Remesh
Reducing balance can be specified by having figures into database, you can run a process on a monthly basis and have amount -
Cost of Purchase
Period to be depreciated
Period already depreciated
Amount depreciated
balance amount
Next month, you can calculate depreciation on...
Hi Mr Mike
Sorry, i m back. earlier i had code as below and with same problem
IF (DOCNO_FLAG="Auto")
store 0 to mdocn
xnkey = str(year(mdocdt))
sele docmast
seek xnkey
if not eof()
DO WHILE .T...
Dear All
Thanks for reply, code is ok, its work properly but in between increment is not happening. LOCK etc working.
part of code -
If Upper(DOCNO_FLAG) = "AUTO"
Store 0 To mdocn
xnkey = Str(Year(mdocdt))
Set Exact Off
Sele docmast
Seek xnkey
If Found()
If...
I have application working on VFP6.0 and its installed on Server, giving access to users by Mapping Network drive. I use .app and application working very fine. Since last week having strange problem with application. while doing data entry, records are getting saved properly but document number...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.