Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12439
  • Joined

  • Last visited

  • Days Won

    871

Farshad Mohajeri last won the day on June 8

Farshad Mohajeri had the most liked content!

About Farshad Mohajeri

Profile Information

  • Gender
    Male

Recent Profile Visitors

44615 profile views

Farshad Mohajeri's Achievements

Advanced Member

Advanced Member (4/4)

2.8k

Reputation

  1. When there are purged or suspended nodes the total number may exceed maximum number in the configuration.
  2. Hi, So are there any errors in the Node log file?
  3. You can customize ServerMessages from MainModule too. Have you tried that?
  4. Maybe the answer is in the question itself. What is different in that client? Can you make a guess?
  5. Hello, We do not support the recent 64-bit version of IDE yet. We will try to add support for it very soon.
  6. Procedure is very simple. In portal please select your expired subscription then choose "Add A Product Option" button and select "Renewal" option. It will redirect you to our online store. Thanks
  7. Major improvements and additions are applied for calendar controls in build 1599.
  8. Looking at logs reveals that for an unknown reason HyperServer has lost communication with all Nodes. Is there any 3rd party virus scanner / protection software running on the server?
  9. Hi, Perhaps something has changed. From what I see this server has a little load so it can not be as a result of high load or something. Sending both Node logs and Hyperserver logs may help. Thanks
  10. Well, can you please try this in a Delphi VCL application too? It seems to me like standard Delphi behavior. Normally, it is IDE which keeps track of links between forms, frames and modules.
  11. Hi, You must make sure MainModule is always open in the IDE.
  12. Hi, First issue is that you must call like below: JSInterface.JSCallGlobal('getScan', ['UnimForm1']); You save form variable in a string local storage. You must change it as below: function processBarcode(b) { var frm = localStorage["currentForm"]; frm = eval(frm); frm = frm.form; ajaxRequest(frm, "BARCODE1", ["value1=" + b ]); }
  13. Please send us a test case demonstrating your problem. Thanks
  14. Hi, As we have mentioned above the first place to look is log file of the crashed node. Can you see anything meaningful there? BTW, I recommend using FastMM for debugging and test your app in full debug mode. https://www.unigui.com/doc/online_help/index.html?using-fastmm-in-full-debug-mod.htm
  15. I agree that HyperGrid needs more documentation and it deserves a lot more attention. It is in our to do plan.
×
×
  • Create New...