T
Tim Hutchens
Guest
cjbree , If the intent is to provide a UI that gives the end user (automation engineer) full access to manipulate the values contained in your database, have you considered DataDigger? datadigger.wordpress.com/ It is a free Windows executable that will connect to your Progress database to let you view schema/data and also create/update/delete data directly. Normally I wouldn't recommend this for a UI, but since your users are the engineers that are working directly on the database, this might work well for you. You wouldn't actually have to recompile like it appears you would need to with MKALL.p. It just connects to the database and displays the schema/data based on the live schema definitions. Hope this helps, Tim
Continue reading...
Continue reading...