Search results

  1. joey.jeremiah

    Question How can export a Report directly from QAD to Excel?

    you might want to have a look at the free docxfactory project.
  2. joey.jeremiah

    DocxFactory 1.2.5

    Hello All, Just released version 1.2.5 of the Free DocxFactory Project. Version 1.2.5 introduces several major enhancements – Support for the entire list of more than 70 chart types in Microsoft Word. A single XML and JSON merge function. Support for multiple sections for supporting different...
  3. joey.jeremiah

    Question TIFF Image

    i don't know what software you're using to convert the image and create the pdf which are relevant but docxfactory actually converts tiff images to png in the background and you can use it to create pdf's. if you run into any problems with docxfactory, i could help you with that. btw a new...
  4. joey.jeremiah

    Rack labelling program

    The mfg/pro version might be different than the progress version (it usually is). From the progress editor run - message proversion view-as alert-box. BUT docxfactory is actually written in c/c++ with progress 4gl wrappers so it could be ported backwards to progress 8 or maybe 7 (i don't...
  5. joey.jeremiah

    Rack labelling program

    you might want to try docxfactory.com. docxfactory supports practically every 1d and 2d barcode in the world. it's free (will be open sourced soon) and is compatible with progress v9 or upwards.
  6. joey.jeremiah

    Question Progress to Java Conversion documents

    i don't know the size of your application but obviously it's a huge and risky job to basically do a complete rewrite of your application which might not even come out the same in the end, especially, the crucial business logic. if you're looking to modernize your application and you might favor...
  7. joey.jeremiah

    Input from Serial Device (Arduino)

    Yes. You're right handling events would be a problem although you could use sockets for messaging/events but honestly, I've never needed to handle events from a library. Again, they will probably have the best performance, they're not just Windows only but probably support the most number...
  8. joey.jeremiah

    How to print Bar Code using Syteline 6

    you could try the free docxfactory project you can easily create and print qrcode tonight. if you have any question, i'd be happy to help.
  9. joey.jeremiah

    Input from Serial Device (Arduino)

    I would prefer C/C++ for these sort of tasks and almost any other tasks not found in Progress/OpenEgde. You can find an almost endless number of libraries (with tons of samples) especially for these sort of low level tasks that you can find right in the OS (Windows, GNU). I'd challenge people...
  10. joey.jeremiah

    PSC Roadmap Webinar

    360 = qlikview. which is quite highend and hardware/resource intensive. not suitable for alot of customers.
  11. joey.jeremiah

    Answered Generating a QR Barcode

    You may want to try the free docxfactory project. Comes with built-in support for practically every 1d and 2d barcodes. It's compatible with progress version 9 or upwards and will also work on unix/linux.
  12. joey.jeremiah

    How to print Bar Code using Syteline 6

    You might want to have a look at this - http://docxfactory.com/2014/07/completed-support-for-extensive-list-of-1d-and-2d-barcodes/
  13. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    Thank you very much! :) I'll update the documentation.
  14. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    Great! Thank you very much! :) Can you please test one more thing? - 1. Change the slibdocxprop.i back and recompile. 2. Add the /opt/DocxFactory/lib to the PATH and try again. Can it find the DocxFactoryC.so library now? Thanks, Alon
  15. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    IMHO I doubt that also because glibc probably also depends/uses alot of other libraries and you would need to update/install them as well plus glibc is *very* low level and probably alot of the operating system processes probably even the kernel depend on it and I don't know what effect it...
  16. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    I doubt you can update glibc. You would probably also need to update a million other libraries. It might be the library that has the most dependencies on the whole machine. I believe, glibc 2.5 was released 2006. I think, you might have to upgrade to a more modern version of your operating...
  17. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    Thank you for finding the problem for me :) In C/C++ on UNIX/Linux the LD_LIBRARY_PATH environment variable (or ldconfig) is used to search for libraries and PATH is used to search for executables. On Windows the PATH is used to search for everything, both executables and libraries. I'd...
  18. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    Hello Chris, Thank you for your kind words and thank you for using the Project! :) I will test and fix the problem straight away but before I start are you sure you're using the latest version (I uploaded a new version on the 20th of July)? Can you please also try the following - 1. First...
  19. joey.jeremiah

    Completed adding support for extensive list of 1D and 2D barcodes to the Free DocxFactory Project

    Hello All, Just completed adding support for an extensive list of 1D and 2D barcodes to the Free DocxFactory Project. Supported barcodes - 1D Barcodes Code 11 Code 2 of 5 Standard Code 2 of 5 IATA Code 2 of 5 Interleaved Code 2 of 5 Data Logic Code 2 of 5 Industrial ITF-14 Code 3 of 9 (Code...
Back
Top