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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 85,117
» Latest member: co88reviews1
» Forum threads: 2,413
» Forum posts: 11,327

Full Statistics

Online Users
There are currently 521 online users.
» 1 Member(s) | 517 Guest(s)
Applebot, Bing, Google, co88reviews1

Latest Threads
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 75
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 294
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 130
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 82
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,318
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 666
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 127
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 844
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 150
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,071

 
  Authorization OAUTH2, unknown receiving server port for access token
Posted by: IndyBeginner - 01-15-2020, 12:38 PM - Forum: Indy - Replies (3)

Hi! I am working on project to send mails using SMTP server and OAUTH2
autorization mechanism with Indy components. There is a moment, when I 
authorizate and it is necessery to open http server to receive the
access token. Before I open the server, it is necessery to know the
default, free, port. It is possible in some situations, that the
previously chosen port can be unavailable in this moment. I am
wondering, if is it possible to set that the server will choose the
first free port or there is no way to do that and I need to know that
the port I set is free? I am the beginner. Thank You for reply.

Print this item

  IntraWeb 15.1.11 is out!
Posted by: Alexandre Machado - 01-15-2020, 10:50 AM - Forum: IntraWeb General Discussion - Replies (12)

Hi guys,

there is a new IW 15 release available, the first of the year: IW 15.1.11.

It contains *TONS* of new features:

https://www.atozed.com/2020/01/15-1-11/

Version history:

https://www.atozed.com/2020/1/15-1-11-h/

New demos are on the works and should be published in no time, showing new input types, IWButtons with images (even web font icons!) new UI styles (themes) and new features of IWDBLookupComboBox/ListBox. Stay tuned!

Enjoy  Big Grin

Print this item

  ChainedProxy
Posted by: Robert Gilland - 01-14-2020, 11:24 PM - Forum: Indy - Replies (1)

Has anyone used the ChainedProxy property?
Is there any examples of it's usage?

Print this item

  How to create IMAP server on localhost?
Posted by: AndrzejB - 01-11-2020, 10:44 PM - Forum: Indy - Replies (1)

I put IMAP and SMTP server components on form and make active.
I try add mailbox andrzej@localhost in Thunderbird but Thunderbird  nothing detect.

Print this item

  IP and DNS name
Posted by: AndrzejB - 01-11-2020, 10:24 PM - Forum: Indy - Replies (1)

How to get my and peer IP and DNS name?

Print this item

  CallBackResponse not working all the times
Posted by: promi8eas - 01-11-2020, 05:45 PM - Forum: IntraWeb General Discussion - Replies (8)

Please I need to execute some javascript commands in my project. I found that the CallBackResponse can do the job.
The issue I face is that the procedure is not working all the times.

The first example which i want to focus to a text box is working perfectly.
var
  js: string;
begin
  js := 'document.getElementById("TXTQUANTITY").focus();';
  WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA(js);
end;


but when i try to run other commands it does nothing even a simple pop message
  js:=  'windows.alert("I am an alert box!");';
  WebApplication.CallBackResponse.AddJavaScriptToExecute(js);

Is there something else I have to pay attention.

i am running XE6 and Intraweb 14.0.50 version

Print this item

  Access violation on Windows Server 2012
Posted by: valmeras - 01-10-2020, 06:30 PM - Forum: IntraWeb General Discussion - Replies (3)

I have built a 64 bits web application with Intraweb 14.2.7
The application was working fine on a Windows Server 2012 R2.
I reinstalled my server with the same Windows Server 2012 R2. But now the same Intraweb application as before is not working.
I am always getting an access violation error.
I was pretty sure that it was a folder permission problem with NTFS file system. So, I granted full permission to the folder to the Intraweb application.
But still same error: access violation!
What can be the other reasons with the Intraweb application cannot run ?

Print this item

  Looking for compos similar to TGridPanel or TGridLayout
Posted by: rmunoz - 01-10-2020, 03:27 PM - Forum: IntraWeb General Discussion - No Replies

Hi,

I am trying to reproduce (with IntraWeb) the behavior of the components TGridPanel (VCL) or TGridLayout (FMX) in terms of maintaining the columns width ratio.

Is there any component to this? Or some simple way to do it? It seems that CGDevTools has one, but it is for mobile and I need it for desktop.

TIA
Ricardo

Print this item

  Heads up: http://app.atozed.com going through maintenance
Posted by: Alexandre Machado - 01-10-2020, 11:01 AM - Forum: IntraWeb General Discussion - Replies (7)

We are moving Atozed Purchase Point to a new server.  It would be offline for one hour or less, starting at 11 am GMT, 10-Jan-2020.

I'll keep you guys informed

Print this item

  INTRAWEB ACME
Posted by: JuergenS - 01-08-2020, 04:59 PM - Forum: IntraWeb General Discussion - Replies (16)

Hi,

I would like to use the ACME protocol for my web server application and have a number of questions on this topic.
Does ATOZED have corresponding documentation on this topic?

Best Regards
Juergen

Print this item