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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 87,158
» Latest member: w33australiahx
» Forum threads: 2,414
» Forum posts: 11,338

Full Statistics

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

 
  Where can I find IWClassesFix.pas
Posted by: r.lanzhammer@web.de - 06-17-2020, 12:31 PM - Forum: IntraWeb General Discussion - Replies (1)

My software runs without problems with IW 15.1.22.
With IW 15.2.3 there is a problem with TIWForm.Dispose when changing pages. The debugger looks for IWClassesFix.pas and does not find it in the sources of IW 15.2.3.


Where can I find this file?

Print this item

  Oauth2 - Authentication with IW
Posted by: joelcc - 06-16-2020, 10:06 PM - Forum: IntraWeb General Discussion - Replies (4)

I am needing to connect an existing Intraweb application to an identity server using Oauth2.

Does anyone have any suggestions on how to do this?

Print this item

  When the user's session ends I wanted it to be automatically directed to the system's
Posted by: willmom - 06-16-2020, 02:05 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

I am new to IntraWeb, please, if someone can help me on the following question:

When the user's session ends (SessionTimeout from ServerController) I wanted it to be automatically directed to the system's home page, which in my case is the Login screen ("/ $ / start"), or instead of the English page "Session" appearing is invalid | The specified session does not exist | Error message: Session ID is invalid. | Click here to start a new session of ... "This page has been translated Portuguese or could change this page.


I tried to search (Google) several places on how to do this and I didn't find ... Undecided



Thanks for listening.

Print this item

  Quando a sessão do usuário terminar queria que fosse direcionado automaticamente
Posted by: willmom - 06-16-2020, 01:57 PM - Forum: IntraWeb Dúvidas Gerais - Replies (2)

Olá,

Sou novo no IntraWeb, por favor, se alguém puder me ajudar na seguinte questão:

Quando a sessão do usuário terminar (SessionTimeout do ServerController) queria que fosse direcionado automaticamente para página inicial do sistema que no meu caso é a tela de Login ( "/$/start" ), ou em vez de aparecer a página em inglês "Session is invalid | The specified session does not exist | Error message: Session ID is invalid. | Click here to start a new session of ..." essa página estive traduzida português ou pudesse alterar essa página.

Tentei buscar (Google) diversos lugares de como fazer isso e não encontrei... Undecided


Obrigado pela atenção.

Print this item

  Session and temp files
Posted by: joel - 06-15-2020, 12:18 AM - Forum: IntraWeb General Discussion - Replies (1)

Is there a way to require a valid session_id before any item in the cache (/$/temp/........somefile) can be accessed?

Print this item

  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.

Print this item

  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 

Print this item

  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?

Print this item

Exclamation IntraWeb 15.2.2 Install error
Posted by: raulevm - 06-11-2020, 02:19 AM - Forum: IntraWeb General Discussion - Replies (8)

Hello, I have RAD Studio 10.4 Sydney and IntraWeb 15.2.2 evaluation version (clean installation, notebook formatted with Windows 10 version 2004). When you ask me for the license I leave the box blank, but I press the save button and it prompts the error message, attached photograph. I have to press the close button and so I can work with the evaluation version, thanks



Attached Files Thumbnail(s)
   
Print this item

  TLS 1.1 and higher
Posted by: I.Igor - 06-10-2020, 01:13 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello.
I am currently using Delphi 2007 + IntraWeb 11 (11.0.65) + Indy 10 (10.6.2.0).
Recently, Google Chrome began to issue a warning for my site, "Not secure." I think that this is due to the fact that TLS 1.0 is used, and for Google Chrome it is necessary TLS 1.1 or TLS 1.2 or TLS 1.3.

What do I need to do so that my program can work with these new protocols?



Attached Files Thumbnail(s)
   
Print this item