Jump to content

Beginner

Members
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Beginner

  1. You can use hidden panel and uniedit after uniedit- event onchange etc
  2. You can use global variable on summery event and result you can get this variable
  3. How find solution? I have problem like this when logout to login form showing dll
  4. Hi all Tell me anybody how hide dll after logout to login form..I'm deploy IIS by manual default document I set dll but when logaut to login form in adressbar showing dll Best regards
  5. How create menu like this? can you share sample?
  6. Hi , you should choose in dbgrid-columns - display memo =true
  7. I don't understand why use service for this Example I have table Torder when inserting or update or delete in this table i have trigger which insert to table Talert log insert update delete etc from this table i will select unitimer but exclude old logs?
  8. Unidbgrid with summary total how can i export to excel?
  9. Why? when you call event in trigger or procedure you can insert event table and select with unitimer
  10. I see. Thanks I try this but not work, http://forums.unigui.com/index.php?/topic/5280-unitimer-error-firebird-events/
  11. Can you more explain how doit? How you connect your service + unigui and on web app control or receive events from service ?
  12. Ramadan Kareem to all brothers
  13. You can use after edit cell unidbgrid call dataset.post; for force call calculated method use this combination dataset.Edit; dataset.Cancel;
  14. type TFDDataSetHelper = class helper for TFDDataSet public procedure InternalCalc; end; implementation uses FireDAC.DatS; { TFDDataSetHelper } procedure TFDDataSetHelper.InternalCalc; var oRow: TFDDatSRow; begin oRow := GetRow(ActiveBuffer); oRow.ForceChange(rsCalculating); end; and use the unit then, after any of the fields change that the internal calculated fields rely on, call: TFDDataSet(dataset).InternalCalc;
  15. c:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\AllFeaturesDemo\mdemo.dpr
  16. Can you little explain what to do this web application?
  17. Dear Mohammad when are you planing share guid?
  18. +1 Will be good waiting your skills thank you
  19. are you finish ? Can you share?
  20. Hi thank you How set style button? When clicked or pressed then button color changed and stay color and left border side color too?
×
×
  • Create New...