Search found 3 matches

by SolarisW_(Guest)
Thu May 24, 2007 2:32 am
Forum: R&R ReportWorks Users
Topic: Run VFP prg when SQL report is done
Replies: 4
Views: 2398

===> RE: Run VFP prg when SQL rep^s done

The Foxpro program should be able to Poll for the creation of the DBF.____do while !file("drive:/path/myfile.dbf" )__* warning this is an infinite loop if the file is never created__enddo______The prudent step at the start of the program would be to include the deletion of any prior create...
by SolarisW_(Guest)
Fri May 18, 2007 1:15 am
Forum: R&R ReportWorks Users
Topic: Splitting data from txt field
Replies: 3
Views: 1910

=> RE: Splitting data from txt field

try maybe a calculated field with,__STRREP(DATA,CHR(32),CHR(10))__which should convert spaces in "DATA" into carriage returns.
by SolarisW_(Guest)
Wed Jan 03, 2007 8:09 pm
Forum: R&R ReportWorks Users
Topic: Chnage of File Size
Replies: 0
Views: 1187

Chnage of File Size

, between RP5 & RRW formats.____Typically reports (authored here using v8.0) initially converted from RP5 library into RRW stand alone, start as 120Kb. I have noticed that further authoring will double the file size upto 250Kb. ____However recently there was a case where a RRW ended up being alm...