Home dcraggs Comments

dcraggs

About

Username
dcraggs
Joined
Visits
33
Last Active
Roles
Member
Company Name
OfficeCraft Ltd

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';
    in TppGMap Comment by dcraggs November 2019
  • Enabling the Static Maps Api worked.

    A working example would still be good!
    in TppGMap Comment by dcraggs November 2019
  • 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…
    in TppGMap Comment by dcraggs November 2019
  • I didn't actually know until I looked :-)

    Not my original code :-)
    in Export Comment by dcraggs October 2019
  • 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…
    in Export Comment by dcraggs October 2019
  • This is the previous behaviour

  • Check out here:

    imag…            </div>
            <div class= in Export Comment by dcraggs October 2019
  • Will do when I can find time.
  • Still getting this and regional settings are fine. Also being reported by users.

    Any more thought?

    Dave Craggs
  • Here is an image of the list in my program and your demo.

    image
  • 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