Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print color dots and boxes
Message
 
 
À
06/07/2002 09:17:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00675825
Message ID:
00675858
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform