| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 100,090
» Latest member: trip2vip1
» Forum threads: 2,426
» Forum posts: 11,373
Full Statistics
|
| Online Users |
There are currently 820 online users. » 0 Member(s) | 816 Guest(s) Applebot, Bing, Google, Yandex
|
| Latest Threads |
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 411
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 463
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 341
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 696
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 406
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 887
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 367
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,612
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 536
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,281
|
|
|
| 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
|
|
|
|