Jump to content

SISBLU Software

uniGUI Subscriber
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by SISBLU Software

  1. Hello.

    Its WORK in EXE:

    procedure TUniMainModule.IBQControleFinanceiroRECEBIDOPAGOGetText(
      Sender: TField; var Text: string; DisplayText: Boolean);
    begin
    Text:= '<img src="image/PAGO_OK.png" width=55 height=20 align="center" />' 
    end;

     

    But IIS not WORK

     

    What do I need to do?

     

  2. \FMSoft\Framework\uniGUI\Demos\Desktop\SendFile
    procedure TMainForm.UniButton2Click(Sender: TObject);
    begin
      UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unipdf.pdf');
      UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unidoc.doc');
    end;

    I want to save the 2 files, but without clicking 2 x

×
×
  • Create New...