Jump to content

mikromundo

uniGUI Subscriber
  • Posts

    458
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by mikromundo

  1. NautilusERP.dll: 0000188C: 08:56:35 [TUniGUIServerModule.HandleException]:EAccessViolation : Access violation at address 01D0DFC8 in module 'NautilusERP.dll'. Read of address 00000064 : Addr: $01D0DFC8
    NautilusERP.dll: 0000188C: 08:56:35 []:EAccessViolation : Access violation at address 01D0DFC8 in module 'NautilusERP.dll'. Read of address 00000064 : Addr: $01D0DFC8
    NautilusERP.dll: 0000158C: 08:56:35 []:Error deleting folder: "C:\inetpub\wwwroot\nautiluserpmkm\cache\nautiluserp_dll\YWCFENJSUu1042EB548\" [OS Error:2]

     

    This errors don´t show in STANDALONE.....

  2. Hi Shersod, 
    good question..rsrs ... 
    
    That's why I came to ask for help, why I did not install any component ... 
    
    I already researched THE WHOLE PROJECT to see if there was something like this, but it does not.
    
    As I am a few months ago using uniGUI, I ask for help from you ...
  3. Good afternoon.
    What is happening is this:
    I copy the same DLL to 3 folders from my server.
    
    If I open the main folder, it does not display the uniFMASK error message (it is not uniFSMASK)
    
    
    
    if I open the same DLL from another folder I copied, the error is displayed.
    image.thumb.png.6cda12951fe59db9f46790d0a7f2aba2.png

    image.png.85eb6a70417868ac119f11f441735333.png

     

     

    image.png

  4. OH!!!!! I´m new user and still learning uniGUI... Thanks so much !!! I will test !!!!

     

    but this code could be adapt ?

      for i := 0 to Self.ComponentCount - 1 do
      begin

           if Self.Components.ClassNameIs( 'TUniDBNumberEdit' ) then
           begin


                UniSession.JSCode('$("#' + TUniDBNumberEdit( Self.Components ).JSName + '_id-inputEl").inputmask("9,99");');


           end;

      end;

  5. It´s possible at RUNTIME ( OnDrawColumnCell ) change a TEXT( fieldvalue ) ?

    TUniDBGrid(Sender).Text

    Ex: varC_ConteudoCampo := Column.Field.AsString

    TUniDBGrid(Sender).Text := '***' + varC_ConteudoCampo  '***';

×
×
  • Create New...