| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
07-14-2026, 06:27 AM
» Replies: 6
» Views: 773
|
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 133
|
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 447
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 181
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 113
|
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,378
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 153
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 927
|
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,346
|
|
|
| IWComboBox in a IWGrid, which is in a IWFrame |
|
Posted by: jefflynn - 04-03-2020, 07:16 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi there
I have a small project, which consists of a form, and a frame. In the frame there is a grid, and in the grid cells there are comboboxes, one in each cell. I create the frame, grid, comboboxes dynamically. The user can set the comboboxes, and he/she presses the ok button, and in an OnAsyncClick handler I check the ItemIndex variables of each combobox and put them in a database. The problem is: in the OnAsyncClick handler I cannot get the actual ItemIndex value, I always get -1, no matter how it is set. I tried using the OnAyncChange event of the individual comboboxes, the result is the same. I don't know if this is a bug or I'm missing something.
|
|
|
| TIWDBGrid with fixed row headers |
|
Posted by: Diekie - 03-26-2020, 07:18 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi There
I have XE2 and IntraWeb 12.2.37.
I have spent a fair amount of time looking for a way to freeze the header row on my TIWDBGrid when scrolling, to no avail.
There are various CSS-based solutions out there, but they all depend on the <thead> and/or <tbody> tags, which this version of IntraWeb does not produce for the table syntax. I do believe it was introduced in a later version.
Question: Is there a way to modify the output HTML stream, so I can manually insert these tags in the appropriate place? Are there any other solutions, perhaps?
I have also tried overlaying 2 grids, but it is not an elegant solution.
I thank you!
|
|
|
| Traceing in Delphi |
|
Posted by: petrsoft - 03-25-2020, 07:04 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hello, I have difficulties with tracing my source code in Delphi. Every time I want to trace compiler stops not on demanding line but somewhere on other place in source code, very often on blank line. It is very unpleasant and makes me sometimes confusion .This happens after using units which are parts of original package Intraweb. I have Delphi 10.2 and now and Intraweb 15.1.17 Ultimate Edition. Maybe is problem to have both installation as like as for Delphi XE and Delphi Tokyo on my computer ?
Thank you very much
Jaroslav , petrsoft
|
|
|
| Intraweb and Rest |
|
Posted by: msgopala - 03-23-2020, 07:35 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
I have integrated my IW app with sharefile using Indy components. I am trying to integrate now to Docusign using Rest. Not many examples to go by. I tried to use IDHTTP but didnt know how to generate the JSON code.
I am not familiar with JSON. Are there any demo/resources available to learn.
Thanks in advance
|
|
|
| Need Intallation Help |
|
Posted by: Diekie - 03-22-2020, 09:42 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi there
I need some help, please. We have Rad Studio XE2, that came with IntraWeb 12.0.8.
I tried to get the latest IntraWeb 12, installed it, but now my Delphi complains: "The procedure entry point @lw@Browser@Browser@initialization@qqrv could not be located in the dynamic link library c:\program files (x86)\embarcadero\rad studio\9.0\bin\dclintraweb_120_160.bpl" when starting.
What do I do?
Thanks!
|
|
|
| Client IP |
|
Posted by: Rolphy Reyes - 03-18-2020, 03:01 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi!
Is there a way to obtain the client IP? I need to know the IP from who is connecting to the app.
I been using different methods and all of them have failed.
WebApplication.Request.RemoteAddr
WebApplication.AppID
IWServerController.MachineName
TIWAppInfo.GetComputerName
The Application is hosted on IIS, in a Microsoft Server Azure.
|
|
|
|