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