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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 91,886
» Latest member: hitclubproitcom
» Forum threads: 2,418
» Forum posts: 11,356

Full Statistics

Online Users
There are currently 741 online users.
» 6 Member(s) | 732 Guest(s)
Bing, Google, Yandex, hitclub17org, hitclubproitcom, link7m7io, s88jpnetz, tipgamebainet1, xoilaczautv

Latest Threads
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
Yesterday, 08:01 AM
» Replies: 5
» Views: 325
VCL conversion
Forum: Delphi General Discussion
Last Post: marktuan
08-07-2026, 01:20 PM
» Replies: 0
» Views: 370
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 94
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 254
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,414
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,334
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 321
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 494
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 443
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,936

 
  Indy Delphi 6 Latest version
Posted by: jalin14 - 09-28-2020, 04:27 AM - Forum: Indy - Replies (1)

Wich one is the latest version of Indy for Delphi 6 ?

Where can I download it ?

Thank you

Print this item

  Best method for print report
Posted by: softdev85 - 09-26-2020, 08:27 AM - Forum: IntraWeb General Discussion - Replies (9)

Hello,
I would like to Known ,
what is the best way for print report i, on intraweb 15 ?

There are some third part library like,
fastreport
rave report
or other one

but what is best soluce ?

thank's a lot for your help

Best regards

Print this item

  New version of IW Certificate Manager
Posted by: Alexandre Machado - 09-25-2020, 11:53 PM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

minor update of IW Certificate Manager, now built with latest Delphi 10.4.1 and a few other small changes:

https://www.atozed.com/intraweb/certmanager/

Enjoy!

Print this item

  Ajax and CGDEV Button and Edit
Posted by: ozelaya - 09-25-2020, 11:32 PM - Forum: IntraWeb General Discussion - No Replies

Hi,

I'm having the following issues:

On form create I set a CGJQEdit text property with a constant value. I have a CGJQButton with the OnClick event with Ajax set to false.

1. On the button Event I assign the edit text value to a local string var, If the user does not modify the edit text, it returs a empty string,
If the users does modify the text field it works ok. If I set Button Ajax to true it work ok on both situations.

2. On the button event I call Free to close the form, If Ajax is true I get a access violation, If Ajax is false works ok.

Any hints,

Thanks in advance,

Omar Zelaya

Print this item

  Call modal screen in modal screen with jscript
Posted by: newuser - 09-25-2020, 02:13 PM - Forum: IntraWeb General Discussion - No Replies

HI,
I have a window with several screens.
One of the button calls a modal screen. (callbackresponse.addjavascript(…..))
When I call from this window a new modalscreen (same way) this screen sometimes appears in front but with other buttons behind the first modal.
It is alway the same button..
changing the button does not help
z-index does not help

Print this item

  TIWBSSelect - How to load from query
Posted by: Comograma - 09-25-2020, 10:42 AM - Forum: IntraWeb General Discussion - No Replies

I'm trying to load values to a TIWBSSelect component, using a DataSource and a TIBQuery.
I'm loading TIWBSSelect.DataSource property with the TDataSource component and the TDataSource.DataSet property  with the TIBQuery component.
The sql query is loaded and opened but nothing happens, no values are loaded into the TIWBSSelect component.
What am I missing here?

Print this item

  Delphi 10.4.1 compiler bug RSP-30787
Posted by: Alexandre Machado - 09-24-2020, 09:46 PM - Forum: IntraWeb General Discussion - No Replies

Hi all,

it was brought to our attention that a new bug was discovered in Delphi 10.4.1 compiler which can potentially affect any 3rd party or even your own code:

https://quality.embarcadero.com/browse/RSP-30787

IntraWeb doesn't use unaligned fields anywhere, except in a few APIs where the records or data structures are packed. 

There are no core classes created with {$ALIGN OFF} meaning that there are no IntraWeb classes which descend from other classes containing unaligned fields.

In short: we are safe regarding this bug and your applications built with latest IntraWeb for 10.4.1 won't have any problems, unless your own code uses unaligned fields (which I don't recommend anyway, even without any compiler bug, unless you need to interface with external stuff (APIs and such).

Cheers

Print this item

  Bundled Removal tool for Delphi 10.4.1
Posted by: davenovo - 09-24-2020, 12:20 AM - Forum: IntraWeb General Discussion - Replies (8)

Hello,
Is there an updated Bundled removal tool that will work with the recent Delphi 10.4.1.

I did not see an option to install Intraweb as part of the main Delphi installer yet there are intraweb bpl files scattered around

Print this item

  IWGrid Font settings not working
Posted by: cyberhero - 09-23-2020, 01:27 PM - Forum: IntraWeb General Discussion - No Replies

if i change Fontsettings in the Cell, it is not working.


  with IWGrid1.Cell[1, 1] do
  begin
    Text      := 'Font Yellow';
    BGColor    := clNone;
    Font.Style := [fsBold];
    Font.Color :=clYellow;
  end;


After that, Font.Style is not Bold und the color has not changed to yellow.

Print this item

  JavaScript How To??
Posted by: ShaneStump - 09-22-2020, 05:50 PM - Forum: IntraWeb General Discussion - Replies (12)

Howdy All!

I am in the process of trying to add a version of my barcode scanner routine (keyboard handler) into my IW app. 

What I need to do is keep reading the keyboard (OnChar) and look for a start delimiter and an ending delimiter (or ESC to abort the keyboard read).

In my VCL app, I just put up a modal dialog with a label and a Cancel button and I implement the aforementioned routine trapping the form's OnChar event.

I would like to do something similar in an IW javascript routine.

I really am ignorant when it comes to programming in javascript and I have Googled for hours and can't find anything more than a simple OnKeyDown routine example.

Has anyone an example of how to implement this?

All the best and thanks in advance,

Shane

Print this item