home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / text / frame / 3709 < prev    next >
Encoding:
Text File  |  1992-12-17  |  996 b   |  34 lines

  1. Newsgroups: comp.text.frame
  2. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!etrog!viranga
  3. From: viranga@kbs.citri.edu.au (Viranga (Summer Student))
  4. Subject: suppressing dialog boxes??
  5. Message-ID: <viranga.724569303@phobos>
  6. Sender: news@etrog.se.citri.edu.au
  7. Organization: Collaborative Information Technology Research Institute
  8. Date: 17 Dec 92 05:15:03 GMT
  9. Lines: 23
  10.  
  11. Hi,
  12.  
  13.     I want to write an applications program (in C) that
  14. manipulates FrameMaker.
  15.  
  16.      When I use something like
  17.  
  18.         doAnFmCommand(lastOpenedDocHandle, KBD_QUITWIN);
  19.  
  20. a dialog box is generated asking the user whether to save the document.  The
  21. program has already done any appropriate saving.  Can I, and if so how do I,
  22. suppress the dialog box?
  23.  
  24.     (the above function can be found in docclient.c in the 
  25.         install_dir/source/openmaker/docclient
  26.     directory)
  27.  
  28. Is it possible for my program to provide the information (asked for in a
  29. dialog box), while suppressing the dialog box?
  30.  
  31. Viranga Ratnaike
  32. viranga@phobos.kbs.citri.edu.au
  33.  
  34.