| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 82,365
» Latest member: Ee88watch
» Forum threads: 2,408
» Forum posts: 11,315
Full Statistics
|
| Online Users |
There are currently 438 online users. » 1 Member(s) | 434 Guest(s) Applebot, Bing, Google, Ee88watch
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 629
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 74
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,362
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 474
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 517
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 413
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 533
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 256
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,207
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,124
|
|
|
| Remove <meta> tag in Generated HTML |
|
Posted by: Ascent99 - 08-16-2018, 04:23 PM - Forum: IntraWeb General Discussion
- Replies (13)
|
 |
For one of our Intraweb projects, there is a <meta> tag being rendered in the HTML header that identifies the product name and version of IntraWeb being used. See example below:
<meta Name="GENERATOR" content="IntraWeb v15.0.9 Serial....">
For security purposes, we would like to exclude this tag from our production server. How can we prevent Intraweb from injecting this tag?
The only thing I can find on this, is to change the intraweb source code, but that would require patching it every time there is an update released.
Current environment:
Delphi 10.2 and C++ Builder 10.2 Update 3
IntraWeb 15.0.9 Ultimate (no source)
Thanks!
|
|
|
| IW 17 vs TMS Software's Web Core |
|
Posted by: ShaneStump - 08-14-2018, 05:38 PM - Forum: IntraWeb General Discussion
- Replies (7)
|
 |
Howdy All!
I am going to have to start rewriting my web module for the 3rd time in 10 years as things have changed a lot from a public customer's perspective.
Any how, I have decided this next go around to NOT use any third party UI components and just use what comes with the web framework to guarantee support / continuity.
Any how, as I wait for IW 17 and hopefully Boot Strap 4 components, I received an email from TMS Software about their new product Web Core:
https://www.tmssoftware.com/site/tmswebc...p#features
It looks very, very interesting.
Could those of y'a;ll with more web knowledge than I (i.e almost all of you), please comment on how they see this comparing to IW 17?
Thanks in advance,
Shane
|
|
|
| Page Render Issue |
|
Posted by: msgopala - 08-13-2018, 03:11 PM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
Seattle10
Intraweb 14.2.5
FastReports 5.0
TMS Intraweb PRO Components
Raize 6.2.1
My project has been deployed on the server. However after submission or at page render the focus does not always return to its position. It goes to the top of page or elsewhere. I am not always able to use the setfocus command as its unavailable depending on the object.
|
|
|
| TIWDBImagem not reload de image |
|
Posted by: ronaldobim - 08-13-2018, 12:12 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi, after uploading an image using TIWFileUploader, I apply the image change on a ClientDataSet, however the TIWDBDImage does not change at run time. How can I solve this? Follow my code.
procedure TFrmConfiguracoes.IWFILEUPLOADERAsyncUploadCompleted(Sender: TObject;
var DestPath, FileName: string; var SaveFile, Overwrite: Boolean);
begin
inherited;
FMsLogo.Clear;
IWFILEUPLOADER.SaveToStream(FileName, FMsLogo);
cdsLogo.Edit;
cdsLogoLOGO.LoadFromStream(FMsLogo);
cdsLogo.Post;
SaveFile := False;
end;
|
|
|
| IWAdvEdit Placeholder Tag |
|
Posted by: pk230039 - 08-11-2018, 02:01 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hello
Has anyone faced a problem with the TMS IWAdvEdit box. trying to add a Placeholder tag using the ExtraTagParams property and placing
input placeholder="User ID" or placeholder="User ID"
yields nothing. However this works with the IWEdit box.
Any ideas on how to solve this would be much appreciated.
Regards
|
|
|
|