Hi all
Well, I searched the internet for number incrementing (counter)tips for foxpro and all the example I see are database specific. What I what to do is a simple auto-increment procedure that will keep adding 1 in my display field (ref. array sa_cust[1]) when trigger. For example after the user clicks record the code will generate the next number. You see since I do not have access to the hardcode I have to rely on the arrays in the program. Any suggestions?
Thanks,
PM
Well, I searched the internet for number incrementing (counter)tips for foxpro and all the example I see are database specific. What I what to do is a simple auto-increment procedure that will keep adding 1 in my display field (ref. array sa_cust[1]) when trigger. For example after the user clicks record the code will generate the next number. You see since I do not have access to the hardcode I have to rely on the arrays in the program. Any suggestions?
Thanks,
PM