| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 689 online users. » 0 Member(s) | 686 Guest(s) Applebot, Bing, Google
|
| Latest Threads |
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-20-2026, 08:29 PM
» Replies: 0
» Views: 23
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,469
|
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
07-17-2026, 08:06 AM
» Replies: 7
» Views: 2,093
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 03:38 AM
» Replies: 2
» Views: 554
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 03:14 AM
» Replies: 1
» Views: 194
|
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:38 AM
» Replies: 1
» Views: 179
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:12 AM
» Replies: 1
» Views: 251
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:11 AM
» Replies: 7
» Views: 931
|
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 548
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 123
|
|
|
| Content handlers |
|
Posted by: dbrain23 - 06-13-2020, 11:55 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I am currently developing a multi-form app using templates. In my master template, I've got the following:
<div class="vertical-menu">
<a href="/dashboard/">Dashboard</a>
<a href="/profile/">Profile</a>
<a href="/leaves/">Leaves</a>
</div>
In my ServerController under the initialization section:
initialization
TIWServerController.SetServerControllerClass;
THandlers.Add('', '/dashboard/', TContentForm.Create(TDashboardForm));
THandlers.Add('', '/profile/', TContentForm.Create(TProfileForm));
THandlers.Add('', '/leaves/', TContentForm.Create(TLeavesForm));
1. Would this be a better approach compared to explicitly creating the form?
2. When the TContentForm.Create(<formclass>) is called, does it release the previously-opened form?
3. Is the TContentForm.Create(<formclass>) instantiated in the context of the UserSession?
Hope this makes sense.
|
|
|
| Fulgan OpenSSL libraries : prohibited access |
|
Posted by: controlhorus - 06-12-2020, 11:10 PM - Forum: Indy
- Replies (7)
|
 |
Hello
I updated my Delphi 2009 from Indy 10.2.5 to Indy 10.6.2.0
I am using OpenSSL libraries version 1.0.2o.
I have tried to access https://indy.fulgan.com/SSL/Archive/ and I get this error:
You don't have permission to access /SSL/Archive/ on this server.
Are rhe dlls available on any other site?
My initial problem:
I have been using these libraries to connect to several servers.
Now I am trying to connect to a new https site who gives me Connection reset by peer on SSL Client hello packet sended.
I forced TLSv1.2 and CipherList only with the Cipher Postman uses, but it still does not work.
Thanks and good health
|
|
|
| How to Format IWEdit |
|
Posted by: Rolphy Reyes - 06-12-2020, 02:51 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hi!
Since IW 15.1.11 the IWEdit acquired many features by the new property DataType. This property has the stDate as option.
How can I ensure the format of the IWEdit?
I would like that the IWEdit always has the date format 'dd/mm/yyyy' no matter the browser or dispositive the user use to open the application.
How can I achieve that?
|
|
|
|