Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1561
  • Joined

  • Last visited

  • Days Won

    87

Posts posted by Abaksoft

  1. 13 hours ago, Darth Florus said:

    Hi Pals:

    Sorry for the dumb question.

    If I use the Professional version of Delphi:

    Can I generate a apache module application?

    If it can be generated. Can I execute it on Linux with Apache for example?

    I mean using only UniGUI components consuming a REST FULL service instead of a Database Server directly.

    Someone allready tried to do this?

    The current price of a Delphi Enterprise license are too high for me only to make it work on Linux when a Customer wants to reduce server license costs.

    Best Regards

     

    http://forums.unigui.com/index.php?/topic/15289-delphi-professional-with-linux/

     

    Given the alarming advertising emails from EMB this summer, it is clear that EMB is in bad shape.

    I think it's time to vote for EMB to launch a Delphi Pro version with the Linux option :)

    • Upvote 1
  2. 6 hours ago, Farshad Mohajeri said:

    It shows that another app is running on same port.

    Make sure no other uniGUI app is running in background.

     

    Many thx.

    That right.

    Problem Solved :)

    And sorry for the Alerte 

  3. Feed Back :

    I think the problem is not on Build 1560, It is on the recent Delphi Update 1  (Patch.R111.Patch1-202204273.zip),

    because,

    1. Before updating my Delphi 11 (Alexandria without Update)  Build 1560 have worked correctly.

    2. I re-install Build 1555 on my new Delphi 11.1  (Update 1),  same problem.

    Waiting for your expertise ...

  4. I re-install Build 1560, Not Solved yet.

    It seems a Critical issue,  I'm stuck, I can't develop anything !

    Delphi 11.1  Version 28.0.44500.8973    /   Unigui Build 1560

  5. @Farshad

    On Delphi 11.1  - Update 1   Version 28.0.44500.8973    /   Unigui Build 1560

    1. Just create a new Empty Unigui Project (from Unigui Wizard),

    2. Run it  ... That gives this error :   Do I ignore this Exception ?

    Thx.

    1.png

     

    2.png

     

    Edited :

    - Even if Ignored, that not run.

    - Even if I open an Old Project,  same problem !!!

    Humm....What hapened ?

    I will try to re-install Unigui 1560. 

     

  6. 18 hours ago, artem_niko said:

    It turns out that if I create a personal parameter for each field and write in the FDQuery.Filter property something like (Field1 like %:Param1%) and (Field2 like %:Param2%)... then it will work with the property FDQuery.Filtered=True and calling my stored procedure that calls a SELECT query?

     

    Hello,

    Can you try :

    http://forums.unigui.com/index.php?/topic/18946-how-to-use-unicombobox-in-unidbgrid/&do=findComment&comment=107950

     

  7. To all Brothers and Sisters.

    May God grant us peace, forgiveness and mercy.

    image.png.e5fb7c8a878e78d80ebac50db937b691.png

     

    "اقرأ باسم ربك الذي خلق، خلق الإنسان من علق، اقرأ وربك الأكرم، الذي علم بالقلم، علم الإنسان ما لم يعلم

    "

    Holly Coran. Chapter 96

    "Read in the name of your Lord who created, created man from a clot, read, and your Lord is the Most Generous, who taught by the pen, taught man what he did not know"

    • Thanks 1
    • Happy 1
  8. On 4/22/2022 at 12:55 PM, d.bernaert said:

    Hello,

    Normally when we call the refresh method of an ibdac query, the data gets requeried from the database.

    When clicking the refresh button of the unidbgrid, this seems to have another behavior, it does not requery data from the database.

    This is probably an ibdac question, but is it possible when clicking the refresh button below the unidbgrid the refresh method of the ibdac query is called?

    I've tried setting the option fullrefresh on the query component without luck.

    Thx,

    Dominique

    Hello,

    Maybe clicking Refresh Button is not necessary.

    After Modify, i am refreshing my record like this :

       MyDataSet.RefreshOptions:=[roAfterUpdate];    
       MyDataSet.RefreshRecord;
       dbg.RefreshCurrentRow();

    IBDAC  8.1.1

  9. 12 hours ago, Aggie85 said:

    Nope! Rad Studio is configured on my machine to be running as Administrator.

    Next solution!

    Aggie85.

     

    Hello,

    Did you correctly install your unigui, after installing Delphi 11.1  ?

    1. Open C:\program Files (x86)\unigui....\groupProjectxxx

    2. Recompil all

    3. Install packages

×
×
  • Create New...