| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 800 online users. » 0 Member(s) | 797 Guest(s) Applebot, Bing, Google
|
| Latest Threads |
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 413
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 465
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 343
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 697
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 406
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 888
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 367
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,617
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 537
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,284
|
|
|
| Passing values between forms |
|
Posted by: Hexsol - 04-22-2021, 09:09 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi,
I am struggling to pass values between IWforms.
Relatively new to Intraweb, previous small projects had only one form so no issues encountered.
This new project has 6 forms and needs some information to be passed between them.
I have tried to create a record in the usersession, thinking a new usersession was created for each instance, but now find that the details are overwritten by the last user.
It must be an easy task to pass values between forms but so far it has eluded me.
Can you recommend the best way forward.
Embarrassed 30+ year Delphi programmer!
|
|
|
| IWjQDBGrid auto column width, autosize with |
|
Posted by: Comograma - 04-21-2021, 01:57 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I'm using a IWjQDBGrid to show some data.
I have the options goAutoGridWidth and goAutoColumnWidth set to True.
When the page 1st shows, the grid is auto adjust to the width of the browser and the columns are auto width also.
If I resize the browser's page, I would that the grid would stay or do an autowidth do the new browser width and also the auto column width is refreshed.
How can I accomplish this?
|
|
|
| Redirect on session timeout |
|
Posted by: PDSBILL - 04-16-2021, 05:59 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I have a Isapi intraweb app that when a sesssion timeout occurs i want to terminateAndRedirect to a specific URL not restart the sesssion
I have tried using OnSessionRestarted, but the terminateAndRedirect access violates.
Is there another way to do this?
|
|
|
| Redirecting ISAPI app |
|
Posted by: TinyCthulu - 04-14-2021, 03:48 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I had no problem with deploying app on IIS, as long as I'm connecting to "http://#.#.#.#/virtualdir/app.dll", application works.
How to configure IIS to call my app as "http://#.#.#.#/alias" ?
I followed instruction provided by atozed: http://docs.atozed.com/docs.dll/deployme...20IIS.html but without success.
I made required changes to ServerController.OnConfig()
All I get is error:
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://localhost:80/Features/
Physical Path C:\inetpub\wwwroot\Features\
Logon Method Anonymous
Logon User Anonymous
|
|
|
|