Steve-vfp9user
Programmer
Hello
This is a very frustrating thing for me. I have two tables call them table1 and table2.
I have placed both tables on a form in grids and linked them via an index called JOBLINK. Ok, this works perfectly when I scroll through the grid records showing each linked record in table2 to table1.
My frustration starts here.... I have created a report (not with the wizard), placed fields from table1 in the header and footer and placed fields from table2 in the detail band linking both tables with JOBLINK (which by the way is a numeric field).
When I issue as a test:
Only one record from table2 linked to table1 is shown when I know for a fact there are two records in table2.
This has never happened before and I haven't seen it either so was just wondering if something is staring me in the face, has my version of VFP9 become corrupt or am I doing something wrong?
I have also tried different lines of SET ENGINEBEHAVIOR 70/80/90 etc but to no avail.
Any help with this trivial but frustrating issue would be much appreciated.
Thank you
Steve Williams
VFP9, SP2, Windows 10
This is a very frustrating thing for me. I have two tables call them table1 and table2.
I have placed both tables on a form in grids and linked them via an index called JOBLINK. Ok, this works perfectly when I scroll through the grid records showing each linked record in table2 to table1.
My frustration starts here.... I have created a report (not with the wizard), placed fields from table1 in the header and footer and placed fields from table2 in the detail band linking both tables with JOBLINK (which by the way is a numeric field).
When I issue as a test:
Code:
mjoblink=1000
REPORT FORM MYREPORT NOCONSOLE PREVIEW FOR JOBLINK=mjoblink
Only one record from table2 linked to table1 is shown when I know for a fact there are two records in table2.
This has never happened before and I haven't seen it either so was just wondering if something is staring me in the face, has my version of VFP9 become corrupt or am I doing something wrong?
I have also tried different lines of SET ENGINEBEHAVIOR 70/80/90 etc but to no avail.
Any help with this trivial but frustrating issue would be much appreciated.
Thank you
Steve Williams
VFP9, SP2, Windows 10