HI All
I havent really used forms & am starting now. I have the following problem: used the wizard to create data update for client.dbf among the data is a field called group consisting of group code, in the Data Environment added the group.dbf & linked it with client.dbf (line is connecting...
Thank you,
I am not getting this msg when i log in remotely (terminal server) so i will not be able to check this until i am at the users sight, but i am sure that it will do it & thanks for your answer.
Hi,
I recently installed VFP ver 9 over VFP ver 6 & created an .exe for the user. The program is working fine (more-or-less), its just prior to comming into Foxpro, they are getting a message: 'Resource file not valid overite...'. How can you prevent this message from happening. I am not sure...
I just upgraded a system from VFP ver 6 to ver 9. Since this upgrade, when I issue a repo form priner prompt, the win2pdf printer (used for sending email) is selected & not the default printer of that workstation. How can this be rectified so that the default printer of that workstation is...
I have an index but not a filter.
The line of code prior to this is 'sele 3'.
This is happening during the part of the day which has the heaviest traffic (approx 5 workstations). At this time I intend to 1) upgrade to VFP 9, 2)move some records to history.
Hi
I am doing an: append blank & then a gather memvar. The program is giving an "End of file encountered." error during the gather memvar. What can cause this to happen? This is running in VFP version 6. Also the DBF that this is happeing to has over 1,900,000 56 byte records.
thank you
Borislav: I changed 1 line of your code to this:
lcflt='val(thisform.check_amount.value)=amount'
(which should do the same thing, your code lcFlt = [Check_Num == ']+PADR(ALLTRIM(thisform.check_num.value,25)+['] was giving me an error) & i still have the same problem.
Myearwood: I addded...
SET EXACT on
this is my code, contained in the 'Mouseclick' event of a command button:
SET FILTER TO
IF thisform.check_num.value<>SPACE(25)
SET FILTER TO Alltrim(thisform.check_num.value)=ALLTRIM(CHECK_NUM)
ENDIF
GO top
COUNT TO RCTR
IF RCTR=0
MESSAGEBOX("SORRY...NO CHECK'S FOUND")
RETURN...
HI!,
I am using a grid to show data (recordsource=xyz.dbf). After user selects particular key, I do 'set filter' to that key. The problem is that the first record is allways showing up, even though it does not meet the filter criteria. After scrolling down in the grid & comming back up it...
thanks to all. in the case that i need it now i realized that i have to be concerned only about 1 file, so it is not the problem that i taught that it whould be. i may try to write a in the future a function to save all this data using the select() function & will share it with you. thanx again!
HI...Is there a way to save the current 'status' of Foxpro, so that you can 'close data' and call another program & then return to the calling program and 'restore' the status.
thank you
i felt that if it's within the .prg, there is no way that a different .prg will find it (i never had this problem before, not that i was doing something like this too often), I was hoping to hear an explanation why this whould happen (other than: "Never ever have two different routines with the...
I allready changed all the programs (approx 20+, with filer() it wasn't that cumbersome), as adding a parameter in all programs whould be 'cleaner'. Thank you for this idea
HI, I have a strange situation...I have program: abc.prg that i use in many .prg's to execute a common routine. In some cases i need to execute this abc.prg routine in a
different way. As I am using this abc.prg in many parts of the system I did not add a parameter and call it with the...
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.