Jump to content

molla2005b

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by molla2005b

  1. I solve this problem by copy ssl dll to system32 folder
  2. Hi we get this error when post http request with SSL in ISAPI on win server 2012 R2 "EIdOSSLCouldNotLoadSSLLibrary: Could not load SSL library." but standalone work fine on winserver2012 . we use SSL Cetificate for our webapplication that hosted on IIS 8.5 we post on port 447 because iis use 443 port for SSL. we use right ssl dll. any one have a soluion for this problem? tnx
  3. I have some ISAPI that not work on IIS (ALL version Except II8) and I can't find the problem or Debug it. what is the most reason for this problem.All my Standalone work and I can not see any problem is log file. Log: Run.dll: 00000CE0: 10:35:00 [::1]:Sync Request: Id: -1, Event: bclose best regard.
  4. molla2005b

    Pressing TAB

    Hi it is not work for me. I have use Tab-able Jquery now. https://github.com/marklagendijk/jQuery.tabbable which does just this. It uses the ':tabbable' selector of jQuery UI to find the next 'tabbable' element and selects it. Example usage: // Simulate tab key when element is clicked $('.myElement').bind('click', function(event){ $.tabNext(); return false; }); Regards
  5. hi I want to Upload my public key certificate to telegram webhook. I have to three file here: key.pem root.pem cert.pem Which one do I upload?
  6. TUniDBGrid.Summary.Enabled in Real time. how to do?
  7. hi I want to Cannot access TUniDBGrid.Summary.Enabled in Code but I receive this error : [DCC Error] A: E2362 Cannot access protected symbol TUniCustomGridSummary.Enabled dbgBills.Summary.Enabled:=False;
  8. Hi Take a look to https://github.com/Asprise/scanner.js mybe useful
  9. hi if u use One layer system (Customer Direct Connect to Firebird) take a lock to this link but if u use UniGUi it will be easy to
  10. hi. you can close(Block) his port or create a uniGui Tools to stop and start Customer2 service
  11. mybe if u shoud add a dot before "glowing {..}" ==> ".glowing {..}" http://forums.unigui.com/index.php?/topic/3804-text-boxes-with-background-image-help/?hl=sender.addcls
  12. hi this solution not work in Grouped UniDBGrid. tnx.
  13. hi this solution not worked in Grouped UniDBGrid. thanks.
  14. hi ajax error : Unexpected identifier UniSession.AddJS(' double f = Double.parseDouble(MainForm.ed1.GetValue); '+ ' MainForm.ed2.setvalue(String.format("%.7f", f*2));'); Could someone help me.tnx
  15. accounting.js is a tiny JavaScript library by Open Exchange Rates, providing simple and advanced number, money and currency formatting. Features custom output formats, parsing/unformatting of numbers, easy localisation and spreadsheet-style column formatting (to line up symbols and decimals). It's lightweight, has no dependencies and is suitable for all client-side and server-side JavaScript applications. Library Methods formatMoney() - format any number into currency formatColumn() - format a list of values for column-display formatNumber() - format a number with custom precision and localisation toFixed() - better rounding for floating point numbers unformat() - parse a value from any formatted number/currency string see. http://openexchangerates.github.io/accounting.js/
  16. I have set up a key and can get the recaptcha to show on the page it self but I don't know how to get it into a uniGUi form. www.google.com/recaptcha http://www.sencha.com/forum/showthread.php?34796-2.x-Ext.ux.reCAPTCHA-Form-Plugin
  17. Thank you. Great work. Can U Inbuild reCAPTCHA in ur uniCaptcha? https://developers.google.com/recaptcha/intro?csw=1
  18. tnx alot . tnx very much dear
×
×
  • Create New...