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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,072
» Latest member: 33winbet1com
» Forum threads: 2,426
» Forum posts: 11,370

Full Statistics

Online Users
There are currently 1364 online users.
» 4 Member(s) | 1357 Guest(s)
Applebot, Bing, Google, 33winbet1com, Fabrizio Conti, gamebai36mobi, Tylekeoreviews

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

 
  IW 16 and the IWTOAST object
Posted by: rudyPos - 04-11-2025, 08:25 PM - Forum: IntraWeb General Discussion - Replies (2)

I recently noticed that new component in the IW 16 line IWToast
I am using - testing 16.0.8

I have an iWForm with a Background colour set.
If I drop a IWToast on the iwForm - the background colour becomes WHITE.
64 bit app, or 32 bit app compile

Anybody else notice that?
It's a potential nice addition to ShowMessage or ShowNotification.

Huh

Print this item

  Missing needed file IWInitStandAlone in project source
Posted by: jwcarney01 - 04-10-2025, 02:44 PM - Forum: IntraWeb General Discussion - No Replies

I inherited an older Intraweb based application and updated to ver 14 in Delphi 10.3 Rio I do not have access to
original version of Delphi and Intraweb originally used.

When I try to build it's missing the file IWInitStandAlone listed in the project source. Can't find it with a disk wide search. Is
there a replacement file for it? Of should I roll back to a previous version of Intraweb if possible.

Print this item

  Real Estate Project Management with Delphi – Our Experience with Riya Enclave
Posted by: GK Promoters - 03-31-2025, 01:17 PM - Forum: IntraWeb General Discussion - No Replies

Hi everyone,
We’ve been exploring ways to integrate Delphi into some of our internal tools for managing real estate projects, including customer data, payment tracking, and follow-ups. It’s been amazing to see how versatile Delphi still is for desktop apps—even now in 2025.
As part of our ongoing projects, we recently launched Riya Enclave – a premium residential apartment project located in Adambakkam, Chennai. We're using a small Delphi-based CRM system to manage leads and follow-ups efficiently. It’s helping us stay organized and automate repetitive tasks like sending reminders and receipts.
Would love to hear from others here:

  • Anyone else using Delphi for real estate, construction, or similar domains?
  • Any suggestions on integrating IntraWeb for internal dashboards?
Thanks in advance!
Best regards,
Srinivas
G K Promoters – Crafting Dream Dwellings You’ll Love

Let me know if you want to tailor this further (e.g., more technical, casual, or focused on a different project).

Print this item

  Intraweb SA app does not show license details
Posted by: bruce.eglington@usask.ca - 03-25-2025, 09:03 PM - Forum: IntraWeb General Discussion - No Replies

Normally, when one starts a standalone Intraweb application one gets a window which shows the Intraweb licensed particulars in the "log" section of the screen. For some reason I have one of my programs which does not do this and it then hangs. All others work fine.

I have tried comparing ServerController details between the problematic program and ones that work but cannot see anything obvious.

Can anybody suggest what I should be looking for to solve this problem?

Thanks

Bruce



Attached Files Thumbnail(s)
   
Print this item

  Add Win64 designtime package dclIntraweb_16_D12 for RAD Studio 12.3 64 bit IDE
Posted by: ccy - 03-21-2025, 10:29 AM - Forum: IntraWeb General Discussion - No Replies

64 bit IDE is available in RAD Studio 12.3.

IntraWeb 16 should supply 64 bit designtime package too.

Print this item

  Problem with sendfile in version 15.6.7
Posted by: manderson9960 - 03-18-2025, 10:19 PM - Forum: Delphi General Discussion - No Replies

Greetings

I've used sendfile before in Delphi applications (10.4 Sydney) to send files built with ReportBuilder to the clients downloads folder.  All has worked well for years.

Now, I'm writing a new application to do this using the following code:

