| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 573 online users. » 2 Member(s) | 568 Guest(s) Applebot, Bing, Google, innapenmiff1978, Qh88opcom
|
| Latest Threads |
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
Yesterday, 06:27 AM
» Replies: 6
» Views: 758
|
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 127
|
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 431
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 173
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 108
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,363
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 150
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 914
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 170
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,302
|
|
|
| IW 15.1.3. Checkbox Template |
|
Posted by: matija - 08-14-2019, 06:15 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
My template
If i define IWCheckbox (name eSum):
<div class="checkbox">
<label><input id="ESUM" type="checkbox" value="">Sum</label> -> NOT WORK!
</div>
else define:
{%eSum%} -> WORK
Should this work equally? This also applies to other components. Until now!
|
|
|
| Standard and Bootstrap4 demo applications |
|
Posted by: SorenJensen - 08-13-2019, 05:35 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi all,
As a newcomer to Intraweb I'm trying to find my way round the universe. Being VCL minded is really not a help in this, but with the help of atozed.Com/Docs and all the demo programs in the Getit folder (especially Features is very helpfull), I'm slowly getting there.
I am now at the point where I will want to try out bootstrap, and I am looking for an example where there is both a standard and a bootstrap version, so that I may learn the differences and find out how to get thing done by comparing them.
Do any of you know of, or have, any bootstrap4 demo applications I can look at, and if, are there any similar standard applications to compare with ?
Regards
Soren
|
|
|
| 15.1.3 + IWBS4 |
|
Posted by: ShaneStump - 08-13-2019, 04:47 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Howdy Alexandre!
I just did a quick test of 15.1.3 with IWBS4 and my application mostly works now (thanks)!
I will have to test the few areas where there are issues when I get a chance.
I did notice that 15.1.3 is MUCH FASTER vs 15.0.24.
All the best,
Shane
|
|
|
| CheckFormId not working |
|
Posted by: rchristi12 - 08-12-2019, 09:11 PM - Forum: IntraWeb General Discussion
- Replies (14)
|
 |
I am still using IntraWeb 14.2.3 and have an ISAPI dll running in IIS. We have the CheckFormId property in ServerController set to true, however it does not seem to be working. We failed a penetration test because an html page opened in another browser tab was able to update a form within my ISAPI application while passing an invalid value for the IW_FormID_. It is our understanding that this property is supposed to check that IW_FormID_ value and it must match in order to process successfully. Can anyone help me or confirm whether this is a known bug? If so and it was fixed in a newer version can you please provide the version number? Thanks in advance.
|
|
|
| 15.1.2 TerminateAndRedirect Error |
|
Posted by: matija - 08-12-2019, 09:14 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
My code:
GGetWebApplicationThreadVar.TerminateAndRedirect('/GoodBye.html');
Error:
Project Project1.exe raised exception class EInvalidAppID with message 'Session ID is invalid.'.
It works with code:
GGetWebApplicationThreadVar.Terminate('<!DOCTYPE html>' +
'<html lang="en">' +
'<head>' +
'<meta charset="UTF-8">' +
'<title>My App</title>' +
'</head>' +
'<body>' +
'<h1>Goodbye.</h1>'
'</body>' +
'</html>');
|
|
|
| IWGrid is driving me insane..... |
|
Posted by: SorenJensen - 08-07-2019, 03:03 PM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
Hi Guys,
I have an IWGrid on my form, below 2 regions, and above one region. None of the regions are aligned to top or bottom. Just placed and anchered to stay when resizing.
The IWGrid has properties: Top=246 and Height =563. It's anchered Left and Top. UseSize and UseFrame are true. I set Rowcount = 2.
I then select a number of records from a table with sql and set rowcount = sql.recordcount +1; Then loop from first to eof, adding the selected fields;
Even with more rows that can fit into the visible space of the grid, it look nice. And with a scrollbar on the right. perfect. I have added Clickable to each rows cell[0].
While the form is visible, through an IWEdit field, I change SQL statement and generalt a new SQL call, limiting the records for each keypress. With less SQL Rows than can fit into the gridframe, grid cell hight becomes higher, adjusting to the total height of the grid. With only one row found, the heading row, and the data row, fills the entire space, being way to high.
BUT... Already at the second keypress, regardless of which key is pressed, the grid moves down so that the top is in the middle of the screen, and regardless of what I do, it won't go back to the designed place. With Logging on, I can see top is still = 246, event though it is more like 406.
I know there is way more properties per cell, than what is editable through the grid, and I'm sure some of them are responsible for part of the abnormal behavior, but I don't know and I'm just guessing as I have no description of properties for the grid or it's cells....
Do anyone have any idea of what is going on and how I can prevent my grid from changing size and moving around, please let me know. Also, should anyone have any description of cell.properties, please point me to them.
NB! I'm running under IE11 when testing as a stand alone. however, it is the same issues under Edge and Chrome.
Regards
Soren
|
|
|
| IWGrid proposals wanted.... |
|
Posted by: SorenJensen - 08-07-2019, 04:25 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi All,
I'm working on a general search function where users are creating a kind of SQL statement by a visual selection of tables and field names, and putting in limitation criteria's. The idea is to start with no, or just a few limitations, almost showing all of the table in the grid, and then limit the contents by adding limitations to eventually nail down the information being searched for.
Due to the number of rows, I would like to use some kind of paging but don't seem to have that as part of the standard IWGrid.
As I'm not likely to be the first person to need that, I would like to know what others have done to solve that need and / or what you will propose me to look at ?
Regards
Soren
|
|
|
| TIWCheckBox click |
|
Posted by: msgopala - 08-06-2019, 07:06 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Our users are accidentally hitting the space bar when they are on a TIWCheckBox and the checkbox is checked (which they are not intending to). Is there a way to turn this off.
User should be only able to check the checkbox with the enter key or by clicking the checkbox.
Thank You!
|
|
|
| IW 14 and 15 on the same machine ? |
|
Posted by: SorenJensen - 08-06-2019, 11:56 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi,
I have Delphi 2010 and Rio 10.3.2 installed on the same machine and have IW15.1.2 installed under Rio.
Can I install 14.2.10 under Delphi 2010 as well ?
Will there be any conflicting, or shared, directories used by the two IW versions ? (i'm thinking c:\users\public maybe).
Regards
Soren
|
|
|
|