Mike, VB6 is currently not installed in this machine, but I could try that.
I'll let you know. Luc D. ----- Original Message ----- From: "Mike Byerley" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Thursday, August 12, 2010 1:47 PM Subject: [RBASE-L] - Re: connection rBase > Efilm > Also, on the machine you have efilm installed, open one of your office > applications (or VB5/6 IDE if you have it). Look at eFilm in the object > browser and see if it has a SHOW method or a VISIBLE property. > > > ----- Original Message ----- > From: "Luc Delcoigne" <[email protected]> > To: "RBASE-L Mailing List" <[email protected]> > Sent: Thursday, August 12, 2010 5:31 AM > Subject: [RBASE-L] - Re: connection rBase > Efilm > > > > Hello Mike, > > > > I finally started with the testing of the connection between Rbase 9.0 64 > > and Efilm 2.1.2. > > > > It seems that the connection works partially via the RMScript you sent me. > > I can see the efilm.exe appear in the task manager. > > > > BUT : Efilm itself is not activated on the screen. And the parameters > > Vpunieknummer and Vcon are not passed, I think. > > > > So the correct images are not opened in Efilm. > > > > All works well with Word and Excel. > > > > Any ideas ? > > > > Luc Delcoigne > > > > ----- Original Message ----- > > From: "Mike Byerley" <[email protected]> > > To: "RBASE-L Mailing List" <[email protected]> > > Sent: Monday, August 09, 2010 4:21 PM > > Subject: [RBASE-L] - Re: sw: RBG76.EXE - Application Error > > > > > >> If there are other users that I don't want to go to the R>, I use a > >> dialog > >> asking for a password to the R>. > >> > >> ----- Original Message ----- > >> From: "Michael J. Sinclair" <[email protected]> > >> To: "RBASE-L Mailing List" <[email protected]> > >> Sent: Sunday, August 08, 2010 10:40 PM > >> Subject: [RBASE-L] - Re: sw: RBG76.EXE - Application Error > >> > >> > >> That worked! > >> Now what would be the best code to put in an EEP if I want to go to the > >> database > >> editor/R>? > >> Basically, I want 2 buttons...one to exit, and another to go the R> or to > >> the > >> Database editor screen. > >> > >> Mike > >> > >> > >> > >> > >> ________________________________ > >> From: A. Razzak Memon <[email protected]> > >> To: RBASE-L Mailing List <[email protected]> > >> Sent: Sun, August 8, 2010 10:17:55 PM > >> Subject: [RBASE-L] - Re: sw: RBG76.EXE - Application Error > >> > >> At 09:47 PM 8/8/2010, Michael J. Sinclair wrote: > >> > >> >I use the Rbase.dat file to run the application > >> > > >> >G: > >> >CD G:\RBDATA > >> >CONNECT dbname > >> >EDIT USING formname > >> > > >> >The form seems to run just fine until I want to exit. > >> > > >> >When I click on the Enhanced Speed Button (the name on the > >> >Button is EXIT), the code that runs is... > >> > > >> >CLOSEWINDOW > >> >DISCONNECT > >> >EXIT > >> >RETURN > >> > > >> >If I get rid of the word EXIT, the error goes away, but > >> >then the program does not exit, it goes to the database > >> >desinger/R> screen. > >> > >> > >> Mike, > >> > >> Without knowing all other details, I suggest the following: > >> > >> Update the RBASE.DAT file as follows: > >> > >> -- RBASE.DAT > >> G: > >> CD G:\RBDATA > >> CONNECT dbname > >> CLS > >> EDIT USING formname > >> IF (CVAL('NetUser')) <> 'MSinclair' THEN > >> DISCONNECT > >> EXIT > >> ENDIF > >> RETURN > >> > >> -- Edit Custom EEP > >> CLOSEWINDOW > >> RETURN > >> > >> Note: Using the EXIT command in a Variable/TableView based > >> is not a good idea. EXIT command should not be used from > >> within an active window, such as form. > >> > >> Hope that helps! > >> > >> Very Best R:egards, > >> > >> Razzak. > >> > >> > >> > > > > > > >

