Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    845
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. What is the reason for this error happening, can anyone tell me? Thank you! Event:click, Object: O1CE6 not found in session list. It could be timed out, refresh page and try again
  2. But how do I add a FastReport file with the FR3 extension? The problem is in mime_0_type, I don't know what to put in it.
  3. I need to download an FR3 file (FastReport) and a bank file with the extension .REM (Text file), I'm using Hyperserver + IIS, and I can't download it, does anyone know why?
  4. If I change the MainForm in that part MainForm.UniEdit1.setValue (sender.codeEditor.selection ()) and put a Frame works too?
  5. It can be on the server side, I wanted to take the selected text and execute a command in the bank with it
  6. I have a UniSyntaxEdit component and I would like to get only the selected text, would I have it?
  7. I am available, my contact eduardosuruagy@gmail.com
  8. I also have the same problem and haven't updated it yet!
  9. I make a backup of a bank and then restore it in another folder and still have some more processes. I'm automating the process of registering a new customer. I also make a copy of a specific folder on my server and I create it in another folder of my new client then this whole process crashes my system, I tried to put a Timer even then still tarve.
  10. Over time this can vary, I'm not sure. Will increasing the time UniServerModule.AjaxTimeout influence anything?
  11. I try to deal with all errors and sometimes this is inevitable and I would not like to show these errors to my client.
  12. How can I run a long process in Unigui without the message appearing in the image?
  13. It would be number and characters
  14. Good morning, I use this code in an edit to accept just numbers: UniDBEdit1> ClientEvents> UniEvents> beforeInit function beforeInit (sender, config) { sender.maskRe = / [0123456789] /; } I would like my edit to accept letters and numbers, how do I do it?
  15. These JS codes are passed on by you guys from support, I'm not sure if these codes are causing the error. Errors are caused randomly.
  16. Grid.ClientEvents.UniEvents.Add( 'pagingBar.beforeInit=function pagingBar.beforeInit(sender, config) {config.displayInfo = true;}'); Grid.ClientEvents.UniEvents.Add( 'store.afterCreate=function store.afterCreate(sender)'#13#10'{'#13#10''+ ' sender.setRemoteSort(false);'#13#10'}'); Grid.ClientEvents.ExtEvents.Add( 'afterrender=function afterrender(sender, eOpts)'#13#10'{'#13#10' var me = s' + 'ender;'#13#10' if (me.pagingBar) {'#13#10' me.pagingBar.getCompone' + 'nt("refresh").handler = function() {'#13#10' ajaxRequest(me' + ', '#39'_refresh'#39', [])'#13#10' }'#13#10' }'#13#10#9#13#10'}'); I have a unit where I pass the name of the dbgrid and add these options.
  17. I'm having the same error and I still don't know why: Error: TUniCustomDBGrid.MoveToRow (): Unexpected Row number: 21, 24
×
×
  • Create New...