With help from John at RBTI I figured out what the problem is with my LoadFilenamePlus! I changed my code to use the internal plugin rather than the external, but I had the same problem. After closing the form, my main menu form's group menu functions did nothing. The only thing I could do is click the "X" to close the form.
Turns out that with 9.1 they changed it so that it will change the active working directory to whatever you were searching for. So I needed to add this to my option list: |NO_CHANGE_DIR ON My group menu bar couldn't find any external files because we were now in the wrong directory. And BTW: the consultant I'm doing this project with insists on external programs for everything, no internal code, so that's why file locations are important here. Karen In a message dated 6/14/2012 4:25:47 PM Central Daylight Time, [email protected] writes: > The plugins syntax have changed a little in 9.X. > > Here is the link to look at the syntax changes. It also tells you which > ones are included with Rbase and which one are for purchase. > > http://www.rbase.com/products/pluginpowerpack95/PluginPowerPack95.pdf > > Dan > > > > From: [email protected] > Sent: Thursday, June 14, 2012 1:20 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Now problem with LoadFilenamePlus.rbl in 9.1 > > > > Wow, this upgrade to 9.1 is anything but smooth so far... > > The client says I don't need to use the wildcard. So fine, now the > Chkfile works. > > If there are files, then I was using LoadFilenamePlus.rbl to bring up the > file selection box. The date of this file is from back in October 2007, > and I can't find an updated copy. The box comes up, I can select a filename > and launch the PDF file, but at that point RBase is locked up. > > So I'm assuming my plugin is old, or there's another way to bring up a > file list? > > Karen > > > >

