Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,394
» Latest member: hb88taxi
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 822 online users.
» 4 Member(s) | 813 Guest(s)
Applebot, Bing, Facebook, Google, Yandex, 8xbetbingo1, hb88taxi, jili7555com, tn88icu

Latest Threads
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 05:33 PM
» Replies: 1
» Views: 319
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 05:31 PM
» Replies: 2
» Views: 376
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 281
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 625
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 357
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 799
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 321
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,474
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 471
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,178

 
  Tab order issues mixing CG and IW components
Posted by: bob9999 - 01-22-2020, 04:25 PM - Forum: IntraWeb General Discussion - Replies (13)

Hi there.  I searched through and found other threads on this subject but nothing that really assists my situation.

I have Delphi 10.2.3 and IW15.1.7 installed.  In the designer I set the CG and IW tabs to the order I want but at run-time, there seems to be an order of CG and an order of IW that can be a bit random at times and pressing the tab at run time jumps around on the screen depending on the mix of field types.

In the designer or IDE, when I go into tab order, only CG fields are listed in this and never IW.  This appears to be the issue.  Is there a way to turn on the tab order in the designer for IW components so then the mix of components at run-time are rendered in the correct order?

If I have a region that is only CG or only IW, then all is fine at run-time and I can tab from field to field in the order I have set in tab order.  Only in a mix of field types does this odd issue surface.

I am just questioning here in this forum since I cannot get the IW components to list in the taborder tool in the IDE suggesting an IW issue.  I have worked around the issue for a while but the client noticed now for an area that I cannot work around and have to resolve this issue now.

Cheers.

Print this item

  Manual Delphi Bundled Registration
Posted by: jack.k.rappold.civ@mail.mil - 01-22-2020, 01:11 PM - Forum: IntraWeb General Discussion - Replies (5)

I have tried to run the app you provide for getting a Delphi Ent Bundled Intraweb registration but my computer is locked down and won't let me.

It seems to need some sort of code or information from the local Delphi Installation that if I don't run it on the Delphi computer, it can't see.

Is there a manual workaround? Huh

Print this item

  Intraweb Service and EurekaLog
Posted by: tinygoldwing - 01-21-2020, 10:48 PM - Forum: IntraWeb General Discussion - Replies (2)

I have an Intraweb standalone app.  I followed the instructions to get Eurekalog to work.    When I run the app on the desktop I actually get the lines where I created a AV:

(00B42D78){Project1.exe} [00F43D78] Unit1.Tfrm_Main.IWButton12Click (Line 668, "Unit1.pas" + 3) + $8

But when I run it as a service it only gives me:

(00550487){WebApp.exe  } [00951487] Unknown function at TMethodImplementationIntercept + $4E3BBB

Does anyone know what I missed.  I know there is a special setup.  I did ask Eurekalog but I haven't received a reply.

Thank You,

Ed

Print this item

  Weird session form overlay issue and memory leaks
Posted by: bob9999 - 01-21-2020, 09:54 PM - Forum: IntraWeb General Discussion - Replies (16)

Hi there.  I have a really weird thing occurring in my project (IW15.1.7) that I wanted to post here to see if there is something wrong in the way the session state is kept or something I need to use a different approach or command for.

The form that I have been able to replicate the issue with is an AsyncClick event off of a IWImageButton.  The form blinks and is like the form is reloaded.  Then when I click on the button again, the new form is loaded (that is all this button is doing is just loading a new form) but the old form stays on the screen and the new one displays as well.  All components are active and needless to say this is all rather confusing.  Then I click on the refresh button and then the new form reloads without the old form there.  

The other situation that is occurring that I cannot recreate (user just keeps running into this and complaining) is that I am on an existing customer form and all seems OK.  Then I click on a button the same way (except this button is just a IWButton) and the new form loads 100%.  Then when I click on the new customer button, this original form loads but will keep fields filled in rather than being blank from the beginning form that was loaded that started this situation.  I tried to initialize the fields programatically just in case and in design the fields are all blank of course.  I have traced all logic paths and cannot seem to find the issue so I am thinking something is occurring in the session layer like the situation above.

Situation 1 is like the async event is uninterrupted and the same form is just stuck.  Then when click the button again it then overlays over the previous form instead of loading sovereign

Situation 2 seems to be that the form is not loading sovereign and has an image from the last time it was loaded.  I am going to review the data feed just in case but why would the fields still be displaying data when they are loaded fresh like this?  

The way I load new forms is:

TfAdminSettingsGeneral.Create(WebApplication).Show;
Release;
 
