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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 84,904
» Latest member: porabtomo1988
» Forum threads: 2,413
» Forum posts: 11,327

Full Statistics

Online Users
There are currently 457 online users.
» 5 Member(s) | 447 Guest(s)
Applebot, Bing, Facebook, Google, Twitter, ph44ph, piodesfuetrom1980, porabtomo1988, rlebeau, z188lcom

Latest Threads
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 56
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 232
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 115
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 71
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,298
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 654
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 118
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 827
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 149
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,030

 
  Incorrect path to IL2CPU.exe in release
Posted by: vinfdsc - 01-03-2020, 08:35 PM - Forum: COSMOS - Replies (2)

Hello

When I try to build a project, I got error:

Code:
Ошибка MSB6004 Указанное расположение исполняемого файла задачи "C:\Users\vinny\AppData\Roaming\Cosmos User Kit\Build\IL2CPU\IL2CPU.exe" является недопустимым. CosmosKernel2 C:\Users\vinny\.nuget\packages\cosmos.build\0.1.0-localbuild20190628100707\build\Cosmos.Build.targets 169


Not exactly translate:
The specified location of the task executable file "C:\Users\vinny\AppData\Roaming\Cosmos User Kit\Build\IL2CPU\IL2CPU.exe" incorrect.

It looks like it's trying to find the path where the Cosmos package is installed by default. However, I installed Cosmos in a non-standard way.
As a result, it can't find the IL2CPU compiler

Print this item

  Freezing nntp connect at port 563 for some addresses
Posted by: AndrzejB - 01-03-2020, 06:30 PM - Forum: Indy - Replies (2)

IdNNTP1.Port:=563;
IdNNTP1.ConnectTimeout:=1500;

Freezing:
de.newsgroupdirect.com
nl.newsgroupdirect.com
us.newsgroupdirect.com
news.alt.net
news.panix.com
news.usenetexpress.com
newszilla.xs4all.nl
secure-eu.news.easynews.com
secure-us.news.easynews.com
secure.news.easynews.com
secure6.news.easynews.com
secure6.news.eu.easynews.com
secure6.news.us.easynews.com

Delayed:
news.usenet.farm
news.vipernews.com

Print this item

  [NNTP]Cancel post with sha
Posted by: AndrzejB - 01-03-2020, 12:18 PM - Forum: Indy - Replies (1)

How to cancel post on newsgroup with cancel lock? (Sha)

Print this item

  NNTP group info
Posted by: AndrzejB - 01-03-2020, 12:16 PM - Forum: Indy - Replies (1)

How to get not only group names but group descriptions?

Print this item

  Webapplication.FormWidth inaccurate
Posted by: bob9999 - 01-02-2020, 04:55 PM - Forum: IntraWeb General Discussion - Replies (8)

Hi there.  I have been batting my head against a wall and I cannot seem to find a reliable way to get the form width at the client.  Every browser is different and is really frustrating.  I am trying to place a button to the right of the screen floating and cannot get a correct number to use for the left property.  I tried to anchor right with no left and the button will just flip to the left of the screen whenever there is an ajax event so I have to set the left.  I am using IW Version: 15.1.7.

I have a region with align top that I even tried to get its width in the onRender form event (see code below).  THis has to be in the OnRender Event from what I have been seeing or the numbers are different and worse.

if (Webapplication.FormWidth < Self.Width) then
    iWidth := Webapplication.FormWidth
  else
    iWidth := Self.Width;
  if (iWidth > RegionHeaderTop.Width) then
    iWidth := RegionHeaderTop.Width;


I am using 3 widths here to try to get the smallest to then use for my screen calculation but nothing is 100% reliable.  From what I am seeing, there seems to be reliance of what the width is in design mode to what the last form was that the user loaded.  At least with this code in the OnRender Event the button is somewhat stable.

Is there anyway to RELIABLY get the form width when the CURRENT form is loading in the browser?

Cheers.

Print this item

Photo Grid Cell merging
Posted by: Rien Maas - 12-28-2019, 01:00 PM - Forum: IntraWeb General Discussion - Replies (7)

IWgrid and even TiwAdvGrid (of TMS) don't have the possiblities of cell merging.
Is there a way (for example in Delphi code) to realize this?    

Print this item

  ISAPI DLL C++ Builder Question
Posted by: ShaneStump - 12-28-2019, 02:19 AM - Forum: IntraWeb General Discussion - Replies (4)

Howdy All!

First, I hope everyone and their families have had a WONDERFUL and SAFE holidays!

I have a problem with my statically linked IW ISAPI DLL.

When the ISAPI dll is unloaded, after all else is released, I get an EAccessError on the final unload of the DLL in the exit code (Delphi).

I know what is causing the issue as I have had the same issue in my statically linked EXEs over the years: NexusDB memory manager. 

NexusDB has stated that the NexusDB memory manager is only meant to be linked with 'Use Packages' in C++ Builder which is a BAD idea for my customers (and thus my sanity). I can't not use the NexusDB memory manager because it is used by NexusDB.

In my EXEs, I just call ExitProcess() in my main form's deconstructor after I know I have closed all connections and released all other resources I use.

Does anyone know how to do an equivalent when the DLL gets a DLL_PROCESS_DETACH message?

Thanks in advance and Happy New Year!

Shane

P.S. Update it turns out that ExitProcess(1) works out well in the DLL_PROCESS_DETACH also!

Print this item

  IWButton
Posted by: Borbainfo - 12-27-2019, 08:21 PM - Forum: IntraWeb Dúvidas Gerais - Replies (2)

Boa tarde.

Minha duvida é sobre clicar no IWButton via codigo no Delphi, no VCL tem Button1.Click.
Qual o comando no Delphi para Clicar no IWButton ?
 

Delphi 10.2 Update 3
IntraWeb 15.1.5
Bootstrap 4

Print this item

  Webservice demo ?
Posted by: SorenJensen - 12-27-2019, 01:49 PM - Forum: IntraWeb General Discussion - Replies (6)

Hi Guys,

Merry Christmas everyone. I hope you have had some nice holidays.

I just completed a SOAP Webservice example with Server and Client, and are now wondering if there are any similar demo projects around, to use with IntraWeb.

I have a Windows program running on remote units around the world, which connects to my database (MS SQL) using a SOAP Webservice. The WebService is an MS SQL End-point, consisting of a number of stored procedures all added to an endpoint and published as a HTTP.SYS Webservice on the SQL 2008 server. The system is about 10 years old.

After updating to SQL 2017, endpoints is discontinued, so to make it work again, I'll have to create my own SOAP Webservice to repond to requests from the remote clients. I want the WebService server to reside as a stand alone application, like my IntraWeb SA application, on the MS SQL server, without depending on IIS or other page provider.

That's why I am looking for a demo showing how I can be done. Anybody know where I should look ?

NB! The above mentioned test also runs on my SQL server as an EXE file and it responds nicely to requests from the client on my workstation, so I could probably use it, but currently the appl is running as a visual windows program. A solution could be to make it run like a service.

Regards
Soren

Print this item

  onAsyncClick sometimes does not work
Posted by: MrSpock - 12-26-2019, 06:58 PM - Forum: IntraWeb General Discussion - Replies (5)

Some languages allow unicode characters for variable names. PHP does that and so does Delphi. Unfortunately AJAX does not recognise unicode characters in variable names so it is necessary to change all intraweb component names so that they contain only ASCI characters. Problem shows only with onAsyncClick, not with onClick.

Print this item