Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/08/22 in all areas

  1. Hello, Please see the related demos: \FMSoft\Framework\uniGUI\Demos\Desktop\GridGroupingSummary \FMSoft\Framework\uniGUI\Demos\Desktop\GridGroupingSummaryGrandTotal
    1 point
  2. All our work is done server side - so it's just pretty standard Delphi stuff, no Javscript etc required. In one application we have tablets out in the field returning HTML data to the server. When the UNIGUI user browses the list of returned files we check to see if the same file name exists but with a PDF extension rather than HTM - if not we simply call wkhtmltopdf.exe from a procedure in mainmodule in a hidden window with param1 as source html and param2 as the required PDF. Once the PDF does exist we display/print as required. you could use any Delphi function that runs an external exe (ShellExecute, ShellExecureEx, WinExec, CreateProcess....) This approach works fine for us, it's easy to implement and allows additional processing if the called process is actually a batch file with a list of other things to do in it, rather than just converting to a PDF. Cheers
    1 point
  3. Hi, Is it possible to have a SweetAlert component with anonymous method instead of OnConfirm or OnDismiss method? Something like this: SweetAlert1.show( procedure(Res: Integer) begin end; ); Thanks.
    1 point
×
×
  • Create New...