Jump to content

billyChou

uniGUI Subscriber
  • Posts

    189
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by billyChou

  1. Hi File Upload max size is 419mb. in x86 Server max size is 4GB. need realtime save upload buffer stream in temp file. Thanks.
  2. sample test for html to richedit. billyChou Test01.zip
  3. SFTP client integration Thanks billy Chou
  4. 1. Database transaction consistency Recommendation postgresSQL . 2. Blocks, inventory quantity, recalculation mechanism and verification mechanism.
  5. if DLL is function, no visiable Component , it 's can use , my sample EASendMail SMTP Component https://www.emailarchitect.net/easendmail use that in unigui , can browse in chrome .
  6. do not use login form, you can custom design login form in main form may be can do .
  7. Treegrid columns [n_job] not sort . UniMainModule.q_dbtree.SQL.Text := 'select *, left( n_job, 6) as mydate from jobnumber order by n_comp , n_pla , n_did, n_job,n_line'; UniDBTreeGrid1.TreeKeyFields := 'n_comp;n_pla;n_did'; Thanks.
  8. you can use the same code in unigui. or use Http Test - http://www.overbyte.be sample in UNIGUI.
  9. I use TMS FlexCel for VCL & FMX import to memory table (unidac ). https://www.tmssoftware.com/site/flexcel.asp
  10. refernance MetaDraw http://www.bennet-tec.com/btProducts/MetaDraw/MetaDraw.htm MetaDraw Features ActiveX and .NET Support MetaDraw is available in both ActiveX and .NET editions. MetaDraw 3 OCX is our most recent ActiveX edtion. Designed for support under Visual Studio ( Visual Basic / VC++ ) editions 4 thru 6, as well as Delphi, C++, FoxPro, Access, Internet Explorer ( used on Web pages) , and other environments providing ActiveX support. Excuse me, I can't learn how to use UniGui.
  11. may be test create active x (ocx) use ocx in web IE client need install Ocx limit IE use.
×
×
  • Create New...