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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,995
» Latest member: auntyhomecooking
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 1028 online users.
» 5 Member(s) | 1019 Guest(s)
Applebot, Bing, Google, Yandex, 8kbet9acom1, auntyhomecooking, LawEssayPros, luck8zhunet, nhacaiuytinmoney

Latest Threads
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 408
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 450
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 335
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 693
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 400
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 882
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 361
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,592
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 528
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,270

 
  iAutherevent question about traffic from browser to server
Posted by: rudyPos - 03-11-2021, 01:26 AM - Forum: IntraWeb General Discussion - Replies (1)

I am looking at a non-https intraweb application.  I see the iW authorization components and the
Autherevent looks promising.
I see that placing it on the servercontroller and using the oncheck event I get what I need.
Before anything happens when connecting to the iw web server the prompt comes up.
[Image: image.thumb.png.3cd7d7df8ed03fcae983af979fd6f311.png]
When this is sent back to the server from a browser is that message encrypted in anyway with iW functionality or
is it open html text?
 
Thanks in advance

Print this item

Question PWA - Progressive Web App
Posted by: digo1979 - 03-04-2021, 12:58 PM - Forum: IntraWeb General Discussion - Replies (1)

Is there a possibility that the intraweb is PWA? How?

Print this item

  IWDBEdit with currency formatting STILL NOT WORKING
Posted by: commusic - 03-03-2021, 05:23 PM - Forum: IntraWeb General Discussion - Replies (4)

Hi there,

I'm trying to configure an IWDBEdit to display the input as a monetary value. Can anybody point me to some sample code, please?


More info:
Running C++ Builder with IW15.2.18.
IWDBEdit is using an ADOConnection.
The DB field is of type currency, of course.
WebApplication->RegionalSettings are set correctly.
Couldn't find anything on GitHub.


Thanks in advance,
Joe

Print this item

  ImageButtons are not visible at startup
Posted by: I.Igor - 03-02-2021, 03:08 PM - Forum: IntraWeb General Discussion - Replies (5)

Hello.

At the initial start of the web application, the IWImageButtons are not visible. In order to see them, you need to click the "refresh" button in the browser. This happens in chrome and edge browsers. In Internet Explorer, the buttons are immediately visible. But just Internet Explorer is not the browser that I need.
This is a big problem for me, since the main menu of my program is made using IWImageButtons.

Help me please. How to force web application to update buttons on startup?
I am using IW 15.2.24 and Delphi 10.4.1

I have attached a screenshot of the test application, which shows the behavior of different browsers at startup. Additionally, I attach the source of the test case.



Attached Files Thumbnail(s)
   

.zip   Project3.zip (Size: 100.19 KB / Downloads: 1)
Print this item

  TIWCheckBox in TIWGrid (IntraWeb 15.2.24)
Posted by: Lorbass - 03-02-2021, 03:03 PM - Forum: IntraWeb General Discussion - Replies (2)

Another problem:

We use a TIWGrid in a frame.

The grid only consists of one column.
The control property of all rows is set with a dynamically generated TIWCheckBox (SubmitOnAsyncEvent = True).

However, changes to the CheckBox (Checked = True / False) are displayed; but they cannot be read out correctly.

That means:
The frame is displayed with IWModalWindow.
The grid is correctly filled with x lines.
The checkboxes show the current value.
The user makes changes and confirms them.
All CheckBoxes are then read out in a loop.
However, only the original values are then available.

Another Problem:
The event OnAsyncChange is assigned to the dynamically generated CheckBoxes, for example to display marked entries in bold:

procedure OnAsyncChange (Sender: TObject; EventParams: TStringList)
var
  C: TIWCheckBox;
begin
  C: = TIWCheckBox (Sender);
  if C.Checked then C.Font.Style:=[fsBold] else C.Font.Style: = [];
  C.RefreshAsyncRender;
end;

Result: All CheckBoxes are shown in a wild jumble!

Something wrong on our side?


Tnak you for hints!

Print this item

  IW 15.2.25 is out
Posted by: Alexandre Machado - 02-27-2021, 01:28 AM - Forum: IntraWeb General Discussion - No Replies

New update IW 15.2.25 is available.

The installer is ready for RAD Studio 10.4.2 (Update 2). It will also work correctly with RAD Studio 10.4.1 (Update 1 only). It *won't* work with RAD Studio 10.4 with no installed updates.

The codebase is the same as the recently released 15.2.24. The only difference for RAD Studio 10.4 Sydney users is that this new version was built with the new 10.4 Update 2 (So it includes any changes to RTL/Code gen included in this update).

Other than that, everything else is the same as the previous version.

https://www.atozed.com/2021/02/intraweb-15-2-25/

enjoy Big Grin

Print this item

  Using the device's camera in a web app
Posted by: FAlvarado - 02-25-2021, 05:23 PM - Forum: IntraWeb General Discussion - Replies (3)

Can a webapp developed with IW use the integrated camera in the device?
A web browser running in iPhone, tablet, android phone, etc can take a picture and uploading to the web server?
Best Regards
Francisco Alvarado

Print this item

  Enhancement suggestion for login integration
Posted by: joelcc - 02-25-2021, 04:02 PM - Forum: IntraWeb General Discussion - Replies (2)

I have an enhancement suggestion.   Since so many things are moving to the cloud and require integration with corporate authentication methods, I think it would be beneficial for IW to have integrated authentication with both google authentication and Microsoft Authentication using some form of authentication like (OAuth2?)

We just finished an integration with our own identity server so I know it can be involved, but it would be a great time saver for IW developers.

Print this item

  Loading X509 Certificates
Posted by: Airmech - 02-25-2021, 12:36 PM - Forum: Indy - Replies (2)

Hi,

I notice that  the certfile and keyfile properties for Indy SSL IO Handlers are looking for a path and I'm looking for a way to load X509 certs from a database without needing to create a temporary file to access the cert.
The cert and key are saved in the database as blobs.
Is it possible to load them directly from the database or are temp files the only way to go?

Thanks

Trevor

Print this item

  TLS 1.2 in Delphi 2007
Posted by: Dirk Janssens - 02-24-2021, 10:09 AM - Forum: Indy - Replies (5)

Hello,

I try to send mail with TLS 1.2 in a Delphi 2007 project.
Is that possible ?

I have Indy version 10.2.3 

The  IdSSLIOHandlerSocketOpenSSL1.Method only shows sslvTLSv1. ( and sslvSSLv2,sslvSSLv23,sslvSSLv3  )

If I choose sslvSSLv23, I get very often the error "SSL is not available on this server".
Strange thing is however, that if I keep trying to send the exact same mail, it sometimes does send the mail ...

Any hint is very much appreciated !

kind regards,

Dirk Janssens.

Print this item