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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,897
» Latest member: gioithieutylenhacai
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1229 online users.
» 1 Member(s) | 1224 Guest(s)
Applebot, Bing, Facebook, Google, rlebeau

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

 
  ProgressBar while FTP retreive
Posted by: zsleo - 05-18-2023, 03:51 AM - Forum: Indy - Replies (5)

I need users to download large files (up to 800 MB)  using Indy FTP.

I am able to update the progress bar using TTask for some other lengthy processes but as soon as I start the FTP get file the procress bar stops updating.

Does anyone have a soultion for this issue.


TIA

Print this item

  IW 15.3.6 is out
Posted by: Alexandre Machado - 05-17-2023, 06:02 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi guys,

there is a new update available:

https://www.atozed.com/2023/05/intraweb-15-3-6/

This version brings integration with Facebook OAuth API, extensions to the OAuth infrastructure, and some fixes as well.

New OAuth demo is being uploaded to our github repo 

Enjoy!  Big Grin

Print this item

  Prepopulate TIWFileUploader
Posted by: StephanM - 05-12-2023, 07:12 PM - Forum: IntraWeb General Discussion - No Replies

Is there a way to assign a file to a TIWFileUploader?
Let's say the user goes back to a page and I want to show what was uploaded last time they were on that page.
Thanks

Print this item

  Run in Full Screen
Posted by: matija - 05-12-2023, 06:16 AM - Forum: IntraWeb General Discussion - No Replies

Run My Intraweb Application (Form) with implement F11 key of full screen browser?

Event OnShow!

Print this item

  Toggle Switch & IWCheckbox
Posted by: matija - 05-11-2023, 06:40 AM - Forum: IntraWeb General Discussion - No Replies

I want implement this Toggle Switch https://www.w3schools.com/howto/howto_css_switch.asp

My IWCheckBox in Form with name=eState1

In my HTML template i have this (with style - css link):

<label class="switch">
<input type="checkbox" id="ESTATE1">
<span class="slider"></span>
</label>


Event AsyncChenge not work in form! Why not work this?

Print this item

  Final thoughts on IW documentation
Posted by: MJS@mjs.us - 05-07-2023, 04:56 PM - Forum: IntraWeb General Discussion - Replies (4)

A couple weeks ago I wondered if it was possible to take IW's online help content and convert it to the Windows help format using the product Help&Manual.  It was possible and mostly straight forward.  I was able to combine the web help, version history, recent blog posts, and demos into a single organized chm file with a tree structure and search capabilty.  This is current documentation but there's no real way to determine the actual coverage of the product, i.e. what new things have been added without docs yet etc.

[Image: IW_Help_0005.png]

By parsing the .hpp files delivered with the install you can get all the latest public methods, properties, and events of the classes so this is a way to create placeholders in the help project for any missing or undocumented additions.

[Image: IW_Help_0007.png]

By separating methods, properties, and events it also makes the help more granular: currently TIWServerControllerBase is all on one page and requires a bit of scrolling/reading to get to the topic.  By separating properties etc. as nodes you can display just what you are seeking.  As for back filling the hpp generated entries with existing help that was done by storing everything in an SQLite database and writing a few queries and updates (who needs ChatGPT when you have SQLite and it's FTS extension, right?).

[Image: IW_Help_0006.png]

After some research on documentation tools for component / api developers it looks like all help originates as xml comments in the source.  The developer immediately documents the new code and then the tools parse it out and create the various help formats and links.  Seems almost too easy.

So a high quality, comprehensive IW help file is possible.

Print this item

  Form events order when loading a template (Priority support)
Posted by: valmeras - 05-04-2023, 10:50 PM - Forum: IntraWeb General Discussion - Replies (1)

I am using Intraweb 15.3.3 with Rad Studio 10.2.3 (C++ Builder).
It seems to me that when a template is loaded on IWForm the IWAppFormRender event is triggered before the template complete to load.
Which is a problem!
Because I have some JavaScript code in the template which return values needed by the IWAppFormRender event!
Is is the right event order?

Print this item

  TIWSummernote language
Posted by: gerritschurer - 05-04-2023, 09:20 AM - Forum: IntraWeb General Discussion - Replies (7)

I am pleasantly surprised with the Summernote component. The missing documentation was overcome, but I can't manage to change the language of the component, such as the question "To what URL should this link go?". How can I change the texts of the component ?

Print this item

  Cannot run 64 bit Intraweb app on older server (2012R2) since Delphi 11.3
Posted by: rudyPos - 05-03-2023, 01:32 PM - Forum: IntraWeb General Discussion - Replies (2)

This may be a combination of Embarcadero Technologies Delphi and Intraweb

iw 15.x

A) I have a web server application compiled as WIN64 that was running successfully on Server 2012R2
B) Delphi was updated to 11.3 from 11.2. - web server application recompiled and runs successfully tested
on Win 10 (my Delphi PC).
C) copy updated exe compiled under 11.3 to target server - Application does not start 'app crash'.
D) copy app in 11.3 as 32 bit app = runs on Server 2012R2
E) a non Intraweb app in 11.3 as 64 bit does RUN on Server 2012R2.

Any ideas? The only setting in project options I have modified is PE header info, bu this made no difference,
and did not need to be changed for the non-IW app.

Thanks in advance

Print this item

  IW 15.3.5 is out
Posted by: Alexandre Machado - 05-03-2023, 10:00 AM - Forum: IntraWeb General Discussion - Replies (6)

Hi guys,

a few fixes released in this new maintenance update

https://www.atozed.com/2023/05/15-3-5-h/

Enjoy  Big Grin

Print this item