So the old form should be released from session and memory but somehow there is a shadow kept from before.  By the way, I have not posted this issue yet but there seems to be some sort of memory leak over time and I suspect this release command is not 100% releasing forms from memory.  Over time my service gets too high in RAM usage and I have to restart the service.

Cheers.

Print this item

  Can I use LibreSSL with Indy?
Posted by: t.muramoto - 01-21-2020, 05:47 AM - Forum: Indy - Replies (2)

Hi,

I want to use LibreSSL with Indy.
Does Indy support LibreSSL?

Thanks.

Print this item

  TIWTreeView SelectedItemStyle
Posted by: JuergenS - 01-19-2020, 05:16 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi,

I correctly set the background color and the font color in the SelectedItemStyle property in a TIWTreeView.
For active and passive nodes with different font colors, I set the different font colors in the TIWTreeViewItems and not globally in the TIWTreeView.

When selecting a node, however, only the background color of the selected node is switched, NOT the font color!


C++Builder 10.3.3

Intraweb 15.1.12

Best Regards
Juergen

Print this item

  New demo: New IWDBLookupComboBox features
Posted by: Alexandre Machado - 01-18-2020, 10:45 PM - Forum: IntraWeb General Discussion - No Replies

In IW 15.1.11 we introduced 2 new properties in IWDBLookupComboBox and IWDBLookupListBox controls.

From the release notes:


Quote:DBLookupComboBox and DBLookupListBox new feature AutoSetListSourceCursor.

Allows automatic refresh/sync of DBLookupComboBoxes/ListBoxes when lookup DataSets are part of Master/Detail relationship


Here is an online demo showing how it works:

http://intraweb.net.br/DBLookupCombo/

This is the "gigantic" amount of code required to make this demo work (source in our github repo, link in the demo):

Code:
unit Unit61;

interface

uses
  Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes, Data.DB,
  IWCompLabel, Vcl.Controls, IWVCLBaseControl, IWBaseControl, IWBaseHTMLControl,
  IWControl, IWCompListbox, IWDBStdCtrls, IWCompGrids, IWDBGrids, IWCompButton,
  IWCompText, IWHTMLControls;

type
  TIWForm61 = class(TIWAppForm)
    cbCountry: TIWDBLookupComboBox;
    lblCountry: TIWLabel;
    cbState: TIWDBLookupComboBox;
    lblState: TIWLabel;
    cbCity: TIWDBLookupComboBox;
    lblCity: TIWLabel;
    IWText1: TIWText;
    IWURL1: TIWURL;
  private
  public
  end;

implementation

{$R *.dfm}

uses
  UserSessionUnit;

initialization
  TIWForm61.SetAsMainForm;

end.

yes, there is no code other than code created by IntraWeb application wizard itself when a new project is created.

Absolutely ZERO lines of code!

Enjoy  Big Grin

Print this item

  New demo: IWGrid + DataTables (and almost no code)
Posted by: Alexandre Machado - 01-18-2020, 10:21 PM - Forum: IntraWeb General Discussion - Replies (9)

Hi,

We've been asked to create a demo showing how to use a IWGrid with DataTables (http://datatables.net). So here is the online version:

http://intraweb.net.br/IWGridDataTables/

Souce code in our git hub demo repo (link in the online demo)

Please notice that there is almost no code. All code is basically loading the grid from any data source (in that case we load it from a ClientDataSet, but it could be from any source, of course).

The server hosting this demo itself shows another interesting feature of how IW http.sys applications work: Several IW applications running as independent services using the same port (80). (you can see another demo app running in http://intraweb.net.br/ImageButtons/ )

Enjoy  Big Grin

Print this item

  IntraWeb 17 Designer
Posted by: kudzu - 01-17-2020, 07:07 PM - Forum: IntraWeb General Discussion - No Replies

https://www.atozed.com/2020/01/more-iw17-designer/

Print this item

  TTIWMainMenu (a TMS Intraweb Components control) and IW 15.1.6 +
Posted by: Fabrizio Conti - 01-17-2020, 03:21 PM - Forum: IntraWeb General Discussion - No Replies

Hi,
I have a problem with a TMS Software control (TTIWMainMenu)

Starting from IW 15.1.6 TTIWMainMenu doesn't work in my applications.
I usually place a TTIWMainMenu in a frame that I insert in a form whenever I need it. It is very convenient and easy to maintain.

What happens is that TTIWMainMenu lost all the display settings (font, color, etc) and doesn't fire the OnAsyncMenuClick event.

Creating a new clean project I found that  TTIWMainMenu works as usual if placed directly in the form, but not in a frame.

TMS suggested to post the problem in the Intraweb Forum because they didn't change the control.

Thanks
Fabrizio

Print this item