| Welcome, Guest |
You have to register before you can post on our site.
|
| 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
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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?
|
|
|
| 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
|
|
|
| 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.
|
|
|
| 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
|
|
|
|