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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,458
» Latest member: lavszecetab1988
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1801 online users.
» 2 Member(s) | 1796 Guest(s)
Applebot, Bing, Google, AccoladeSecurity, lavszecetab1988

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

 
  getting absolute local path to a cached file
Posted by: iwuser - 02-09-2022, 03:25 AM - Forum: IntraWeb General Discussion - Replies (8)

I'm adding temp files using something like:

sTempFileName := TIWAppCache.StreamToCacheFile(self, ...

And sTempFileName works fine as a URI (i.e.: in a IWURLWindow1.URI), because it's a valid relative URI.

But I need to get a local absolute path to this file in the server-side code, hopefully easier than parsing WebApplication.UserCacheDir, etc.

Is there a direct way of doing this?

Print this item

  IntraWeb 15.2.50 is out!
Posted by: Alexandre Machado - 01-31-2022, 10:40 PM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

the first release of the year is ready:

https://www.atozed.com/2022/01/intraweb-15-2-50/


Enjoy!  Tongue

Print this item

  how to browser files to disk server
Posted by: softdev85 - 01-31-2022, 10:41 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,
i want you known if is possible to browse file of the server.
like windows file system ?

Thank's for your help

Print this item

  Download Indy10 does not work
Posted by: wzehntner - 01-31-2022, 04:00 AM - Forum: Indy - Replies (2)

I tried to download Indy10 from here:
https://www.indyproject.org/download/v10/
the download-link "Development snapshot" http://ww2.indyproject.org/Sockets/Docs/...on.EN.aspx seems to be broken.
Where can I download Indy10 ?
I am actually trying to integrate Indy with Ubuntu/Lazarus.

regards
Wolfgang Zehntner

Print this item

  Problem with " character in IWjQDBGrid
Posted by: Lenfors - 01-25-2022, 01:13 PM - Forum: IntraWeb General Discussion - Replies (2)

Hello!

If any string in my selected data contains the character " then the IWjQDBGrid remains blank with a messagebox saying "Loading...".

Example of a string that creates the problem: <Service "Multimedia Class Scheduler" ej startad!>

Can I prevent this except from doing a string replace operation in every select statement?

Best regards, Mikael

Print this item

  Browser Language
Posted by: Michael - 01-25-2022, 07:47 AM - Forum: IntraWeb General Discussion - Replies (5)

Hello,

is there a way to read the language of the user browser?

I want to create a multilingual program, but so that you do not have to constantly choose your language, I would like to read the browser language in advance and set the language.

Thanks,
Michael

Print this item

  Let's Encrypt auto renewal process
Posted by: Fabrizio Conti - 01-24-2022, 01:08 PM - Forum: IntraWeb General Discussion - Replies (4)

I have an IW application that I recently converted from Indy to HTTPSYS and moved from a local network to the cloud for a client.
Using IWCertifcateManager and reading the very clear documentation (thanks Alexandre!) I was able to easily set up a Let’s Encrypt certificate for the application.
Everything works fine, but in the next few of weeks I need to renew the certificate.

Reading other blog posts it seems to me that my Intraweb application may be able to perform the renewal process.
But how to do that?  What is the “Enable ACME” flag intended for? Do I have to either use external tools?

I’m sure there is something trivial that I miss, but can anybody describe the step by step procedure to setup an auto renewal process for Let’s Encrypt?

Thanks in advance
Fabrizio

Print this item

  Set column width in IWjQDBGrid
Posted by: Lenfors - 01-18-2022, 10:53 AM - Forum: IntraWeb General Discussion - Replies (2)

Hello!

I'm having problems with the IWjQDBGrid. I want to set the column widths to absolute values but they keep changing depending on the width of the control.

I set the alignment of the control to alTop.
I'w set the width property of all my Columns to desired width.
I uncheck the Options.goAutoColumnWidth option.

When i then show the form all column widths are adjusted so they all fit in the grid without showing any vertical scrollbar.

I now can manually change tho column widths and if needed the vertical scrollbar appeares (nice feature).

I also cant fins any way to set the column widths programatically!? 
The option IWjQDBGrid.Columns[x].Width is not available!?

Best regards, Mikael

Print this item

  Image AsyncMouseMove
Posted by: Michael - 01-18-2022, 08:58 AM - Forum: IntraWeb General Discussion - Replies (9)

Hello,

I would like to select an operating Point from a chart (TIWImage) with the mouse.
Like in the example "TChartDemo", but not via AsyncMousedown rather via AsyncMouseMove.
This works relatively well, but when I stop the Mouse on the Image, the Point jumps to another position.

I created an Memo to show the mouseway. Attached you will find a picture that hopefully shows what I mean.

What could be the reason for the jump at the end? And how can I prevent the jump?

Thanks,
Michael



Attached Files Thumbnail(s)
   
Print this item

  Synchronize FDQuery and IWjQDBGrid
Posted by: Lenfors - 01-18-2022, 08:40 AM - Forum: IntraWeb General Discussion - Replies (2)

Hello!

How do i synchronize the dataset with the grid? I want the current record in the dataset always to be the selected row in the grid.

I want it to work both ways, if i click in the grid the dataset should select a new current row, and if I programatically change the current row in the dataset (Eg. FDQuery.Next) the grid should be updated.

I also want the grid to always show the selected row! I tried  Options = [goViewRecords, goGridView, goHoverRows, goIgnoreCase, goScroll, goSortable, goZebraStriped, goRowSelect], but if I click on a already selected row in the grid the selection disappeares.

Best regards, Mikael

Print this item