I think I was able to break through and finally fix the code this morning. Thank you for your willingness to help!
below is the code just for reference.
//////header\\\\\\\WHILEPRINTINGRECORDS;
SHARED NUMBERVAR I:=1;
/////details\\\\\\WHILEPRINTINGRECORDS;
GLOBAL DATEVAR ARRAY STARTDATE...
Ladies, Gents
I have been working on this problem for awhile now and cannot seem to crack it (I am a self-taught novice at this). I am trying to find the earliest start date that is classified as a labor step(L) within each group
I have set up my code to build the array in the details...
Here is a quick sample I made in Excel to illustrate the data in the tables. Please note that the tables do NOT have the "Parent Due Date" column, that is what I am trying to create with my report. I hope this clears up my dilemma.
Thanks a lot!
I linked the tables together, but I am still not quite sure how to select the record I want. Here is what I have:
IF {JOB_HEADER.PARENT_WO}={JOB_HEADER_1.JOB} AND {JOB_HEADER.PARENT_SUFFIX_PARENT}={JOB_HEADER_1.SUFFIX} THEN
{JOB_HEADER_1.DATE_DUE}
ELSE
"ERROR"
This...
The Parent and the Child Work Orders are on the same table. The only difference between the two are that children have the parent work order called out in a column (not the unique identifier column)
Howdy,
New user here, and I have a slight problem.
I have a Work Order Records Table, with both parent and child work orders alike. The only parameter that determines if a Work Order is a child is an entry of a Work Order number in a Parent column.
I want to write a code that would take...
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.