Do have a dummy X-ray image file you can email me to test?
----- Original Message -----
From: "Luc Delcoigne" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, August 12, 2010 5:32 PM
Subject: [RBASE-L] - Re: connection rBase > Efilm
Mike,
Yep, that's the one.
Currently I'm using version 2.1.2.
There is also a free developer RIS/HIS toolkit SDK.
that's what I used to make it work in Access.
Tried some other things.
At best I can see the efilm thumbnail form flash up, but it disappears
immediately.
the x-rays are not displayed.
Hope you can help me.....again.......
;-)
Thanks, Mike.
Luc D.
--------------------------------------------------
From: "Mike Byerley" <[email protected]>
Sent: Thursday, August 12, 2010 11:18 PM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - Re: connection rBase > Efilm
Luc,
Is this the eFilm Software you are using?
https://www.merge.com/na/estore/content.aspx?productID=317
----- Original Message -----
From: "Luc Delcoigne" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, August 12, 2010 8:23 AM
Subject: [RBASE-L] - Re: connection rBase > Efilm
Marco,
I know what you mean, but no, this is not possible with efilm.
The parameters have to be passed via the OLE or hardcoded in C++ (I
think).
Do you have any idea if it would be possible to get a custom developed
plug-in to do the job and what the price of such a plugin could be ?
Luc D.
----- Original Message -----
From: "Marco Groeneveld" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, August 12, 2010 11:50 AM
Subject: [RBASE-L] - Re: connection rBase > Efilm
Luc,
Can you start efilm.exe with parameters behind that and what should
this
be
?
for example efilm.exe?parameter=nummer¶meter1=tekst
Marco
----- Original Message -----
From: "Luc Delcoigne" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, August 12, 2010 11: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.
>>
>>
>>
>
>