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
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?
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
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.
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 ]);
}
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