Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW10 open IW14 Form (dll)
#7
(06-30-2020, 12:11 AM)alex.trejo@tttnet.com.mx Wrote: Hi,
We are preparing to migrate a large D2009/IW10 isapi application to a more recent dev environment (10.2.3/IW14.2.6 which we already have or possible go to IW15).
We would like to have the possibility to keep the current IW10 app as entry point, create a new IW14 dll that could be referenced from IW10 app and where we have migrated and new forms. So, when we have a new form migrated, we call the new IW14 version from within the IW10 app. Is something like this possible with IW? When I In VCL it is possible to include an external dll library which opens new forms, but when trying it in IW it throws AV.

How can we accomplish this? We want to keep/pass user information from IW10 app to IW14 forms.
Thanks
Alex

The problem is how to share the session state (internal session data, like "what's the logged user?). It is feasible if you program your application like it was a REST server (i.e. each request does one unique thing an that's it, no complex stuff depending on transactions, etc.)
Otherwise I recommend you to migrate it completely.
Reply


Messages In This Thread
RE: IW10 open IW14 Form (dll) - by kudzu - 06-30-2020, 05:37 PM
RE: IW10 open IW14 Form (dll) - by kudzu - 07-01-2020, 05:28 PM
RE: IW10 open IW14 Form (dll) - by Alexandre Machado - 07-02-2020, 06:52 AM
RE: IW10 open IW14 Form (dll) - by kudzu - 07-02-2020, 05:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)