| 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: 226
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 182
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 193
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 499
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 253
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 662
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 232
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,269
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 374
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,010
|
|
|
| TIWURLWindow question |
|
Posted by: Toni Santa - 07-31-2019, 09:41 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi, I'm using the TIWURLWindow-control to show the contents of a PDF file with following code found in your examples
Code: procedure TfrmMain.SendPdfStreamToURLWindow(const aPDFFile, aUserFilename: string);
var
xURL: string;
xFileStream: TFileStream;
begin
uwAnteprima.URI := '';
xFileStream := TFileStream.Create(aPDFFile, fmOpenRead);
try
xURL := TIWAppCache.StreamToCacheFile(Self, xFileStream, TIWMimeTypes.GetAsString(mtPDF), ctOneTime);
uwAnteprima.URI := xURL;
finally
xFileStream.Free;
end;
end;
All works fine. Now the pdf-viewer (f.e. in Edge or Chrome) has a "download"-button. Clicking it, the browser shows a "cryptic" name. Is there a way to force the cache-filename with the name of my choice (original name or somewhat stored in my underlying database)?
thanks and best regards
Toni Santa
|
|
|
| 15.1.1 WebApplication.RunParams.Values issue |
|
Posted by: zsleo - 07-31-2019, 01:19 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I rebuilt an app as stand alone and the WebApplication.RunParams.Values that was working for years is now not parsed unless I set ShowStartParams = True.
If ShowStartParams = False then WebApplication.RunParams.Values.Text = null string.
Help to fix this please...
I have also tried by as HTTP SYS
TIA
|
|
|
| General question |
|
Posted by: msgopala - 07-30-2019, 02:16 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Sorry to be posting this here but I am at a loss. How do I prevent brute force attack .
Problem:
After going live with my IW dll we have had insane amount of ping requests t non-existant folders and files. We are a very small shop and I have tried changing IP bindings, blocking IP and IP ranges on the server firewall and IIS. Pings have reduced but still there. The failed request trace logs show IPs from China, Brazil, Russia etc.
IIS goes down after repeated pings and our intraweb dlls stop working when users are logged in.
I appreciate any advice I can get.
Sorry about posting this here.
|
|
|
| Session open even close browser |
|
Posted by: v.lasquibar@telefonica.net - 07-29-2019, 06:52 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi,
I have an app developped in Delphi 10.2 with IW 15.1, and installed as a service (Mode SA). Sometimes I found this behaviour:
- User starts application (http:my_server:34567/$/start) and perform some actions. The controls can show depends on actions.
Then, user:
a) Start another browser without closing the first one. User can see same form than in the same, with some diferencies.; or
b) User closes browser and start it again, or open a different browser. User can see last form, instead the first one.
Is there any way to force the browser to go to the first form, initial status?
Best regards,
Venancio Lasquibar
|
|
|
| iw15.1.1 issue with FrameRegion and TIWTreeView |
|
Posted by: rudyPos - 07-25-2019, 06:33 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
(This is - was working in 15.0.24)...
I have a intraweb app with a main page and two frames.
One Frame is aligned to the TOP and contains a TIWMenu
The other Frame is aligned to the LEFT and contaings a TreeView.
The menu on the top navigates to certain pages
The treeview on the left navigates to other pages.
In 15.1.1 the menu navigation works.
The tree view navigation DOES NOT.
This is via the regular click event (no async).
In Debug mode the IDE 'sees' the click event on the menu BUT does not 'see' the treeview click...
Please advise
thanks in advance
regards
|
|
|
| Add WebOSMap in IW15.1.1 |
|
Posted by: matija - 07-25-2019, 05:20 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I have this error add WebOSMap? Not always!
The procedure entry point @Iwcontrol@TIWCustomControl@RenderAsyncCommonProperties$qqrp30Iwrendercontext@TIWCompContextp18Iwxmltag@TIWXMLTag56System@%Set$28Iwcontrol@TIWAsyncCommonPropt1$i0$t1$i11$% could not be located in the dynamic link library Intraweb_15_D10_2.bpl.
|
|
|
| 15.1.1 Install Issue |
|
Posted by: zsleo - 07-25-2019, 03:03 AM - Forum: IntraWeb General Discussion
- Replies (16)
|
 |
After installing IW 15.1.1 on D 10.3.2 and running Delphi I get the following error:
"The procedure entry point @System@Classes@TFieldsCache@$bcctr$qqvr could not be located in dynamic link library C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\Intraweb_15_D10_3.bpl"
What do I do to rectify this issue?
TIA
|
|
|
|