| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 890 online users. » 1 Member(s) | 885 Guest(s) Applebot, Bing, Google, Yandex, vip66living
|
| 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: 360
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 405
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 310
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 651
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 380
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 822
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 337
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,526
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 498
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,220
|
|
|
| Bootstrap input change color |
|
Posted by: bostjan - 06-02-2020, 08:43 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hi,
I'm just starting to use IW with bootstrap and of course struggling with basics.
I have an input field that I would like to change label and text input color from black to red in case user puts wrong information. I can't find any information how could this be achived. Can somebody please explain it to me how can I do that?
Kind regards,
Bostjan
|
|
|
| How to read value changed of TIWBS4Dropdown |
|
Posted by: newsanti - 06-01-2020, 02:05 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
no event fire.
-------------------------------
object IWForm12: TIWForm12
Left = 0
Top = 0
Width = 804
Height = 502
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
Background.Fixed = False
LayoutMgr = IWBS4LayoutMgr1
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
DesignLeft = 2
DesignTop = 2
object IWBS4Region1: TIWBS4Region
Left = 0
Top = 0
Width = 804
Height = 441
Align = alTop
Css = ''
HeightRender = True
Text = ''
WidthRender = False
BSRegionType = bs4rtContainer
object IWBS4DropDown1: TIWBS4DropDown
Left = 200
Top = 16
Width = 289
Height = 25
OnAsyncClick = IWBS4DropDown1AsyncClick
OnAsyncChange = IWBS4DropDown1AsyncChange
BSButtonSize = bs4bszLarge
IconOnRight = False
Caption = 'ITEMLIST'
DropDownItems = <
item
Caption = 'ITEM1'
end
item
Caption = 'ITEM2'
end
item
Caption = 'ITEM3'
end
item
Caption = 'ITEM4'
end
item
Caption = 'ITEM5'
end>
end
object IWBS4Label1: TIWBS4Label
Left = 200
Top = 64
Width = 281
Height = 25
Caption = 'No ItemName'
end
object IWBS4Text1: TIWBS4Text
Left = 80
Top = 112
Width = 657
Height = 305
end
end
object IWBS4LayoutMgr1: TIWBS4LayoutMgr
Left = 88
Top = 40
end
end
|
|
|
| IdHTTPServer and session management Tutorial |
|
Posted by: Alan.F - 05-26-2020, 10:43 AM - Forum: Indy
- Replies (5)
|
 |
Hi every body,
After working with IdTCPServer, I'm now using IdHTTPServer and for client management I need to use sessions. My web researchs send me to a Remy's tutorial here
https://forums.embarcadero.com/thread.js...eID=845373 but I always get the following answer
type : exception error
description : the server encounter an internal error that prevented it from fulfilling this request
I believe the forums.embarcadero site is no longer available.
I hope somebody can help me to find this tuto.
Regards
|
|
|
|