Search results

  1. K

    New ExeOutput's function in the next update

    No, in javascript or in php (in php is possible to use ping method) is possible to control only on load the page the first time if the internet connection is active. i use a node js script to test if the internet is disponible when a link is clicked. there are much method, one is: npm i...
  2. K

    New ExeOutput's function in the next update

    It would be useful to many users to have a function to recall an external link (website url, url CRM software on cloud, IP address, etc.) and test whether the internet connection is present or not present pinging an web address. (not only during loading exeoutput compiled file but during the...
  3. K

    Exeoutput not compatible with Win 11 last update KB5046740

    Hi, over 50% of our customers are unable to use the software compiled with exeoutput. We have replaced some cloud systems by compiling the free system “electron”. Now, there are also problems with the php as the attached image. Could you please specify us if this problem can be resolved and...
  4. K

    Missing Visual C++ redistributable for Visual Studio 2019 x86

    I confirm that the anomaly is also present in other versions of exeoutput, even in obsolete and not recent versions. They only work by deleting the windows update.
  5. K

    Missing Visual C++ redistributable for Visual Studio 2019 x86

    Tested on ExeOutput version: 2024.1.2 - Win 11 // Build: 26100.2454 Currently the only way to make the applications work is to delete the latest Windows 11 update KB5046740
  6. K

    Exeoutput not compatible with Win 11 last update KB5046740

    Tested with ExeOutput version: 2024.1.2 - Win 11 // Build: 26100.2454 All applications compiled with exeoutput (all versions) do not work on win 11 after the latest operating system update. The error is always the same: Visual C++ is missing (even if this is present on the system). I have...
  7. K

    Mysql do not start

    Sometimes some antivirus (like kaspersky) or the same windows security blocks the startup of mysql preventing the correct functioning of the software created. With the antivirus we have to take manually to correct the problem that create the exception. When windows block the mysql, even...
  8. K

    The JS control crashes the system

    when will released a new version?
  9. K

    The JS control crashes the system

    when we can upgrade to this version? Date?
  10. K

    The JS control crashes the system

    This is the code. I have insered the image because the bcc code not work.
  11. K

    The JS control crashes the system

    hi i use ExeOutput 2019.1, when i use a js control to validate a form the system crash. It is necessary to minimize the program and maximize it to work again. There are any solution or we have to change all our java script method to validate a form? Thanks
  12. K

    Mysql and mysqladmin not shutdown

    After closing the main window, the mysql database remains active. (mysql and mysqladmin still appear in windows processes) it is normally? mysql and mysqladmin shouldn’t it be closed automatically?
  13. K

    Disable Magic quotes on MySql DB

    hi, maybe you didn’t understand what I needed: I needed to use quotes without managing them by php code for all forms used. I solved by including this code in the pages: Thank you
  14. K

    Disable Magic quotes on MySql DB

    if it were possible to enable magic quote in php.ini we could use this runtime solution (source from php.net). With web server environments it works fine. this is the solution that we could use directly in php files
  15. K

    Disable Magic quotes on MySql DB

    yes, i have modified the php.ini in ExeOutput setting and i have also test the disable magic_quotes with .htaccess without no result. i have tested a project with magic_quotes_gpc = On in php.ini and the exe file do not startup. php version 5.6 any idea?
  16. K

    Restore mysql backup file (SOLVED)

    Error in a query… Thanks gdgsupport
  17. K

    Disable Magic quotes on MySql DB

    hi, is possible to disable Magic quotes to use the apex on MySql DB without error?
  18. K

    Restore mysql backup file (SOLVED)

    Hi, is it possible to restore a backup file of the mysql database previously saved in text format? I use this function that work fine but in exeoutput i do not have result.
  19. K

    winscard PC / SC API

    Hi, has anyone runned the pc / sc library on ExeOutput? Info on: https://pecl.php.net/package/pcsc - This library is an extension for PHP using the winscard PC / SC API It would be really great to make this library work because it could be used to take data from smart card readers and insert...
Back
Top