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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,409
» Latest member: zowinassociates
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1609 online users.
» 4 Member(s) | 1601 Guest(s)
Applebot, Bing, Google, Yandex, 1xbetsbkcom, sunwin19luvn, T789red, zowinassociates

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

 
  IW 15.1.2 is out
Posted by: Alexandre Machado - 07-31-2019, 09:44 AM - Forum: IntraWeb General Discussion - Replies (20)

Hi guys!

There is a new update for IW 15, version 15.1.2.

This version includes the new IntraWeb Bootstrap 4 Framework* and also several important bug fixes.

Here is it: https://www.atozed.com/2019/07/intraweb-15-1-2/


* IWBS4 was IW users Loren Szendre and Shane Stump for IW 15.0, based on existing IWBS3 framework. Is is also open source, as previous version.
We updated the library to become compatible with latest IW 15.1 branch and included it in our standard setup. 
Thanks, guys!


Enjoy!  Smile

Print this item

  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

Print this item

  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

Print this item

  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.

Print this item

  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

Print this item

  Outlook 2016 - iCal
Posted by: leeparvin - 07-29-2019, 12:32 PM - Forum: Indy - Replies (1)

Hi there

I have code that would send calendar invites ie Email with .iCal attachment.    The email would be text saying.... 'Please Accept this Calendar invite', with an appropriate calendar attachment.

Please see :-
https://www.indyproject.org/2005/08/17/html-messages/
https://stackoverflow.com/questions/1952...5#19535685

Originally the code was passed to an OnPremise Exchange and dispatched.  Outlook received the correctly formatted email and all was fine.

However, we have now moved to Office 365 and the SMTP settings have been changed accordingly. 

Please see -
https://stackoverflow.com/questions/1773...-office365

However, the emails that are now received in outlook, but DO NOT  show the Accept/Decline buttons etc.  It is as if, the email is received, but not seen as a Calendar event.

Do you have any suggestions?

Many thanks

Lee


Just to confirm Im using Delphi 10.2

Print this item

  Zoom when running app in mobile
Posted by: cprmlao@hotmail.com - 07-27-2019, 11:58 PM - Forum: IntraWeb General Discussion - Replies (2)

I did an intraweb app. When I access the app on mobile I'd like to use the  (two finger) zoom in/out feature in forms, but It doesn't works.
Is there some settings to enable It?

Print this item

  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

Print this item

  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.

Print this item

  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

Print this item