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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 83,732
» Latest member: a1classictravels
» Forum threads: 2,412
» Forum posts: 11,323

Full Statistics

Online Users
There are currently 427 online users.
» 2 Member(s) | 421 Guest(s)
Bing, DuckDuckGo, Google, Yandex, a1classictravels, xoilactvshopvn

Latest Threads
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
1 hour ago
» Replies: 2
» Views: 14
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
10 hours ago
» Replies: 0
» Views: 8
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
10 hours ago
» Replies: 0
» Views: 6
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,209
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 586
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 54
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 757
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 130
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,760
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 569

 
  OnClick events in Intraweb 15.1.18 and above
Posted by: OronzoConte - 03-28-2019, 11:00 AM - Forum: IntraWeb General Discussion - Replies (4)

After i updated to IW 15.1.18 my application does not respond in many of the buttons using onClick events.
I am using SA server and Google Chrome ad browser
I returned to IW 15.1.17 from 18 and today from 15.1.20.
What can be the problem?
Any suggestions?
Thank you for the availability
Oronzo Conte

Print this item

  Calling a C++ Builder function and passing parameters from a Javascript function
Posted by: amine1980 - 03-27-2019, 07:29 PM - Forum: IntraWeb General Discussion - Replies (8)

Hi people,

I need to call a c++ builder function from a HTML button. 

My HTML is something like this:

Code:
<button id="WHATEVER" onClick="add(2,2);">ADD 2 + 2</button>

I know that i can call some functions using the button events (async or not) but i need to call a function with parameters like that:

Javascript Code:

Code:
function add(a,b)
{
       var result = a + b;
       DisplayNumber(result);
}

C++ Builder Code:

Code:
void __fastcall TForm1::DisplayNumber(int number)
{
       ShowMessage(number);
}

Is this possible?

Thanks to all

Print this item

  IW 15.0.20 update
Posted by: Alexandre Machado - 03-26-2019, 11:36 PM - Forum: IntraWeb General Discussion - Replies (3)

New update available:

http://downloads.atozed.com/intraweb/iw15.0.20.exe

It fixes one important AJAX issue in IW 15.0.19.

Cheers

Print this item

  IW 17 As Apache module on Linux ?
Posted by: bart_van_hofwegen - 03-26-2019, 03:51 PM - Forum: IntraWeb 17 - Replies (16)

After about 6 years of not having used IW, I must say IW 17 is looking very promising Smile and would probably fit an upcoming (early 2020) project perfectly. However... my client does not use Windows  servers, but Debian with Apache. I know that Delphi Rio has support for Linux Web Broker development but I could not find any info on the plans for IW17. So my question is simple: will that be supported ?  (Preferably stand-alone though reverse proxy, but Apache module would also do) TIA !

Print this item

  Embedd SSRS
Posted by: PaulWeem - 03-25-2019, 04:20 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi All,

Did anyone ever manage to embedd SSRS in an Intraweb Web Application?

If so, please enlighten me on how to get this done (or at least getting started)!

Thanks in advance.

Using Delphi 10.2.2 and IW 15.0.18

Regards, Paul

Print this item

  IntraWeb 15.0.19 is out!
Posted by: Alexandre Machado - 03-25-2019, 08:35 AM - Forum: IntraWeb General Discussion - Replies (7)

Hi guys,

new maintenance release for IW 15 is available:

https://www.atozed.com/2019/03/intraweb-15-0-19/

Enjoy!

Print this item

  Java reference
Posted by: tobenschain - 03-23-2019, 04:42 AM - Forum: IntraWeb General Discussion - Replies (5)

I am getting: cannot find submit component

for SubmitClickConfirm(''PriorImFil'','''', true, '''');

Where can I find a java reference?

Print this item

  HTTP DELETE request with body
Posted by: Maarten de Vries - 03-21-2019, 04:40 PM - Forum: Indy - Replies (2)

Hi

I have tries to sent a  TIdHTTP.Delete request with  a stream body the same as like a TIdHTTP.Post. Unfortunately there is no overload function for Delete what accept this (Delphi 10.2).

On Internet I found "The latest update to the HTTP 1.1 specification (RFC 7231) explicitly permits an entity body in a DELETE request:"

Is there a workaround so I can send a DELETE request with a body?

Thank you for your answer

Print this item

  Firefox isn't showing on the SA Server
Posted by: TiredDev - 03-18-2019, 04:45 PM - Forum: IntraWeb General Discussion - Replies (10)

I have all the browsers installed and all but Firefox show on it. How can i get Firefox to show so i can test with it?

Thanks

Print this item

  IMAP Attachment Filename
Posted by: Pascal - 03-16-2019, 02:50 PM - Forum: Indy - Replies (2)

Hi,

Is it possible the get the filename(s) of attchements without actually downloading them. I tried the 'RetrieveStructure' function but the filename(s) are empty in this case.


Regards,
Pascal

Print this item