| Welcome, Guest |
You have to register before you can post on our site.
|
| 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
|
|
|
| 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.
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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?
|
|
|
| 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
|
|
|
|