home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / foxprutl.zip / FOX.XBS < prev    next >
Internet Message Format  |  1994-08-20  |  5KB

  1. From ankh.iia.org!uunet!usc!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!news.kei.com!eff!wariat.org!ict.pwr.wroc.pl!jozimek Sat Aug 20 22:22:59 1994
  2. Path: ankh.iia.org!uunet!usc!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!news.kei.com!eff!wariat.org!ict.pwr.wroc.pl!jozimek
  3. From: jozimek@ict.pwr.wroc.pl (Jaroslaw Ozimek)
  4. Newsgroups: comp.databases.xbase.fox
  5. Subject: Re: MS Graph From FoxPro 2.5 for Windows
  6. Date: 17 Aug 1994 12:52:56 GMT
  7. Organization: Technical University of Wroclaw, Poland
  8. Lines: 54
  9. Message-ID: <32t178$mk1@cyber.ict.pwr.wroc.pl>
  10. References: <32fi0g$aph@cyber.ict.pwr.wroc.pl> <32l6c8$vb@mcmail.cis.McMaster.CA>
  11. NNTP-Posting-Host: asic.ict.pwr.wroc.pl
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Blake Laufer (laufer@mcmail.cis.mcmaster.ca) wrote:
  15.  
  16. :      Create the graph once and save it under the name QRYGRAPH.  You may 
  17. : then make calls to two functions:  UPDATEGRPH and SHOWGRPH, both of which 
  18. : can be found in (_GENGRAPH).  The UPDATEGRPH call will redisplay the 
  19. : saved graph but using new information passed to it by parameters.
  20.  
  21. [...]
  22.  
  23. :      Unfortunately, I don't have the parameter lists handy for the
  24. : function calls that you required.  Let me hunt around and get back to
  25. : you... 
  26.  
  27. :      - Blake
  28.  
  29.   Thanks for answer. I found at ftp.microsoft.com, in /developer/devtools/fox/kb
  30. couple of interesting articles. These are the names and titles:
  31.  
  32. Q88609 PRFOX: CONFIG.FP Entry Does Not Disable FoxGraph Option
  33. Q88845 INF: Utilities That Add Graphics to XBase Applications
  34. Q93330 PRB: Problems with Using a Graphic Image in an .FRX File
  35. Q93619 PRB: Blank Box Where Graph Should Be in RQBE Output
  36. Q93630 PRB: Paste Link Command Not Available for Microsoft Graph
  37. Q96304 INF: RQBE Graph Option Unavailable If _GENGRAPH Not Set
  38. Q98770 INF: Using REFRESHGRPH in GENGRAPH.APP
  39. Q98771 INF: Using GENGRAPH.APP to Update and Display Graphs
  40. Q98772 INF: Using SHOWGRPH in GENGRAPH.APP
  41. Q99605 INF: Passing Date to a FoxGraph Graph as a Subtitle
  42. Q99841 INF: Entering Microsoft Graph Without the RQBE Dialog Box
  43. Q100445 PRFOX: Character Field Appears as Date in Microsoft Graph
  44. Q100474 INF: FoxGraph Is No Longer Supported by Microsoft
  45. Q101597 INF: Using UPDATEGRPH in GENGRAPH.APP
  46. Q101800 PRB: Cannot Print Graphical Image from Clipboard
  47. Q103086 INF: How to Graph Multiple Data Items Using Microsoft Graph
  48. Q104052 PRB: FoxPro Sends Only Two Decimals to MS Graph
  49. Q106699 INF: How to Create an X-Y Scatter Chart Using MS Graph
  50. Q108719 PRFOX: GPF After Query Is Appended to Table Using GraphWizard
  51. Q111998 INF: How to Use the Report Writer to Preview or Print Graphs
  52. Q112483 INF: Limitations of Run-Time MS Graph
  53.  
  54.   I think that can solve anyones problems about that.
  55.  
  56.   Interesting: one cannot add Graph to stand-alone apps? Seems strange,
  57. in Distr. Kit there is an option of ADDING MS Graph ...
  58.  
  59.   Another thing. In FoxPro for DOS, there are source files for _GENGRAPH,
  60. which are not included in FoxPro for Windows. Has anyone tried to make
  61. _GENGRAPH through GENSCREENX with 3D added? 
  62.  
  63. --
  64. Jaroslaw Ozimek
  65. Technical University of Wroclaw
  66. Institute of Technical Cybernetics
  67. jozimek@asic.ict.pwr.wroc.pl
  68.  
  69. From ankh.iia.org!uunet!MathWorks.Com!news.kei.com!sol.ctr.columbia.edu!proto.ida.org!news Sat Aug 20 22:23:00 1994
  70. Path: ankh.iia.org!uunet!MathWorks.Com!news.kei.com!sol.ctr.columbia.edu!proto.ida.org!news
  71. From: jwilusz@ida.org (Joseph-Paul Wilusz)
  72. Newsgroups: comp.databases.xbase.fox
  73. Subject: Re: MS Graph From FoxPro 2.5 for Windows
  74. Date: 17 Aug 1994 15:12:42 GMT
  75. Organization: Institute for Defense Analyses
  76. Lines: 21
  77. Message-ID: <32t9da$40m@dmsoproto.ida.org>
  78. References: <32fi0g$aph@cyber.ict.pwr.wroc.pl> <32l6c8$vb@mcmail.cis.McMaster.CA> <32t178$mk1@cyber.ict.pwr.wroc.pl>
  79. NNTP-Posting-Host: jwilusz-pc.ida.org
  80. X-Newsreader: WinVN version 0.82
  81.  
  82. In article <32t178$mk1@cyber.ict.pwr.wroc.pl>, jozimek@ict.pwr.wroc.pl (Jaroslaw Ozimek) says:
  83. >
  84. >  Interesting: one cannot add Graph to stand-alone apps? Seems strange,
  85. >in Distr. Kit there is an option of ADDING MS Graph ...>
  86.  
  87. Yes, you can include graphs in stand-alone exe's.  You need to include 
  88. GENGRAPH.APP in your project, and also make certain to distribute it with 
  89. the executable since GENGRAPH.APP gets marked as 'excluded' in the 
  90. project.  
  91.  
  92. Extra info:  You may get build errors that the functions UPDATEGRPH
  93. and REFRESHGRPH are not found even though you reference them as 
  94. being in the .app (E.g. DO UPDATEGRPH IN GENGRAPH.APP 
  95. WITH <parameters>).  The way around this is to put fake functions with the 
  96. same name but no commands in your main program and never call them. 
  97. This will fool the project into thinking that the functions do exist where it
  98. is looking for them.  
  99.  
  100. Hope this helps.
  101.  
  102. JP Wilusz
  103.  
  104.