Jump to content

mmurgas

uniGUI Subscriber
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by mmurgas

  1. Friends, my problem is pretty basic, I can insert in VCL me in a simple (append/post/ApplyUpdates), but not WEB.

    example:

    UniMainModule.tablaTest.Append;

    UniMainModule.tablaTestCod.Value:=123;

    UniMainModule.tablaTestEms.Value:='asasas';

    UniMainModule.tablaTestSubg.Value:='other';

    UniMainModule.tablaTest.Post;

    UniMainModule.BaseCampamentos.ApplyUpdates(UniMainModule.tablaTest);

     

    also

    active:=true;

    cachedUpdate:=true

     

    I get database Closed

     

    I'm trying to insert / edit data on dbgrid in web version,

     

    Thanks in advance

×
×
  • Create New...