Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1555
  • Joined

  • Last visited

  • Days Won

    86

Everything posted by Abaksoft

  1. Hi Hüseyin, Wonderful is your web site. Have you some Tips & Tricks for : - Browsers visibility - Google search engine optimization - where to put special key words etc... Thx
  2. Hello Ghamm, About hybrid project (Desktop + Mobile) : What i am using at this time is : - Create a set of Forms for Desktop - Create a set of Forms for Mobile (the smalest size on the menu). And share the same code in an Unit ( unigui DataModule). http://forums.unigui.com/index.php?/topic/6744-hybrid-example-how-it-works-please-explain/&do=findComment&comment=34306 http://forums.unigui.com/index.php?/topic/6744-hybrid-example-how-it-works-please-explain/&do=findComment&comment=34499 But steel the question about automatic size (diferent Mobile & Tablet screen) ?! Best regards.
  3. Hello Mohammad how are you ? I have an enigma, me to, about mobile size: 1. what is the real use of the unigui menu on Delphi top interface (different phones sizes are suggest) ? 2. Is that an old Farshad concept wich can be replaced by the new sencha profiles ? Thx
  4. Schuiab, Super specifications for the new software we will develope in 2017 Ofcourse with unigui technologie ! Thank you Sir شعيب. All the Best.
  5. Hello jameswong See : http://forums.unigui.com/index.php?/topic/3495-how-only-number-in-tunidbnumberedit-not-double-is-it-possible/&do=findComment&comment=16284
  6. Abaksoft

    IUSR User ?

    Hello Farshad, No, i did no special rights setting. But on : - MyWebApplication/ Authentication / Anonymous Authentication = Enable - Edit Anonymous Authentication Credential I let User Identity to : Application pool Identity (and not IUSR as i did'nt creat it) : - Like Chee Yang Chau Setting : http://chee-yang.blogspot.com/2009/10/configure-windows-7-iis7-for-isapi-dll.html But, finally I create the super user IUSR and did like you recommand on doc. Thx again.
  7. Abaksoft

    IUSR User ?

    Hello, In unigui.pdf and online doc http://www.unigui.com/doc/online_help/iis_7_0.htm there is a step where we have to give full access to this super user IUSR. I did'nt add this IUSR on my VPS windows server R2012 and my applications work fine. So, is IUSR important ? Thx.
  8. Yes. It's correct as far as your uDadaBaseUnit is a TDataModule (like MainModule). But steel a question : why Farshad created this MainModule ? I think, it's the First unit wich is loaded when you start a session. So it has a priority again other uniDataModule. Farshad can give here more détails Best Regards.
  9. Hello elgringo, - At the begining of my using unigui, I writed my first project wich only used an unigui Datamodule containing DBconnection and CRUD procedures (MainModule was empty) : all works fine at this day. --------------------------------- So, you have nothing to do. No need to link (instance) your function DataBaseUnit to MainModule. Your uDataBaseUnit is already instanced as TDataModule (like MainModule) --------------------------------- - After, when i discovered the good practice, i am using MainModule for connecting my DBConnection. - For beautifull code, you can put only your DBConnection component on MainModule and all your CRUD procedures on a separated uniDatamodule (a true one not a free datamodule). Regards.
  10. Hello Friends There is a new AMNESTY Upgrade : https://www.embarcadero.com/amnesty-offer-december-2016 Regards.
  11. Abaksoft

    e payment

    Hello Farshad, Do you know : https://www.componentsource.com/product/e-payment-integrator-delphi Or : https://www.nsoftware.com/ibiz/epayment/# As they are developing this component for multiple technologies, they could be likely to be interested in translating it in Unigui. It can be interesting ! What do you think ? Thx. Thank you.
  12. Hello, Already exists in forum : http://forums.unigui.com/index.php?/topic/7370-isapi-hot-update/?view=findpost&p=37548&hl=isapiloader http://forums.unigui.com/index.php?/topic/4536-isapi-deployment-with-in-place-dll-replacement/?hl=isapiloader http://forums.unigui.com/index.php?/topic/2681-is-there-any-difference-with-performance-between-unigui-standalone-exe-server-and-unigui-dll-modewith-apache/?view=findpost&p=12378&hl=isapiloader
  13. 1. Put your connection on MainModule. 2. Set its pooling property to True. 3. Connect your DB, on MainModule Create event. 4. Close your connection on MainModule.Destroy event. 5. For leightweight considerations, put your DataSet + DataSource on your formes or frames (beter way create theme on the fly); they will be free automatically on destroy event. And you will not have any problem.
  14. Hello ElGringo, If i understand use : Anchor property (all by défaut). http://forums.unigui.com/index.php?/topic/5222-centered-panels-once-again/&do=findComment&comment=26802 http://forums.unigui.com/index.php?/topic/5573-form-in-upper-right-corner/&do=findComment&comment=28499 You can do a search on forum with :Anchor as key word.
  15. Hello itognet, If you are using : 1. Microsoft SQL Server, use : PIVOT 2. ORACLE, use : CROSSTABS 3. FireBird, use : LEFT JOIN ​Here is a FireBird Select SQL example : With T(IDExamination, DateExamination, Examen, Valeur) as ( Select IDExamination, DateExamination, Examen, Valeur From TEXAMINATIONS ) SELECT TE.EXAMEN, LIST(V1.Valeur, ' - ') AS "2016/11/01", LIST(V2.Valeur, ' - ') AS "2016/11/02", LIST(V3.Valeur, ' - ') AS "2016/11/03" FROM TEXAMINATIONS TE LEFT JOIN T V1 ON V1.IDExamination = TE.IDExamination AND V1.DateExamination = '2016/11/01' LEFT JOIN T V2 ON V2.IDExamination = TE.IDExamination AND V2.DateExamination = '2016/11/02' LEFT JOIN T V3 ON V3.IDExamination = TE.IDExamination AND V3.DateExamination = '2016/11/03' /* WHERE V1.Valeur IS NOT NULL OR V2.Valeur IS NOT NULL OR V3.Valeur IS NOT NULL */ Group By TE.EXAMEN order by TE.EXAMEN ASC Regards.
  16. My connection is faster now (1327), then before
  17. Hello FreeMan35, You are right http://stackoverflow.com/questions/21880775/delphi-does-treeview-data-objects-need-to-be-freed See also having many type of data on a TreeView : http://stackoverflow.com/questions/6413228/advice-on-setting-up-new-treeview-data-type Regards
  18. Restore your windows system on the last point.
  19. Hello Marlon video link was'nt accessible. This one yes : https://youtu.be/jTQsoebaG1Y Great job
  20. Thanks to Emiliano http://m.youtube.com/watch?v=e7-mq0ZXxEk
  21. Henceforth, you can use native compression on Firebird 3.0. (WireCompression = True). http://fossies.org/linux/Firebird/doc/README.wire.compression.html I think this is the most important setting we have to do, on Firebird conf, for web developpement. See page 42 : https://www.google.dz/url?sa=t&source=web&rct=j&url=http://firebirdsql.org/file/documentation/release_notes/Firebird-3.0.0-ReleaseNotes.pdf&ved=0ahUKEwjnuprm8I_PAhXDCBoKHZfgCDMQFggnMAU&usg=AFQjCNFW5hdS3BJg0osA77iNqyb12PjrBg&sig2=3M1seaO3UwxTrvPcndlisQ See also : https://ib-aid.com/en/articles/45-ways-to-speed-up-firebird-database/
  22. Abaksoft

    Eid Mubarak

    Hé...Hé عيدكم مبروك To all brothers and sisters.
×
×
  • Create New...