Code:
ppReport1.DeviceType:='PDF';
ppReport1.TextFileName:= 'D:\OnlineEntrys\Online Receipt - ' + formatdatetime('dd-mm-yyyy hh_nn_ss', now) + '.pdf';
ppReport1.ShowPrintDialog:=False;
ppReport1.ShowCancelDialog:=False;
ppReport1.ModalCancelDialog:=False;
ppReport1.ModalPreview:=False;
ppreport1.Print;
webapplication.SendFile(ppReport1.TextFileName, True);
ppreport1.reset;

The 'D:\OnlineEntries' folder was set up for me by the sysadmin to drop the files while I send them out.  The files are created successfully.

When I run the code, I receive the following message:

   

I've searched the documentation and the internet, and cannot figure out what this message is  trying 
to tell me.  Before I changed it to an ISAPI dll, I ran it as an exe file on my local computer, and it worked
fine.  My gut tells me that it's a permissions issue somewhere, but I have no idea where.

Any suggestions or comments would be greatly appreciated.

Regards,

Mark

Print this item

  IntraWeb 16.0.8 is out!
Posted by: Alexandre Machado - 03-12-2025, 06:33 PM - Forum: IntraWeb General Discussion - No Replies

Hi guys, 

there is a new update containing a couple of important bug fixes:

https://www.atozed.com/2025/03/intraweb-16-0-8/

Enjoy!  Big Grin

Print this item

  Options for making an existing IntraWeb application "responsive"
Posted by: magosk - 03-12-2025, 03:53 PM - Forum: IntraWeb General Discussion - Replies (4)

We have a large IW application dating back some 20 years. It is designed for desktop/laptop use and (currently) does not work very well on a mobile device (it basically requires a lot of zooming and panning from the users in order to see / do what they want on a phone). For this reason we also added a mobile friendly web application built with IW + CGDevTools JQuery Mobile, providing a subset of the functionality in the main web application. This combination has been sufficient for most of our customers, but now we have a large public procurement where our system would be a very good candidate, except that one of their requirements is that the (main) web application should be "responsive", i.e. automatically adapt to desktop/laptop/tablet/phone screens.

Technically, all web forms in the main web application inherit from either a "base menu web form" or a "base web dialog", both of which are inherited from the same "base web form". These base forms both contain some common visual elements (e.g. at the top of the screen) and some common code. We also use frames a lot, both as reusable parts in web forms and for modal dialogs. Controls used in the forms are mainly standard ones that existed in the early IntraWeb days, e.g. TIWLabel, TIWEdit, TIWButton, TIWCheckBox, TIWComboBox (and the data-aware versions), TIWDBGrid, TIWMenu, TIWImageFile, TIWLink, etc. And we have CSS files to control colors, fonts. etc. 

What are the options for making such an existing IW application "responsive"? I assume one option would be to use IW Bootstrap controls? But I guess that would mean rewriting basically the whole web application? I could note that we could probably be satisfied with the web application being just "acceptable" on a mobile device, so that we can "tick the box" in the procurement requirement list for this potential customer. Then in practice, their end users will probably use our web application from a desktop/laptop anyway.

All feedback on this is appreciated.

Best regards

Magnus Oskarsson

Print this item

  Help file
Posted by: MJS@mjs.us - 03-11-2025, 10:01 PM - Forum: IntraWeb General Discussion - Replies (1)

The ongoing versions of the help file will now try to pull comments from the source code into the help topics, for example:

[Image: clip0030.png]

Print this item

Wink Uninstall completely ?
Posted by: Kristy - 03-09-2025, 05:43 PM - Forum: IntraWeb General Discussion - Replies (2)

How to uninstall old version completely?

I tried :
Install Packages > Remove,
Uninstall Intraweb (unins000.exe)
Bundled Removal Tool,
Delete folder.

Then install new version with new key, but still appear old key information and random port.

Is that having tool for uninstall completely?
(Or... Ghost inside my system?...  Huh )


I have experienced installed a new version before uninstalling the previous one, and the system suggested using a new GUID. Not sure if it's related.

Print this item