dcraggs
Comments
-
Managed to get it working.
I got exceptions using the AddMarker method.
Plus the Markers property documentation is wrong
You have:
lMarker := ppGMap.Markers.Add;
lMarker.Name := 'Grand Canyon';Enabling the Static Maps Api worked.
A working example would still be good!I have seen the help, but it's not very helpful!
I have put in an api key and address and am just getting "Map Unavailable"
There is nothing about the component in the help PDF file and no demo.
Is there a working ex…I didn't actually know until I looked :-)
Not my original code :-)The code is setting TextFileName
TppPrintDialog(FReport.PrintDialog).TextFilename := AFileDirectory + ReportTitle;
It is being set to C:\Users\dcraggs\Documents\Item Details
But only the 'Item Details' part is appe…Will do when I can find time.
Still getting this and regional settings are fine. Also being reported by users.
Any more thought?
Dave CraggsHere is an image of the list in my program and your demo.
It is 19.04
When printing to file, our program has the Option Excel, whereas your demo has the option XLS data file.
Is it possible to disable the Excel option?
Dave