 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Robert Guest
|
Posted: Sat Aug 07, 2004 9:46 pm Post subject: TDataModule's and web server applications |
|
|
When I add a TDataModule to a web server application (using Delphi 5 pro), I
get the following error
Exception Exception in module xyz.exe at 00050A59.
Only one data module per application
Is there any way around that?
Robert
|
|
| Back to top |
|
 |
danny heijl Guest
|
Posted: Sun Aug 08, 2004 11:29 am Post subject: Re: TDataModule's and web server applications |
|
|
Robert schreef:
| Quote: | Is there any way around that?
|
You can add and use as many datamodules as you like, but you have to
instantiate them manually for instance in the OnbeforeDispatch event
(they can not be AutoCreate).
Danny
---
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|