This is how I did it and it works efficiantly...
Set Talk Off
Dimension Afld(Fcount())
Store 0 To cntr2
For cntr1 = 1 To Fcount()
If Type(Field(cntr1)) = 'C'
cntr2 = cntr2 + 1
Store Field(cntr1) To Afld(cntr2)
Endif
Next cntr1
Arycnt = cntr2
For cntr3 = 1 To Arycnt
Store...
This is a doublespace program I was creating and I have run into a lot of issues. I am new to the FoxPro language so explenations are great.
Set Talk Off
Store Fcount() To f
Dimension Afldcnt[f]
For i = 1 To f
If (Type('Field(i)') = 'C') == .T.
Store Field(i) To Afldcnt[i]
Else
=...
I am getting an unusual issue with one of our salesman's computer. He has Win XP and is using Outlook Express 6. He tries to send an attachment less than 2 MB and it errors out at the end of the transfer then it stays in his outbox and tries to send every minute (due to send/recieve setting)...
I use FoxPro 2.6a at work and at home I just installed VFP98 or Visual FoxPro 6. I pressed F1 and nothing happens. I followed everything that you said from the different articles and it still doesn't work. I even tried reinstalling the program. But if I select as defa the FP2.6 it shows but is...
My Palm M130 color has a small issue where it does not stay charged or display. I replaced the battery with new one but still once it is charged I press power and the screen displays for 5 seconds then nothing. I did a cold boot and a hard reset on it as well. Can someone help?
Thanks in...
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.