Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ames!haven.umd.edu!boingo.med.jhu.edu!welch.jhu.edu!glenn From: glenn@welch.jhu.edu (Glenn M. Mason) Newsgroups: comp.databases Subject: Re: pull down menus with paradox Message-ID: <1991May29.141328.16690@welch.jhu.edu> Date: 29 May 91 14:13:28 GMT References: <1991May22.232716.27515@monu6.cc.monash.edu.au> <6236@ns-mx.uiowa.edu> <1991May29.011349.19256@welch.jhu.edu> <6245@ns-mx.uiowa.edu> Reply-To: glenn@welchlab.welch.jhu.edu (Glenn M. Mason) Organization: Welch Medical Library, Baltimore Lines: 21 In article <6245@ns-mx.uiowa.edu> broy@vaxa.weeg.uiowa.edu writes: >In article <1991May29.011349.19256@welch.jhu.edu>, glenn@welch.jhu.edu (Glenn M. Mason) writes... >> >>The easy and recommended way to do this is to issue a call to the function >>REFRESHCANVAS() ... especially if you have any intentions of distributing >>applications to run under Paradox Runtime, since the ECHO command is dis- >>abled from working when executing apps under the runtime environment. >> > >I can find no reference to this command in any of my Paradox manuals. Is this >a third party product? It is part of the DataEntry Toolkit. The documentation is within the PAL Users Guide Reference. You will need to create and access within your application the standard toolkit library (which should include only those library routines that you intend to use in your apps, Paradox allows you to create this library with just the DataEntry Toolkit procedures that you want to include). Hope this helps, Glenn