I am using Wizbtns search button to do searches and return the results in a grid. This has been working great for our needs so far. Now I have created a table with a memo field. This field does not appear in the list of available fields to search on. All I want to do is see if the memo field...
Developing app for use in-house only. VFP files and project.exe all reside on networked drive "K". I assume all I really need the installshield to do is provide a shortcut to the project.exe on "K" and install and register the neccessary .dll's. Too much info for me in the...
PUBLIC lefffrom,leffto && Book from/to dates & Currency rate
OPEN DATABASE k:\vfp\reinsurance\DATA\mrcdata.DBC SHARED
SET SAFETY OFF && allows overwrite of files
* Prompt for effective dates
oFrmDate = CREATEOBJECT("frmdatepick")
oFrmDate.Show
*Release oFrmDate
public oFrmdatepick...
Defined a form within my program as class, program displays the form, I give it input(some dates)and the program runs on but never releases the form. any tricks to this?
Okay if you put
Sum({ledger.osloss},{ledger.claim})<>0 and Sum({ledger.osexp}, {ledger.claim})<>0
in the group selection formula it seems to work fine.
Thanks for your input
Makes no difference. The fields in question do not accept null values. Also tried Convert null field value to default. Thought that maybe it might be a decimal problem like 0.00000005 but that is not the case either the fields are currency
I have added
Sum({ledger.osloss},{ledger.claim})=0 and Sum({ledger.osexp}, {ledger.claim})=0
to the Group footer #4:ledger.claim suppress formula. This took it down about 300 pages but still I have some occurrences of osloss and osexp both equaling zero printing on the report.
In the VFP 8 documentation 2 files are required to be present in the same directory as the executable file: vfp8r.dll and vfp8renu.dll
The executable resides on a network drive. Should these dll files reside in the system or system32 directories instead?
getting an error cannot find msvcr70.dll...
According to a recent "FOXPRO ADVISOR" article you can no longer use the 'group by' statement using just the fields you want to group by. You must include every field in the table??
This would be quite cumbersome and insane if you have a table with 30 or so fields. Is it possible to...
PLanning an upgrade to VFP 8 from vfp 6. I noticed that minimum for version 8 is windows 2000 or later. Is that just on the development pc or does this include clients? Any know? any other issues I should keep mind of?
Anyone have a clue why certain reports run from a machine with XP would print out with no data? same reports run on any other machine works fine.
data is in VFP6.0
thanks
I have created 2 formulas at group 3. I look at the group 3 sum of an amount field and if positive/negative, I put it in one formula or the other. What I want to do now is have a group 2 total of each of the formulas. This doesn't seem to be allowed. What's up with that?
Changed intial forms showwindow property to 0-inscreen.
when I run the form now it calls the date form but minimizes the calling form, what causes this?
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.