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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 92,019
» Latest member: 7u777vip
» Forum threads: 2,418
» Forum posts: 11,356

Full Statistics

Online Users
There are currently 2589 online users.
» 3 Member(s) | 2582 Guest(s)
Applebot, Bing, Google, Yandex, 7u777vip, 88uuitcom1, Play678bdcom

Latest Threads
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 332
VCL conversion
Forum: Delphi General Discussion
Last Post: marktuan
08-07-2026, 01:20 PM
» Replies: 0
» Views: 375
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 96
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 256
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,419
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,345
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 324
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 501
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 451
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,946

 
  iwDBEdit and DataTypeOptions.StringCase
Posted by: aimpera - 11-02-2020, 03:04 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,
I have a table with all name stored in uppercase.

When I set:

Code:
iwDBEdit1.DataTypeOptions.StringCase := scUpperCase;

the edited field is always in downcase. 

No problem if I comment the above row (but in this case I can write in downcase and I don't want this!).

Edit

if scUpperCase is set, when I edit a field already in upcase, the value is in downcase:

   

but if I write somewhat all edit content is 'uppercased':

   

Best Regards, Alfredo.

Intraweb 15.2.18 with Delphi Sydney 10.4.1

Print this item

  IIS ASPX 500 error on long post requests
Posted by: JohBer - 11-02-2020, 12:25 PM - Forum: IntraWeb General Discussion - Replies (9)

IW version: 15.2.18.



We get the below error on long post requests (more than 80 kb).



Seems like a file handle is opened without being closed.



Code:
[Exception: HttpExecute error: Cannot open file "D:\local\Temp\tmp99A1.tmp". The process cannot access the file because it is being used by another process]
   IntraWeb.MainController.ProcessAppMode() +339
   IntraWeb.MainController.Index() +68
   lambda_method(Closure , ControllerBase , Object[] ) +62
   System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +182
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
   System.Web.Mvc.Async.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41() +28
   System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +10
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +32
   System.Web.Mvc.Async.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33() +58
   System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +228
   System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult) +10
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34
   System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +24
   System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +99
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27
   System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +14
   System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +16
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +36
   System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +16
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +26
   System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
   System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
   System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +16
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9847873
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +163



Attached Files Thumbnail(s)
   
Print this item

  DBLookupCombo demo question
Posted by: aimpera - 10-29-2020, 11:15 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi,
I'm very impressed from 0-code for demo DBLookupCombo (in 15 directory of Intraweb demo).

But when I put the three TIWDBLookupComboBox into a iwRegion (or into a tabControl) the magic stops working...

There is a trick for this situation?

Best Regards, Alfredo.

Print this item

  Server "connection" object/variable when disconnecting from server side
Posted by: noname007 - 10-28-2020, 10:14 AM - Forum: Indy - Replies (3)

Hello,

I intend to build a TCP server able to serve lots of clients. Because of the port depletion in Windows (and for some other reasons), I use disconnect from the server side, not from the client side.

The steps are like this: client connects, client requests data, server answers with data, client requests disconnect, server disconnects.

The OnExecute in server does not process the requests, but it adds them to a queue, from which they are retrieved almost immediately by the queue processing thread, and then processed in 4 - 64 parallel task/job processing threads.

The problem I encountered is that many times (not always, but quite frequently) the "connection" object I saved from within the OnExecute (AContext.Connection) and stored into the queue is no longer the same when the task or job is retrieved from the queue. The connection object now points to a different connection, that may have been already closed. This leads to sending data to the wrong client, or using disconnected connections, or to more exceptions because the Sockets, IOHandlers and so on are already freed.

I tried to find the right connection in the Server.Contexts but the problem of course persists, because other threads are concurrently disconnecting from the server side, and until the newly found connection variable is used, it may not be the same as the one retrieved three lines of code above, or 20 milliseconds before.

How can I save from within OnExecute a persistent "connection" that can be used even seconds later, outside the OnExecute event, if the disconnections occur on the server side and not on the client side?

Thank you

Print this item

  IWDBGrid Not Populating Correctly
Posted by: nateloaf - 10-27-2020, 01:56 PM - Forum: IntraWeb General Discussion - Replies (5)

I am new to IntraWeb and thought I was making out nicely with a test application.  I have a TIWDBGrid component linked to a datasource linked to a query which displays data perfectly as long as I do not define any columns and let the grid handle itself. As soon as I define columns (which I need to do in order to make one of them a link, change titles, etc.) I get the right number of rows displaying, but NO DATA.

The attached screenshot contains two IWDBGrids.  Both have the datasource set to the same thing at run-time.  The first has two columns defined with valid field names, the second has no column definition at all.  Both display the same (correct) number of rows, but only the second one populates each row with data??



Attached Files Thumbnail(s)
   
Print this item

  Application does not load after installing 15.2.18
Posted by: Rolphy Reyes - 10-26-2020, 02:18 PM - Forum: IntraWeb General Discussion - Replies (6)

Hi!

After installing Intraweb 15.2.18 my application start to fail.

As soon as I start the application I get an error message, see the attachmet.



Attached Files Thumbnail(s)
   
Print this item

  Setting TidSMTP
Posted by: luigisic - 10-24-2020, 05:21 PM - Forum: Indy - Replies (6)

Hello,
  I have this setting on Thunderbird for smtp account:

authentication method = Encrypted Password
connection security = SSL/TLS

What settings I do in TidSMTP to make the same settings?

Thanks

Print this item

  caption not show
Posted by: fatersoft - 10-24-2020, 05:36 AM - Forum: IntraWeb General Discussion - Replies (1)

hi
in  IWBS4Input the caption not showing
thank

Print this item

  Cant load SSL Library
Posted by: tinygoldwing - 10-23-2020, 02:55 PM - Forum: IntraWeb General Discussion - Replies (5)

Our network at work was hit with Ransomware virus and I had to reformat my PC to Windows 10Pro.  I then restored my application directories and files from our backup along with the databases for it.

The app run as a service but can start on the desktop.  Anyway when I start it I get Error: Could not load SSL library.  We do use a SSL to connect.  I thought it would come right back up and the restore.

Any ideas, I've messed with this for three days.

Thanks,

Ed

Print this item

  Size of the desktop (screen) of the client device
Posted by: Сергей Александрович - 10-22-2020, 10:54 AM - Forum: IntraWeb General Discussion - Replies (4)

how do I find out the size of the desktop (screen) of the client device?

Print this item