Search results

  1. fmcleod

    Timestamp inaccurate ... Paquet Builder or ExeOutput?

    In writing entries to a text log file, for the time entry I am using fwrite($fhandle,date(‘H:i:s’)." "); The timestamp is off by +6 hours, sounding like it is a timezone issue. An entry I just did (9/17/2015 at 7:46) shows in the log written as 2015-09-18 01:46:16 +6 hours from my timezone. All...
  2. fmcleod

    Using a shell from ExeOutput's PHP to run a batch file

    Forget this … discovered the macro for running a shell command.
  3. fmcleod

    Set silent print global variable

    When I entered that topic, I was running on Windows 7 Pro. Now I am running on Windows 10, but same result. I am not sure if it is my syntax or what … or where I am placing the setglobalvariable for hedirectprint. I have created a very small, one-page, php page to keep it simple and see if I can...
  4. fmcleod

    Set silent print global variable

    Using Trident. I gave Chromium a shot, but climbing this learning curve, I decided to not mess with it for now.
  5. fmcleod

    Anyone getting SkinBuilder to work for you?

    Okay! Thanks for that pointer. I’ll give it a shot this weekend and see how it goes. I appreciate it.
  6. fmcleod

    Set silent print global variable

    When I am finished with this project, I should have a decent grasp of ExeOutput … I do love it. However, I have little aggravating things pop up that I just can’t figure out. The latest: just before I print a pdf file I try to invoke the silent printing mode by assuring the global variable...
  7. fmcleod

    Write privileges to Sqlite database table from EXEOutput

    Thanks, Achu, for all your help … got it going … with your pointing me in the right direction and my re-reading the instructions, I got it right with an external database.
  8. fmcleod

    Write privileges to Sqlite database table from EXEOutput

    I do have the database standing alone in the Data folder, if I am understanding you correctly. It is listed in the Publication list of files … does that make it compiles inside the application? That sounds like what is happening. How do I put "the database file outside the compiled application...
  9. fmcleod

    Cannot find how to get Commercial version of EXEOutput

    Thanks for that. That is what I want to accomplish. Wierd that all the documentation refers to getting the “commercial” version. That misled me. Your answer does the trick!!
  10. fmcleod

    Write privileges to Sqlite database table from EXEOutput

    Haven’t had a lot of luck here, getting some discussion and help on problems, but going to try this again. I have used a whole weekend trying to unravel this problem and cannot find any reference to it. I have a Sqlite database to which I have write privileges as an IUSR when working from my...
  11. fmcleod

    Anyone getting SkinBuilder to work for you?

    I installed SinBuilder to see if I could customize a skin for my application. Nothing I do seem to have an afffect on any .skn file I open from the Exeoutput skin folder. I open a .skin file and nothing happens in SkinBilder. Has anyone been using SkindBuilder successfully? Do you have any...
  12. fmcleod

    Cannot find how to get Commercial version of EXEOutput

    In the building the “about” screen in ExeOutput, I cannot customize it complete without getting the message that I must purchase the Commercial version. I am missing something … I have been all over the GDG site and the ExeOutput for PHP site and cannot seem to find how to get the Commercial...
  13. fmcleod

    PHP array okay running direct PHP, but errors out in EXEOUTPUT

    I am building a utility program in PHP. I have it working perfectly well when running the PHP file in my browser. However, when I compile and run it in ExeOutput, I get a “PHP Notice: Unitialized string offset” when referencing an array. It is fine in PHP 5.3.17 running in my browser. It is in...
  14. fmcleod

    Embedding SQLite in the EXE

    Forget this. I can’t see how to delete it. I arrived at the answer just a few minutes after I posted it.
  15. fmcleod

    Embedding SQLite in the EXE

    Okay, call me dense! I want to embed a read-only database into my EXE output. I have read the documentation about using something like: $storagelocation = exo_getglobalvariable(‘HEPubStorageLocation’, ‘’); $dbname = $storagelocation.‘mysqlitedb.db’; and that the database will be in the ‘Data’...
  16. fmcleod

    Can EXEOUTPUT simulate the print.always_print_silent mode that can be set in Firefox?

    I know that silent printing without dialog is a security issue for websites, but I am creating a piece of software to be stand-alone on a PC, using EXEOUTPUT. There will be no security issue as the user will be running it on his own PC, not from online. SO, is there a way in EXEOUTPUT to...
Back
Top