Putting stuff on Github seems currently the most used way of sharing stuff with the world. Just create a src or source folder and put the separate parts in its own folder there, add a Readme.md and select a proper license model (for just sharing GPL, LGPL, MIT licenses are often used, or write...
Most commercial bar-code scanners connected to a PC are identifying themselves as a USB keyboard, so they are (automatically) handled in parallel to the standard keyboard by Windows. Similarly is supported with mice. Just connect another USB mouse to your system, or a graphic digitizer tablet...
A specific Window should be activated by finding it either by Window-Title (caption) or Window-Class, not by clicking the mouse somewhere in a rather random location. What if another application-window is hiding that specific pixel from view?
You could switch to Harbour-project / xHarbour compilers to release the 4k array size limit, and other old, DOS-based, Clipper-specific limitations. :-)
MS Word can do that for you, using the embedded VBA (VB for Applications) language, as also used in macro's, or in fact any word-processing tool that does mail-merge based on an ODBC data source.
There is only 1 of 10 (base-2) solutions that should be acceptable:
Rewrite from scratch, using modern techniques, replicating the business logic of the old DOS application.
DO NOT try to slap on a web-interface or something similar onto a DOS application, it's not scalable so it won't be able...
You are already advised by the MS SQL manuals to use nvarchar anyway, so why not use it for all your data, and never worry about the xml , or whatever file-format, export?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.