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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,352
» Latest member: Escorts In Karachi 03360411477
» Forum threads: 2,154
» Forum posts: 10,484

Full Statistics

Online Users
There are currently 251 online users.
» 0 Member(s) | 246 Guest(s)
Applebot, Bing, Facebook, Google, Yandex

Latest Threads
Call TPicture.Assign in a...
Forum: IntraWeb General Discussion
Last Post: lmengyew
Yesterday, 09:48 AM
» Replies: 0
» Views: 44
Http.sys application prom...
Forum: IntraWeb General Discussion
Last Post: lmengyew
Yesterday, 08:25 AM
» Replies: 2
» Views: 735
IntraWeb Bootstrap4 - dem...
Forum: IntraWeb General Discussion
Last Post: jindrich.volek
04-25-2024, 03:16 PM
» Replies: 0
» Views: 81
Dummy div in a IWRegion
Forum: IntraWeb General Discussion
Last Post: StephB
04-24-2024, 03:58 PM
» Replies: 2
» Views: 136
Create components at runt...
Forum: IntraWeb General Discussion
Last Post: PaulWeem
04-23-2024, 10:27 PM
» Replies: 1
» Views: 143
message when added TIWDBN...
Forum: IntraWeb General Discussion
Last Post: Mike_A
04-22-2024, 02:09 PM
» Replies: 6
» Views: 1,297
303 Redirect and Response...
Forum: IntraWeb General Discussion
Last Post: ALW2019
04-22-2024, 01:25 PM
» Replies: 3
» Views: 560
IW 15.5.9 IWChart
Forum: IntraWeb General Discussion
Last Post: PaulWeem
04-22-2024, 07:16 AM
» Replies: 2
» Views: 260
Data Decimation in ChartJ...
Forum: IntraWeb General Discussion
Last Post: iwuser
04-22-2024, 06:51 AM
» Replies: 8
» Views: 1,646
ClassicRegionDraw
Forum: IntraWeb General Discussion
Last Post: JuergenS
04-17-2024, 05:35 PM
» Replies: 0
» Views: 169

 
  Launch an external exe
Posted by: Amélie - 11-20-2021, 03:38 PM - Forum: IntraWeb General Discussion - Replies (5)

Hello,

I am starting to migrate my VCL application to Intraweb. I'm not used to working with it. In my VCL code, I am running an external application with "ShellExecute". In Intraweb, I don't know how to do this.

Code:
ShellExecute(0 , 'OPEN' ,PChar(ExtractFilePath(Application.ExeName)+ '.\Application.exe'), Nil, Nil, SW_SHOW);
The .exe is located in the "wwwroot". Do you have any idea how to launch an .exe from my application?

I don't want the app to run in the web browser. I only want to launch an application from a click of a browser button. For example, we launch a Notepad.

Thanks.

Print this item

  Login APIs
Posted by: zsleo - 11-20-2021, 02:02 AM - Forum: IntraWeb General Discussion - Replies (11)

Does anyone know of components and or any examples for use with Intraweb for
- Google Login API
- Apple Login API
- Microsoft Login API

I want to use it in a web page as described here

https://developers.google.com/identity/s...eb/sign-in


TIA

Print this item

  Column OnClick goes to top of page
Posted by: StephanM - 11-19-2021, 06:23 PM - Forum: IntraWeb General Discussion - Replies (5)

In a IWDBGrid I use a column's OnClick to locate the record from the LinkField.
But this always scrolls to the top of the page. It's a pain for the users because that puts the grid they're working on out of sight since it's further down the page.
I tried using the colunm's OnAsyncClick instead but it's never fired.

What's the trick to select the record from the grid without losing the current focus?
Thanks

Print this item

  Atozed forums and website too slow
Posted by: Comograma - 11-18-2021, 10:23 AM - Forum: IntraWeb General Discussion - Replies (6)

The Atozed forums site and website are too slow on the past few months.
Any thoughs about this? To download an update, I'll get a 3 to 4 days, like today for downloading v15.2.6.

Print this item

  EIWSecurityException from Google Search Engine
Posted by: JuergenS - 11-14-2021, 04:01 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

I have had Security Exceptions from the Google Search Engine for some time

Regards
Juergen



Attached Files
.txt   EIWSecurityException.txt (Size: 1.51 KB / Downloads: 8)
Print this item

  IWRegion bug with some components
Posted by: raulevm - 11-14-2021, 03:26 PM - Forum: IntraWeb General Discussion - Replies (9)

Create a new IntraWeb application. Place an IWRegion and inside it place any component, but make sure you also have at least one of the following components:
IWEdit, IWImagebutton, IWMemo or IWTimeEdit (possibly others). Change the value of the Align property of one or several of the mentioned components, now resize the browser and you will see that the components get lost in their alignment. For example, if I assign the value alTop to the Align property of an IWEdit and I resize the browser, the component goes up to be out of the form, the same for the other components with different alignments.

D11 + IW15.2.42

Print this item

  Possible to use TIWFileUploader.CheckMimeType() in a non-IntraWeb application?
Posted by: magosk - 11-12-2021, 11:58 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

as a security measure we are using TIWFileUploader.CheckMimeType() in one of our web applications for checking files uploaded for data import. Now I am making the data import available in another non-IntraWeb application (an API server). Even if this is not a web application, is there any way to include the relevant IW unit(s)/component(s) and perform the same check? Note: I see that the above is a class method, but does not take a file name parameter; instead it seems to get it's data from the web application somehow. We are currently using IW 15.1.15 in production.

Best regards

Magnus Oskarsson

Print this item

  IntraWeb 15.2.43 is out!
Posted by: Alexandre Machado - 11-12-2021, 08:14 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

there is a new IW 15 update available:

https://www.atozed.com/2021/11/intraweb-15-2-43/

Enjoy!  Big Grin

Print this item

  IWComboBoxAsyncSelect
Posted by: Gustave - 11-09-2021, 05:36 PM - Forum: IntraWeb General Discussion - Replies (3)

I am using Intraweb 15.2.42 with Delphi 10.2.  I am trying to have an IWComboBox always fire an event when I select any of the dropdown options.  I thought the AsyncSelect event would be the one, but I can't get it to fire under any circumstances.  The AsyncChange event fires properly when I select a different option.  Is there another setting I need to use?  Thanks!

Print this item

  DIFFERENCES BETWEEN INTRAWEB 14 AND INTRAWEB 15
Posted by: CARLOSSOFTWARE - 11-09-2021, 01:54 AM - Forum: IntraWeb General Discussion - Replies (2)

Companions

I would like to know if there is any document from Atozed that explains what resources there are in Intraweb 15 and that did not exist in Intraweb 14.

What will motivate a new user to buy Intraweb 15 ?

What new features are there in Intraweb 15 ?

I'm questioning this because I'm still an Intraweb student and I need to decide if I'm going need to purchase Intraweb 15 Ultimate.

Thanks

Print this item