| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 421 online users. » 2 Member(s) | 415 Guest(s) Applebot, Bing, Google, Yandex, Bd222officialcom, vnd88cheap
|
| Latest Threads |
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
10 hours ago
» Replies: 6
» Views: 4,402
|
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
Yesterday, 08:06 AM
» Replies: 7
» Views: 2,036
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 03:38 AM
» Replies: 2
» Views: 532
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 03:14 AM
» Replies: 1
» Views: 171
|
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 02:38 AM
» Replies: 1
» Views: 154
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 02:12 AM
» Replies: 1
» Views: 204
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 02:11 AM
» Replies: 7
» Views: 831
|
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 494
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 115
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 956
|
|
|
| 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
|
|
|
| IW 15.1.20 TIWRegions |
|
Posted by: Richard - 04-27-2020, 08:21 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I have a form divided in 2 Régions. The left one is aligned alLeft and the other alClient. Sometimes I want to hide the left region, and with IW 14 , when I hide the left region , the right region takes the whole place of the form.
Now, with IW 15, when I hide the left region, the right region keeps the same width, and don't takes the available space.
Any idea?
|
|
|
|