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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,789
» Latest member: gulbhahar11
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1541 online users.
» 6 Member(s) | 1532 Guest(s)
Applebot, Bing, Google, fv88workk, greenpalmgallery, respectegypttours, sunwinykkcom, taigo88vicom, techyassist

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 156
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 130
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 150
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 448
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 223
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 620
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 214
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,203
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 343
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 968

 
  Entrando no Delphi
Posted by: Eziooh - 04-02-2019, 01:38 PM - Forum: IntraWeb Dúvidas Gerais - Replies (2)

Olá, estou a precisar de fazer uma intraweb, por isso, preciso de ajuda, não conheço delphi, não sei como funciona nem sei como se faz nada.

A minha intraweb vai ter multiplas iwgrid...

Realmente preciso de ajuda de alguém que tenha paciência para me ensinar.

Desde já, obrigado e se puder me ensinar algo, pode mandar pm.

Print this item

  TIdSMTP and punycode domains.
Posted by: SergJP - 04-01-2019, 02:28 PM - Forum: Indy - Replies (1)

My company got a Russian domain 'инвенто.рф'
MS Outlook sends  and receives emails without any problem and not use of punycode convertation.
But I need to make a software email reminder for personnel. 

   UnicodeString email = "slon@ивенто.рф";
   IdMessage->Recipients->EMailAddresses = email;
   if (IdSMTP->Connected())
       IdSMTP->Send(IdMessage);

got an exception: <slon@??????.??>: domain missing or malformed

wher I use a punycode conversion for this domain "slon@xn--b1aghucg1a.xn--p1ai", Indy sends this letter quietly, but letter nowere comes.
Encoding of headers I try both UTF-8 and KOI-8R. Same result.

Maybe any ideas?

Print this item

  Max Width?
Posted by: SWTwo6 - 04-01-2019, 09:39 AM - Forum: IntraWeb General Discussion - Replies (2)

Without using templates, is there any way to set a max width for the generated webpage to extend to?
Using a Min-Width style on my Page Region has worked for doing a minimum width, but Max-Width isn't working for my maximum

Any advice appreciated

Print this item

  Webapplication.RunParams Encoding
Posted by: pvanwyk - 03-28-2019, 02:58 PM - Forum: IntraWeb General Discussion - Replies (6)

Hi 

We pass encoded, encrypted parameters to our Intraweb 15 applications, as shown below ...

Code:
WebApplication.ReferringURL 'http://127.0.0.1:8888/$/start?0001=wr7Ct+KApsOJw4rDoMON'

When we inspect the WebApplication.RunParams, the strings are not the same as below ...
Code:
WebApplication.RunParams.ValuefromIndex[0]: 'wr7Ct KApsOJw4rDoMON'

The encoding for RunParams is 'TMBCSEncoding', from (WebApplication.RunParams.Encoding.ToString).

The problem is that we do not know how to change the encoding for 'RunParams' to UTF8.

Any help would be appreciated.

Thanks, Pieter.

Print this item

  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