Runtime Access problem...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Weby

    #1

    Runtime Access problem...

    Hi,

    I've searched everywhere, but i've not found anything to make my application
    compatible with Access 2k Runtime.

    In fact, it works good for the first report i display. My application is
    able to launch a report in view mode, and the secretary needs to be able to
    compare 2 reports.

    I launch the runtime access using shell() as the Microsoft Knowledge base
    say to do. But then when i do a getobject (mydbname), the second report
    tries to open itself in the first instance of access (the one containing my
    first report which works great...) instead of the one i've just shell()...

    I've tried to create msaccess2.exe to try to launch a "very" different
    access, i've tried to change the title name of the access window, without
    any success.

    Globally, i think i need to be able to getobject() on a window by its hwnd
    for example, maybe... But this function only needs classname...

    Anybody can help ?
    Thx

    Weby



Working...