[AccessD] Using Library Form

John Bartow john at winhaven.net
Mon Oct 27 12:19:31 CST 2003


Well, first off, I was doing this completely backward. I shouldn't have set
this to CodeDB but to CurrentDB!

As for the bound data - I haven't found a way to do this so it makes sense
time-wise to just change it all to unbound. DONE

OK everything works now EXCEPT:

I store the application icon in the table as an OLE field (it is also stored
in the "application icon" property). I have always diplayed this on the
SysInfo form as it looks nice.

How do I go about reading an OLE field from the recordset (or the
"Application Icon" property) and presenting it for display on the form?

John B.


> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of John Bartow
> Sent: Sunday, October 26, 2003 4:44 PM
> To: AccessD
> Subject: [AccessD] Using Library Form
>
>
> Hi all,
> I have a form that is bound to a table which is common in all of my apps.
> The table holds information about the application(title, version, etc,). I
> thought this would be a perfect example of a form to put in my common code
> library, call it from there to display the application specific app.
> information for each calling app.
>
> I put the table in my common library DB and loaded the library's info.
> I changed all the references from currentDB to CodeDB.
> I put a function in my code library that opens the form when
> called from any
> app.
>
> Problem:
> The form always displays the library information.
>
> What I am missing here?
>
> John
>
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
>




More information about the AccessD mailing list