Many thanks to both of you. For those of us who struggle with this stuff, its nice that you share you knowledge.
Your help is greatly appreciated.
shared datevar shipdate := date(0,0,0);
My main report is grouped by Job Number. I need to use a sub report to evaluate the final ship date.
In sub report I have
shared datevar shipdate:= {dateentered}
In main report I have
shared datevar shipdate;
shipdate
I am getting the info. correctly to the main report, but I need to clear...
Two things, firstly I need to copy a backup file from one server to another in the same domain. The file resides on Server1 in d:\folder1\hsi\data\backup. The file name is gams1
I want to copy the file to another server called server2 with the same directory structure d:\folder1\hsi\data\backup...
I have multiple records in a group. Each record has a unique sequence no. I need to pass the highest sequence no. using a shared var to my main rpt to perform a calc on the main rpt.
i.e.
invno seqno price date time
7601 1 $150 06/17/02 12:00
7601 2 $500 06/17/02 12:05
7601...
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.