PDA

View Full Version : Integration Question...



Michael Mullan
17-Feb-2010, 04:10 PM
I need to do a summary of a summary report, so i built a temporary table to report against.

I wrote a procedure to Zero the temp file, then spin thru the parent file, and populate up the temp file.

(When I get this working, I switch to David's TempFile package)

my problem is that the "BuildRptDaily" procdure is called, and runs, but he VRW report shows no data.



Object oPrintButton Is A Button
Set Label To "&Print"
Set Size To 14 50
Set Location To 104 13
Set Status_Help To "Print the report"
Set Default_State To True
Set peAnchors to anBottomRight

Procedure OnClick
Send BuildRptDaily

Send StartReport
End_Procedure
End_Object
I guess the report is caching the record count or status or something, and decided the file is empty. ??