Jump to content

Alain Debande

uniGUI Subscriber
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Alain Debande

  1. Sorry my last post was not the right one. Below the good one TUniComboBox.ItemIndex.MP4
  2. Is it possible to have a answer to this problem, please ?
  3. Have you solved your last problem ?

    1. Show previous comments  5 more
    2. Alain Debande

      Alain Debande

      France🙂

    3. skafy

      skafy

      So we live close :)

       

      I've managed to overcome problem and create event on dataset field (onChange). So when data change on dataset i get event fired. I can then read value as query.fieldbyname('lala').asstring....

       

      lala.png.40499682e0cb76b675da7583358345f9.png

    4. Alain Debande

      Alain Debande

      Yes Slovenia is not so far, if you want, we could stay in touch concerning delphi and uniGUI.

      alaindebande333@gmail.com

      Thanks very much for the solution of the problem

      image.png.e101e79dc3064737b8ed2fadf898c82e.png

  4. I have exactly the same problem ! it would be really cool to have an answer to this problem !
  5. How could I give a specific column.picklist by row ? Other question : how to disable a cell of unidbgrid on runtime? procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol, ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs); begin if ACol = 1 then begin Attribs.Style.Cls:= 'myShadowStyle';// style is defined in file "files/mycss.css" ; end else if ACol = 2 then begin Attribs.Style.Padding := '0px'; // force image to fit in the cell end else if ACol = 3 then begin column.PickList.Clear; if Arow = 1 then begin column.PickList.Add('1'); column.PickList.Add('2'); end else if Arow = 2 then begin column.PickList.Add('3'); column.PickList.Add('4'); end; end end; Thanks very much for your response.
  6. So I have some applications developed with intraweb. https://drive.google.com/file/d/1fF2UKTvOv_bGGFvsLRDktHAdmiWxlyeT/view?usp=sharing https://drive.google.com/file/d/1YkcXMQJZgZeBuNHbXztJ3HTMQbTo9e16/view?usp=sharing These application-services are on a server and some clients ask the page like this http://srvInterFacBL:8801/$/start?fournisseur=F0000747&facture=7100282838 or http://srvFA:8890/$/start?docid=710. My question with uniGUI : on client side the application need anything ? on server side the application need a runtime package, anything else? on client side the user need to view a pdf file, this pdf is on server when the page of the application need to be refresh, do you think that the pdf needs also to be reloaded on client ? Thanks for your response.
  7. So I have some applications developed with intraweb. https://drive.google.com/file/d/1fF2UKTvOv_bGGFvsLRDktHAdmiWxlyeT/view?usp=sharing https://drive.google.com/file/d/1YkcXMQJZgZeBuNHbXztJ3HTMQbTo9e16/view?usp=sharing These application-services are on a server and some clients ask the page like this http://srvInterFacBL:8801/$/start?fournisseur=F0000747&facture=7100282838 or http://srvFA:8890/$/start?docid=710. My question with uniGUI : on client side the application need anything ? on server side the application need a runtime package, anything else? on client side the user need to view a pdf file, this pdf is on server when the page of the application need to be refresh, do you think that the pdf needs also to be reloaded on client ? Thanks for your response.
  8. Hello, What is the difference between the personal, professional and complete professional licence? Kind regards. Alain Debande.
×
×
  • Create New...