open dialog in acu cobol

This is a discussion on open dialog in acu cobol within the cobol forums in Programming Languages category; Hi i´m using acuBench 7 and i´m looking for a nice solution to let the user choose a file to import in my database, is there anything that starts the "small" version of Windows Explorer as known in all other applications ... file-open choose by clicking thanks a lot mario...

Go Back   Application Development Forum > Programming Languages > cobol

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-04-2008, 04:00 AM
mario
Guest
 
Default open dialog in acu cobol

Hi i´m using acuBench 7 and i´m looking for a nice solution to let the
user choose a file to import in my database,
is there anything that starts the "small" version of Windows Explorer
as known in all other applications ... file-open choose by clicking

thanks a lot
mario
Reply With Quote
  #2  
Old 08-04-2008, 05:24 AM
mario
Guest
 
Default Re: open dialog in acu cobol

for those who have the same problem,
i´ve done it with

INITIALIZE OPENSAVE-DATA
MOVE
"Tab files (*.tab)|*.tab|All files (*.*)|*.*"
TO OPNSAV-FILTERS
MOVE "tab" TO OPNSAV-DEFAULT-EXT
CALL "C$OPENSAVEBOX" USING OPENSAVE-SAVE-BOX,
OPENSAVE-DATA
GIVING OPENSAVE-STATUS
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 06:41 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.