| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 82,045
» Latest member: lk68inkvn
» Forum threads: 2,408
» Forum posts: 11,314
Full Statistics
|
| Online Users |
There are currently 552 online users. » 0 Member(s) | 548 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 53
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Mikhael
06-18-2026, 04:58 PM
» Replies: 4
» Views: 601
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,264
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 462
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 511
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 409
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 517
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 246
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,198
|
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,116
|
|
|
| FastMM4 & C++Builder 11.3 & IntraWeb 15.6.7 |
|
Posted by: StephanM - 04-11-2025, 09:41 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Has anyone successfully used FastMM4 with C++Builder 11.3 and IntraWeb 15.6.7 (or even IW 16)?
I followed the instructions in FastMM4BCB.cpp. I get many compiler errors, like these:
[bcc32 Error] typeinfo.h(154): E2367 Can't inherit RTTI class from non-RTTI base 'exception'
typeinfo.h(154): class bad_cast : public std::exception {};
[bcc32 Error] xlocale(670): E2238 Multiple declaration for 'codecvt<char16_t,char,int>::in(int &,const char *,const char *,const char * &,char16_t *,char16_t *,char16_t * &) const'
xlocale(667):
result in(_Statype& _State,
const _Byte *_First1, const _Byte *_Last1, const _Byte *& _Mid1,
_Elem *_First2, _Elem *_Last2, _Elem *& _Mid2) const
{ // convert bytes [_First1, _Last1) to [_First2, _Last)
return (do_in(_State,
_First1, _Last1, _Mid1, _First2, _Last2, _Mid2));
}
Any advice?
|
|
|
| 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.
|
|
|
| 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).
|
|
|
| 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
|
|
|
| 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
|
|
|
|