| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 99,563
» Latest member: Ta88ezcom
» Forum threads: 2,426
» Forum posts: 11,373
Full Statistics
|
| 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: 348
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 392
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 293
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 640
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 369
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 812
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 332
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,503
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 491
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,198
|
|
|
| Terminate and Redirect not working properly ISAPI 15.1.20 |
|
Posted by: PDSBILL - 05-02-2020, 05:32 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Intraweb 15.1.20
Just upgraded from 15.1.9 to 15.1.20
When calling TerminateAndRedirect('http://somesite/someWebApp.dll?params') it works when run as .exe but does not go to the destination host when run as ISAPI dll
it shows current URL with ?params on browser nav bar
'http://currentsite/currentIntrawebApp.dll?params" it should be 'http://somesite/someWebApp.dll?params"
I saw this was a reported issue with prior versions of intraweb.
I am calling using Async event.
The Params are the correct params, but the host portion is not correct.
I created a simple test app with button and edit box. Ran on my iis server on pasted url into edit box then clicked button
WebApplication.TerminateAndRedirect(IWEdit1.Text);
It did not go to other app on same site.
It did go to another app on different host.
I tried relative url and it also did not work
Is there something I needed to do when upgrading other than install new version and recompile TMS components.
|
|
|
| Unable to link |
|
Posted by: Mischa - 05-02-2020, 01:43 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I have Intraweb IV and recently I have been unable to link
I am getting the following errors withing RAD Studio 10.1 C++
Any ideas?
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Forms::TCustomForm::GetDesignDpi()' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TControl::GetParentCurrentDpi()' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TControl::GetCurrentPPI()' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TWinControl::GetAllocatedWindowHandle()' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Forms::TCustomForm::ScaleForPPI(int)' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TControl::GetSystemMetrics(int)' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TWinControl::ResetIme(HWND__ *)' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TWinControl::ScaleControlsForDpi(int)' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Controls::TWinControl::SetIme(HWND__ *)' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcl::Forms::TCustomForm::ScaleForCurrentDpi()' referenced from F:\PROGRAM FILES\INTRAWEB XIV\LIBD10_3W32\IWMAIN.OBJ
[ilink32 Error] Error: Unable to perform link
|
|
|
| How to read formControlRange Value after pressing a button |
|
Posted by: newsanti - 04-30-2020, 12:33 PM - Forum: IntraWeb General Discussion
- Replies (11)
|
 |
if we use TIWBS4Region with RawText and Text Property
.............................
<label for="formControlRange">Example Range input</label>
<input type="range" min="1" max="100" value="20" class="form-control-range" id="formControlRange">
..............................
How to read formControlRange Value after pressing a button?
..............................
object IWForm2: TIWForm2
Left = 0
Top = 0
Width = 979
Height = 438
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
Background.Fixed = False
LayoutMgr = IWBS4LayoutMgr1
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
JavaScript.Strings = (
'$(document).ready(function(){$('#39'[data-toggle="tooltip"]'#39').toolti' +
'p();});')
DesignLeft = 2
DesignTop = 2
object IWBS4Region2: TIWBS4Region
Left = 56
Top = 24
Width = 825
Height = 353
Css = ''
HeightRender = False
Text = ''
WidthRender = False
BSRegionType = bs4rtContainer
object IWBS4Button1: TIWBS4Button
Left = 32
Top = 176
Width = 200
Height = 25
ScriptInsideTag = False
OnAsyncClick = IWBS4Button1AsyncClick
IconOnRight = False
Caption = 'ReadSlideValue'
ModalKeyboardEscape = False
Tooltip.Delay = 0
Tooltip.Trigger = 'focus hover'
end
object IWBS4Region1: TIWBS4Region
Left = 32
Top = 35
Width = 713
Height = 121
Css = ''
HeightRender = True
RawText = True
Text =
'<label for="formControlRange">Example Range input</label>'#13#10'<inpu' +
't type="range" min="1" max="100" value="20" class="form-control-' +
'range" id="formControlRange">'
WidthRender = True
BSRegionType = bs4rtFormGroup
end
end
object IWBS4LayoutMgr1: TIWBS4LayoutMgr
Left = 704
Top = 216
end
end
|
|
|
|