Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 96,953
» Latest member: puy88net
» Forum threads: 2,426
» Forum posts: 11,370

Full Statistics

Online Users
There are currently 1107 online users.
» 7 Member(s) | 1096 Guest(s)
Applebot, Bing, Google, Yandex, 888zmx, deputydepartment80, e39site, mmoogamecom1, Olivia_Grace, puy88net, xoilaczbjtvv

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 03:02 AM
» Replies: 0
» Views: 59
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 53
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 73
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 327
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 163
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 518
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 159
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,048
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 298
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 854

 
  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

Print this item

  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.

Print this item

  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;

Print this item

  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

Print this item

Exclamation Sending email error
Posted by: jjeffman - 08-10-2018, 03:26 PM - Forum: Indy - No Replies

Hello,

After having succeeded on sending emails through gmail and also through my enterprise smtp, now I am getting the same error from both servers when I attempt to send an email : RCPT first. f184-v6sm6021341qkc.23 - gsmtp.

What is this error? It seems like I should receive any email first.

I am using the ssl software from openssl-0.9.8r-i386-win32-rev2.zip from Fulgan and Indy version 10.6.2.0

Thank you very much.

Never mind. I have found it. There was not any item in Recipients, because I have called the Clear method of EmailMessage.

Thank you any way.

Print this item

  More Zork!
Posted by: kudzu - 08-08-2018, 07:40 PM - Forum: COSMOS - No Replies

https://www.gocosmos.org/2018/08/more-zork/

Print this item

  New Master Atozed Blog Feed
Posted by: kudzu - 08-08-2018, 07:39 PM - Forum: CrossTalk General Discussion - No Replies

New master blog feed includes both CrossTalk and IntraWeb.

https://www.atozed.com/category/atozed/

Print this item

  New Master Atozed Blog Feed
Posted by: kudzu - 08-08-2018, 07:39 PM - Forum: IntraWeb General Discussion - No Replies

New master blog feed includes both CrossTalk and IntraWeb.

https://www.atozed.com/category/atozed/

Print this item

  Memory Leaks
Posted by: ShaneStump - 08-08-2018, 06:40 PM - Forum: IntraWeb General Discussion - Replies (5)

Howdy All!

Another thing I am seeing when I stress test my web app that creates a lot of controls is that memory starts growing exponentially and doesn't seem to get released in a decent time period.

In the past there have been discussions on various ways/attempts to automatically shut down sessions before the time-out after a period of no user activity - that is, the time out value gets reset every time the types / clicks a button.

Any ideas/progress on such a method?

Thanks,

Shane

Print this item

  Cannot find submit component.
Posted by: ShaneStump - 08-08-2018, 03:21 PM - Forum: IntraWeb General Discussion - Replies (4)

Howdy All!

I am trying to stress test my mobile IW app as some of my customers that have a lot of mobile sessions start having issues after a while.

For compatibility reasons, I am still using IW 14.2.7.

Any how, after 10 to 15 minutes of stress loading (plenty of memory), I start getting the 'Cannot find submit button' exception with a stack trace of 

(007A634B){TheVirtualWebTicketerService.exe} [00BA734B]
(007B4262){TheVirtualWebTicketerService.exe} [00BB5262]
(007ADF11){TheVirtualWebTicketerService.exe} [00BAEF11]
(007ADC01){TheVirtualWebTicketerService.exe} [00BAEC01]
(007E6E71){TheVirtualWebTicketerService.exe} [00BE7E71]
(007E6960){TheVirtualWebTicketerService.exe} [00BE7960]
(007E6CD3){TheVirtualWebTicketerService.exe} [00BE7CD3]
(007D6656){TheVirtualWebTicketerService.exe} [00BD7656]
(007D6B44){TheVirtualWebTicketerService.exe} [00BD7B44]
(007E3907){TheVirtualWebTicketerService.exe} [00BE4907]
(00804108){TheVirtualWebTicketerService.exe} [00C05108]
(007326C0){TheVirtualWebTicketerService.exe} [00B336C0]
(0071EDAB){TheVirtualWebTicketerService.exe} [00B1FDAB]
(00709B82){TheVirtualWebTicketerService.exe} [00B0AB82]
(0070BE0A){TheVirtualWebTicketerService.exe} [00B0CE0A]
(0070B809){TheVirtualWebTicketerService.exe} [00B0C809]
(0056B19D){TheVirtualWebTicketerService.exe} [0096C19D] System.Classes.pas.Classes.ThreadProc$qqrxp22System.Classes.TThread (Line 14945, "System.Classes.pas" + 18) + $5
(004A027C){TheVirtualWebTicketerService.exe} [008A127C] System.pas.ThreadWrapper$qqspv (Line 24423, "System.pas" + 45) + $0

Any ideas to find out what is causing this and how to fix it?

Thanks in advance,

Shane

Print this item