Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print color dots and boxes
Message
 
 
To
06/07/2002 09:17:05
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00675825
Message ID:
00675858
Views:
13
Luigi,

Take a base report that has all the other components of the report. Drop a rounded rectangle onto it, you can tag it with a comment and set it to circle. Then USE the report and look at the values for that row. You basically only need insert new rows that have the HPos and VPos values that are transformations of Latitude and Longitude into the units of the report.
use BaseReport.FRX 
locate for Comment = "My Point"
scatter name oPoint
copy to TheReport.FRX
select GPSCoordinates
scan
   oPoint.HPos = f( GPSCoordinates.Longitude )
   oPoint.VPos = g( GPSCoordinates.Latitude )
   append blank
   gather name oPoint
endscan
use in TheReport
report form TheReport
>I have a file of cordinates from GPS I display in a form the points in correct cordinates using the function Pset in different colors according of the type of data, my problem is to print this color points in correct position and also some color boxes in differnts dimensions (the legend).
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform