| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 831 online users. » 1 Member(s) | 826 Guest(s) Applebot, Bing, Google, Yandex, abigailredford
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 03:02 AM
» Replies: 0
» Views: 79
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 77
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 90
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 350
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 180
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 529
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 173
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,077
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 306
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 871
|
|
|
| ServerController.OnBeforeNewSession |
|
Posted by: DanielFields - 04-07-2018, 06:52 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I'm trying this method out before using it in a live setting. The result of the code below is a blank screen. Is there some way to return text, or an error message?
Code: procedure TIWServerController.IWServerControllerBaseBeforeNewSession(const aUrlPath: string; aRequest: THttpRequest; out vCanCreate: Boolean);
begin
vCanCreate := false;
end;
|
|
|
| deployement web |
|
Posted by: Alain - 04-07-2018, 11:53 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hello
I have to deploy my application on a commercial web server, and I am looking for a document to know which type of server I should choose.
Windows, Linux, etc.
Standard application or ISS
if I move my application to another directory than the project, I have error 404, you have an idea
thank you
|
|
|
| How to use Log in standalone app (in C++) |
|
Posted by: ian@archsw.com - 04-06-2018, 06:19 PM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
Basically I can't work out how to write messages to the stand-alone app 'Log' window. In essence it should be simple. There should be a 'Log (message)' function, but I can't find it.
I am using IW 14.2.7 Ultimate
Here are references I have found to the Log function:
In to the Delphi example (under OnAfterDispatch: TOnDispatch) on this page:
http://docs.atozed.com/docs.dll/Classes/...rBase.html
There should be a function Log (msg) that can be used. But Log is a data member / parameter in this class not a function.
In the 'intraweb manual' (pg 118) http://downloads.atozed.com/intraweb/IntrawebManual.pdf
Writing custom messages to the debug area
To write your custom messages in the debug area you may use the method "Log" of the StandAlone window. In Intraweb for Delphi, the default StandAlone window is of type TFormIWMain and is declared in the unit IWMain. In Intraweb for Visual Studio .NET the default StandAlone window is of type Main declared in the Atozed.Intraweb.NETMain namespace. The "Log" method takes a parametter AMsg of type string, which represents the message to be written in the debug area.
But there is no TFormIWMain class in the C++ app that I can find - or unit IWMain
|
|
|
| Iwdbgrid -improving appearance |
|
Posted by: lfeliz - 04-06-2018, 04:31 AM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
I have an existing app that uses iwdbgridcand have been asked to make it look "nicer" but I need to stay stock Intraweb, no third party controls (tms or cgedvtools....) Have to provide src, they have 10.2.2
Specifically iwdbgrid. Need to color cells or rows based on row values ( some visible others not)
Any ideas or examples?
I am using delphi Berlin update 2 to develop.
Cheers!
|
|
|
| send Email with Indy component |
|
Posted by: mikel.pahl - 04-05-2018, 08:06 PM - Forum: IntraWeb 17
- Replies (2)
|
 |
Is it possible to send emails from my intraweb webapp ?
i put the Indy components IdSMTP and idmessage on a tiwform.
Since i do it no button works on the form.
Should i put the indy components on the serversession or usersessionunit ?
Michael Pahl
Delphi 10.2 with
IntraWeb Ultimate Edition 14.2.6
Indy 10.6.2.5366
after one day investigation i found my button work if i remove a IWCompTimeEdit component from the form.
Funny a IWCompTimeEdit has that effect
Sorry for the post
|
|
|
| IntraWeb17 - Making legacy systems modern |
|
Posted by: kudzu - 04-05-2018, 05:46 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
From a user written article on LinkedIn.
Quote:
IW17 will introduce IWML, which will replace DFM (imperceptibly), IWML is an Oasis for the eyes of those who have tried to express themselves in HTML, in frameworks such as Angular, Polymer, Vue.js, etc.
IW17 will make it easier to migrate to other languages (I doubt anyone will), and will also make it possible to migrate to Lazarus in the future.
It will be very easy to migrate from the current IW solution to 17 (even the current pages will be able to run, side by side, with the newer ones), that is, there is already a consolidated market, with many companies using it.
What both solutions are good about, is that they are the first two frameworks to use the potential of the Browser, without the need to write a single line in JavaScript or another alien dialect.
....
Companies like Google and Microsoft make it seem like making systems today , is a sharks thing, that we barracudas have to settle for being just one piece of a huge gear, you need to hire Santa and all his elves to make an application nowadays.
Read the full article:
https://www.atozed.com/2018/04/iw17-maki...ms-modern/
|
|
|
| IntraWeb17 - Making legacy systems modern |
|
Posted by: kudzu - 04-05-2018, 05:46 PM - Forum: IntraWeb 17
- No Replies
|
 |
From a user written article on LinkedIn.
Quote:
IW17 will introduce IWML, which will replace DFM (imperceptibly), IWML is an Oasis for the eyes of those who have tried to express themselves in HTML, in frameworks such as Angular, Polymer, Vue.js, etc.
IW17 will make it easier to migrate to other languages (I doubt anyone will), and will also make it possible to migrate to Lazarus in the future.
It will be very easy to migrate from the current IW solution to 17 (even the current pages will be able to run, side by side, with the newer ones), that is, there is already a consolidated market, with many companies using it.
What both solutions are good about, is that they are the first two frameworks to use the potential of the Browser, without the need to write a single line in JavaScript or another alien dialect.
....
Companies like Google and Microsoft make it seem like making systems today , is a sharks thing, that we barracudas have to settle for being just one piece of a huge gear, you need to hire Santa and all his elves to make an application nowadays.
Read the full article:
https://www.atozed.com/2018/04/iw17-maki...ms-modern/
|
|
|
|