freinds,
a small correction. PROC STORE_DT should be as follows :
*----------------------------------*
PROC STORE_DT
@ 20,20 say "Is This Ok : ? " get ans pict 'Y' defa 'Y'
read
T_Date = P_Date
return
*----------------------------------*
freinds,
** problem solved. **
- thanks for helping. i found a bypass way to sovle this problem
- the problem was :
when you are changing a part of a field in browse, but did not come out of the field,
(by pressing enter / page down / control+w, tab etc.) and if you check the value of...
hello. i am using foxpro 2.6 for dos. i have following problem.
- i have a PAYMENT.DBF file which has 3 fields : P_Date D, party_name C (30), amt n (12, 2)
- my PAY.PRG file contains following commands :
use PAYMENT
T_Date = iif (.not. eof (), Date, ctod (''))
on key label f1 do repl_dt...
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.