M
MBeynon
Guest
Hi, we have an internal Database Viewer app written in OE10x that we would like to build under OE11. The app makes use of internal OE10x screens such as the DB connection window and Protools (see code snippet below). {adecomm/commeng.i} /* Help contexts */ {adecomm/adestds.i} IF NOT initialized_adestds THEN RUN adecomm/_adeload.p. RUN adecomm/_adehelp.p (INPUT "comm", INPUT "CONTEXT", INPUT {&Connect_Database}, INPUT ?). { prodict/dictgate.i &action = "query" &output = "capab" &dbrec = "?" &dbtype = "p_type" } assign ext_Type = {adecomm/ds_type.i &direction = "itoe" &from-type = "p_Type" } . _propath.w { protools/ptlshlp.i } /* help definitions */ { adecomm/_adetool.i } _db_gw.p FOR EACH tinydict ._db WHERE tinydict ._db._db-name <> ? AND tinydict ._db._db-type <> "PROGRESS" AND tinydict ._db._db-local = no AND tinydict ._db._db-slave = yes: _dbincr.p { prodict /dictvar.i NEW} { prodict /user/uservar.i NEW} { prodict /user/userhue.i NEW} I'm assuming these have been moved/renamed in OE11x? Does anyone know what they are now called. I've looked at using extractpl.bat in the OE116 src dir but we only have adeedit.pl We'd like to reference the relevant OE11x components at compile time by testing the OE VERSION preproccesor? Many Thanks, Mark.
Continue reading...
Continue reading...