| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 82,400
» Latest member: vztwoae
» Forum threads: 2,408
» Forum posts: 11,315
Full Statistics
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 630
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 76
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,365
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 475
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 517
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 415
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 538
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 256
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,208
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,124
|
|
|
| TIWHRule |
|
Posted by: JuergenS - 06-15-2018, 08:43 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello.
i'm using IW 15.0.5 with C++Builder 10.2.
I want to create a thin horizontal ruler with TIWHRule, but the property Height=1 doesn't decrease the height, even if i set RenderBorder=false;
The default value Height=3 an greater values will be displayed acurate.
Best Regards
Juergen
|
|
|
| TabOrder |
|
Posted by: cyracks - 06-14-2018, 11:19 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hello,
I have some problems with the order of components shown in the browser. As I understand property IWComponent.TabOrder is responsible for order of component regarding parent component. So if form consists of Region which is a parent to GridPanel and Label (both align = alTop) and if Label.TabOrder is 0, GridPanel.taborder is 1 that means Label should be set above the Button.
![[Image: HpPQCVb.png]](https://cdn.pbrd.co/images/HpPQCVb.png)
LabelBoxWorkDept.TabOrder = 0
MGridPanelWorkDep.TabOrder = 1 (grid panel holds 2 buttons)
But when form is rendered components are in reverse order (GridPanel above Label)
![[Image: HpQoW1L.png]](https://cdn.pbrd.co/images/HpQoW1L.png)
I should also mention that components are added to main form from another form by code (in main form on create event), but component names are not duplicated.
Code: FormSub := TFormSub.Create(WebApplication);
FormSub.Region02WorkDeparture.Parent := MRegionMenuHolder;
What needs to be done so that components will be rendered in the same order as is defined by property TabOrder ?
Regards,
Tomaž
|
|
|
| Intraweb 14 TIWComboBox |
|
Posted by: fouriee8 - 06-13-2018, 08:28 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I'm using Intraweb 14.
I have a ComboBox and want to display the following set of data
+01
+02
+03
BUT, when running the application, the values are listed without the '+' sign and I am not able to select any of the listed item.
Is this a known problem?
Is there a work around?
|
|
|
| Unicode Character |
|
Posted by: joelcc - 06-12-2018, 05:21 PM - Forum: IntraWeb General Discussion
- Replies (15)
|
 |
I need help with the following error: No mapping for the Unicode character exists in the target multi-byte code page
I am using iw14.2.7
I have a iwdbgrid that total throws the error above and kicks me out of the iw program. Any ideas on how to solve this?
Below is the call stack.
(00057ABC){WebDesk.exe } [00458ABC] System.SysUtils.TEncoding.GetString + $F0
(000E447A){WebDesk.exe } [004E547A] System.Classes.TStringStream.GetDataString + $16
(00784A7C){WebDesk.exe } [00B85A7C] IWDBGrids.TIWDBGrid.RefreshData (Line 572, "IWDBGrids.pas" + 150) + $6
(00783A18){WebDesk.exe } [00B84A18] IWDBGrids.TIWDBGrid.RenderCells (Line 295, "IWDBGrids.pas" + 30) + $8
(00780617){WebDesk.exe } [00B81617] IWCompGrids.TIWCustomGrid.RenderInnerHTML (Line 783, "IWCompGrids.pas" + 45) + $9
(00780028){WebDesk.exe } [00B81028] IWCompGrids.TIWCustomGrid.RenderHTML (Line 711, "IWCompGrids.pas" + 4) + $7
(0035B98A){WebDesk.exe } [0075C98A] IWBaseHTMLControl.TIWBaseHTMLControl.RenderMarkupLanguageTag (Line 547, "IWBaseHTMLControl.pas" + 1) + $4
(0033BCAB){WebDesk.exe } [0073CCAB] IWContainer.TIWContainer.RenderComponents (Line 484, "IWContainer.pas" + 58) + $31
(00350A0C){WebDesk.exe } [00751A0C] IWRegion.TIWCustomRegion.RenderComponents (Line 460, "IWRegion.pas" + 2) + $F
(0033BE92){WebDesk.exe } [0073CE92] IWContainer.TIWContainer.RenderComponents (Line 505, "IWContainer.pas" + 79) + $A
(00350A0C){WebDesk.exe } [00751A0C] IWRegion.TIWCustomRegion.RenderComponents (Line 460, "IWRegion.pas" + 2) + $F
(0033BE92){WebDesk.exe } [0073CE92] IWContainer.TIWContainer.RenderComponents (Line 505, "IWContainer.pas" + 79) + $A
(00350A0C){WebDesk.exe } [00751A0C] IWRegion.TIWCustomRegion.RenderComponents (Line 460, "IWRegion.pas" + 2) + $F
(0033BE92){WebDesk.exe } [0073CE92] IWContainer.TIWContainer.RenderComponents (Line 505, "IWContainer.pas" + 79) + $A
(0036A975){WebDesk.exe } [0076B975] IWForm.TIWForm.RenderComponents (Line 1425, "IWForm.pas" + 1) + $4
(00366C0D){WebDesk.exe } [00767C0D] IWForm.TIWForm.DoGenerateForm (Line 631, "IWForm.pas" + 104) + $18
|
|
|
| ios 11.4 cookies |
|
Posted by: monstercode@gmail.com - 06-11-2018, 07:19 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Is there a reason why this code to set cookies does not work in Safari on ios 11.4?
The code has been in production for some time running Intraweb ultimate 14.2.7 with SSL but recent reports suggest it no longer works for iPhone users. Does anyone here have insight or experience with this?
function GetCookieValue(sName: String): String;
begin
Result := WebApplication.Request.CookieFields.Values[sName];
end;
procedure SetCookie(CookieName, CookieValue: String; ExpireIn: Real);
var
ExpireOn: Real;
begin
if ExpireIn <> 0 then
ExpireOn := GetUTCDateTime + ExpireIn
else
ExpireOn := -1; // session cookie
WebApplication.Response.Cookies.Add(THTTPCookie.Create(CookieName, CookieValue, '/', ExpireOn));
end;
|
|
|
| IW 15.03 Javascript error in IWBASE! |
|
Posted by: mschumann - 06-10-2018, 06:29 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
My application loads frames as required into a main forms region. This works perfect, also with a framewith an ambedded ag-grid which I prefer over the IWGrid due to its lazy loading capabilities. that speeds up things with huge amounts of data.
In that frame I experience this Error:
IWBase__ED2B0D164.js:2 Error in processAjaxExecute when evaluating:
IW.initIWCL(RGROWIWCL,"RGCONTENT",false);
f(RGCONTENTIWCL,"FRAMEIWFRAMEREGION",0) IW.initIWCL(FRAMEIWFRAMEREGIONIWCL,"TBLENTITYFRAME",false);
IW.initIWCL(FRAMEIWFRAMEREGIONIWCL,"IWBSINPUTGROUP1FRAME",false);
IW.initIWCL(IWBSINPUTGROUP1FRAMEIWCL,"IWBSBUTTON2FRAME",false);
IW.initIWCL(IWBSINPUTGROUP1FRAMEIWCL,"IWBSBUTTON3FRAME",false);
IW.initIWCL(IWBSINPUTGROUP1FRAMEIWCL,"IWBSINPUT1FRAME",true);
IW.initIWCL(IWBSINPUTGROUP1FRAMEIWCL,"IWBSBUTTON4FRAME",false);
IW.initIWCL(IWBSINPUTGROUP1FRAMEIWCL,"IWBSBUTTON5FRAME",false);
Unexpected identifier
I think the bold expression lacks a semicolon and this is generated code.
The grid works well with custom rest event for loading data but due to this error I cannot use custom events as they are not initialized, this code comes first.
Can I doanything about it?
Thanks!
Michael
|
|
|
| Log out and "forget" authentication |
|
Posted by: mschumann - 06-10-2018, 06:23 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I have a logout button in my application that terminates the session but as the browser seems to buffer the authentication, it logs in again immediately.
Is there a way to force the basic auth mechanism to come up again without closing the browser?
Thanks Michael
|
|
|
|