Jump to content

Bresler

uniGUI Subscriber
  • Posts

    172
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Bresler

  1. Hi Delphi Developer:

     

    You're right, the code does'nt work. I think that this is not the way for editing a grid without posting modifications... I think than ClientDataset is the way... I'm new in Delphi's World...

  2. Hi Delphi Developer:

     

    I'm not tried it but I think this could work:

     

    For stopping synchronization:

    UniSession.JSCode(uniDBGrid1.JSName+'.getStore().suspendAutoSync();');
    

    For resuming synchronization:

    UniSession.JSCode(uniDBGrid1.JSName+'.getStore().resumeAutoSync();');
    
  3. Hi, it is posible to create a component and execute some server-side procedure througth a client-side event? I mean, by example, the OnMouseOver event of aTUniEdit could write some text in the same component or change some property... It is posible??

×
×
  • Create New...