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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,651
» Latest member: Tk11baby
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 873 online users.
» 2 Member(s) | 866 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, Tk11baby, Tn88casino

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

 
  Bootstrap 4 + figure tag
Posted by: bostjan - 11-02-2021, 10:51 AM - Forum: IntraWeb General Discussion - Replies (15)

Hi,

I'm trying to use clickable image with <figure> tag. If I put a picture and clickable coordinates, everything works correctly.
The problem started when I tried to change picture with new clickable coordinates. Instead of replaced picture I'm getting a new picture below original picture. I'm attaching an example.
Can please somebody checked what I'm doing wrong?

Kind regards,
Bostjan



.zip   FigureTest.zip (Size: 39.07 KB / Downloads: 15)

Print this item

  IntraWeb 15.2.42 is out!
Posted by: Alexandre Machado - 11-02-2021, 09:38 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

New update 15.2.42 is available for download:

https://www.atozed.com/2021/11/intraweb-15-2-42/

Enjoy!  Big Grin

Print this item

  IntraWeb 15 with SSL
Posted by: jim611 - 10-31-2021, 06:25 PM - Forum: IntraWeb General Discussion - Replies (5)

Need help getting IntraWeb version 15.2.33 working with SSL certificate under Delphi XE3.

I am creating a stand-alone IntraWeb SSL Server application.

I have a wildcard certificate, properly installed on my server.  I have been through what documentation I can find on getting IntraWeb to work with SSL.  I have used SSLBuddy to build the appropriate .pem files, which, by the way did not work.

I did use OpenSSL to generate a .pem file (included cert, key, and root) from my certificate's .pfx file, which I then used in an SSL test program that I created in Delphi using Indy IdHTTPServer and IdSSLIOHandler components, and I was able to connect and communicate from browser to this test program securely.  That same .pem file DID NOT work with IntraWeb.

I have ruled out the obvious, firewall, invalid, expired, or incorrectly installed certificate.

Has anyone successfully gotten IntraWeb to work with SSL?  If so, can you please provide complete, step by step instructions to do so?

Thank you.

Print this item

  Delphi 10.4 - 11 Indy IMAP problem
Posted by: Daniele64 - 10-30-2021, 08:53 AM - Forum: Indy - Replies (3)

Hi to all,
in my program i generate a report to a pdf file and sent it with email.
The email is sended via yahoo with my login usarname and password, after this email is moved to a selected yahoo mail box with imap4 component.

Due to new yahoo third app yahoo rules i had register this app with it's new authorization password.
Now both, smtp and imap4, component when i send this email must login with my username and app password (the same for smtp and imap4) but, while for smtp i have no problem and i continue send the email, i'm no more able to move the message because each time i try to connect with imap4 iget (always) the "connection closed gracefully" exception.

For SMTP (work)
SSl1: TIdSSLIOHandlerSocketOpenSSL

 Username := MyUsername
 Password := Yahoo security app password

 MaxLineAction = maSplit
 Port := 587
 Mode = sslmClient
 VerifyMode = []
 VerifyDepth = 0


 object SMTP: TIdSMTP
    IOHandler = SSl1
    Port = 587
    SASLMechanisms = <>
    UseTLS = utUseExplicitTLS

    Username := MyUsername
    Password := Yahoo security app password

For IMAP4 (Connection closed gracefully excelption)
SSl1: TIdSSLIOHandlerSocketOpenSSL

 Username := MyUsername

 Password := Yahoo security app password

 MaxLineAction = maSplit

 Port := 993

 Mode = sslmClient

 VerifyMode = []

 VerifyDepth = 0



IMAP4: TIdIMAP4
    IOHandler = SSl1
    UseTLS = utUseExplicitTLS
    SASLMechanisms = <>
    MilliSecsToWaitToClearBuffer = 10
    Port := 993
    Username := MyUsername
    Password := Yahoo security app password




Thank's for your appreciate help !!!



Daniele

Print this item

  Grids - Refresh & change record
Posted by: StephanM - 10-29-2021, 10:29 PM - Forum: IntraWeb General Discussion - Replies (3)

I need a little help with grids.

1. When I post changes, the grid is not refreshed to show the changes.
2. When I click on a row in a grid, the record is not selected. 
   I see the page reload, but the first row is always selected.

I just got the latest release v15.2.41

Thank for any advice

Print this item

  Question: Is UTF8ContentParser still needed in IW projects
Posted by: jeroen.rottink - 10-27-2021, 08:44 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

Just comparing an older IW app with a newly created app and saw the project units where different.
In the old one UTF8ContentParser was included. Now the IW App Wizard doesn't include this.
What was the story about this unit? Can I remove it from the older applications as well?

Using Delphi 10.4 Sydney and IW15.2.41

Print this item

  New CrossTalk version is available
Posted by: Alexandre Machado - 10-27-2021, 07:18 PM - Forum: CrossTalk General Discussion - No Replies

Hi guys,

There is a new CrossTalk version available, including RAD Studio 11 Alexandria support:

https://www.atozed.com/2021/10/crosstalk-2-0-32/

Enjoy!  Big Grin

Print this item

  TIWBSButton Glyphicon
Posted by: Comograma - 10-25-2021, 03:27 PM - Forum: IntraWeb General Discussion - Replies (2)

On Bootstrap 3, the TIWBSButton had a property BSGlyphicon to add an icon to the button.
On Bootstrap 4 component TIWBS4Button, this property do not exist.
How can I add an icon to the button? Is this possible like as for the component of Bootstrap 3 to do the same with Bootstrap 4 component?

Print this item

  IntraWeb 15.2.41 is out!
Posted by: Alexandre Machado - 10-25-2021, 09:25 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

there is a new update for IW 15, version 15.2.41. 

This update only affects IWBootstrap 3 and 4 projects.

https://www.atozed.com/2021/10/intraweb-15-2-41/

Enjoy!  Big Grin

Print this item

  COMMUNICATION BETWEEN INTRAWEB FORMS
Posted by: CARLOSSOFTWARE - 10-24-2021, 02:18 AM - Forum: IntraWeb General Discussion - Replies (7)

Dear Companions

I would like to request a help from you.

I am new to using Intraweb.

I'm studying the Intraweb that was originally installed in Delhi Tokyo (Version 14).

I have a question that I need your help with.

Let's imagine a Delphi project for Windows.
And in this project I have 2 forms:
a)-the first is for research
b)-the second for Registration
In the Search form I have a Button: EDIT, in which I create the Register form and pass to it the Table ID.
In the form of Registration I have a property with ID of the Table.
From then on, the Register form is autonomous and manages your actions using the ID Property.

But as I understand it, what works in a Windows application would no longer work in an Intraweb Web Application.

The problem is that I understand that in Intraweb I cannot use the Public Section
of any Form or datamodule, because the value will be public for all users connected.

So, how do you pass values between one form and another?

Grateful

Carlos
Brazil

Print this item