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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 86,242
» Latest member: filterswtwnl1
» Forum threads: 2,413
» Forum posts: 11,329

Full Statistics

Online Users
There are currently 393 online users.
» 2 Member(s) | 387 Guest(s)
Applebot, Bing, Google, Yandex, 9nbetsbrcom, filterswtwnl1

Latest Threads
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
07-14-2026, 06:27 AM
» Replies: 6
» Views: 775
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 135
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 453
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: 154
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 937
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 171
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,353

 
  SessionTimeOut use
Posted by: tinygoldwing - 12-26-2019, 05:36 PM - Forum: IntraWeb General Discussion - No Replies

I currently set the SessionTimeOut from a config file in IWServerControllerBaseCreate.  But I'd like to take it further by setting it looking at the parameters that are passed.  I don't think WebApplication exist yet when BaseCreate is called so I can't use webapplication.RunParams.Text

Anyone know how I can do this?

Thanks,

Ed


Never mind. I didn't know you could update it with Webapplication.SessionTimeout.

Print this item

  Unit name for Exceptions
Posted by: tinygoldwing - 12-26-2019, 05:10 PM - Forum: IntraWeb General Discussion - Replies (1)

I want to ignore the exception EInvalidAppID

So I added the following code to the ServerController under IWServerControllerBaseConfig

ExceptionLogger.RegisterIgnoreException(EInvalidAppID);

My problem is I don't know what unit has the exceptions class is.  I get Undeclared identifier:  EInvaildAppID

Thanks and have a great day.

Ed

Print this item

  NNTP connect to server
Posted by: AndrzejB - 12-25-2019, 02:36 PM - Forum: Indy - Replies (7)

I am beginner using Indy. I want conect to sever NNTP and read and send posts.
I see examples in https://delphi.fandom.com/wiki/TIdNNTP but I need other examples, how to connect to server and how make secure connection (SSL or other?) ?

Print this item

  hello my post is lost?
Posted by: zarghami.az - 12-24-2019, 08:10 AM - Forum: IntraWeb General Discussion - Replies (1)

hello my post is lost?

Print this item

  published my iwtest application to my web host
Posted by: zarghami.az - 12-24-2019, 05:59 AM - Forum: IntraWeb General Discussion - Replies (1)

hello 

i write a program test with delphi 10.2 tokyo and use intraweb

it is very simple case study examples 

it work on localhost:8888 very nice 
but i copy  it's files to my web host at internet

it's link address is  http://m.nici.ir/iwtest.html  i see it but when i click iwButton1  . it nothing do

it must copy iwedit  text to iwmemo  but at internet no work.

i copy this files to my internet host  /m.nici.ir/wwwroot  folder

1-   iwtest.html
2-   iwtest_files  folder and it's files

what wrong my work?

please help me

thank you before
Ardeshir



Attached Files Thumbnail(s)
   
Print this item

Bug No OnAsyncClick Called under special Conditions (IWGrid 15.1.8)
Posted by: Victoria - 12-20-2019, 05:02 PM - Forum: IntraWeb General Discussion - Replies (7)

Hello, i got a problem here and hope for help.
Problem is:  No OnAsyncClick Called under special conditions (my Version: IWGrid 15.1.8)

I uses IWGrids with TIWImageFile as Cell.Controls.
The user should simple Click his "Row" and i take some action.

This normaly works good. But not in this case : The strange thing is, the numbers of rows are not interesting
it is always the row number 1 that did not work propberly! See: Download here please

The Browsers detetct no post submit or something. Nothings happens at row one?!
The other grids work fine , but the this grid is in a IWModalWindow and maybe this is the problem? I am not sure.

Please can you check this? I read some other threads with async-call problemes here too.

with firendly regards
Victoria
[url=http://www.vfsoft.de/aw/DownloadIntraWeb.html][/url]

Print this item

  Unitialized Reply
Posted by: Raphael - 12-17-2019, 02:27 PM - Forum: IntraWeb Dúvidas Gerais - Replies (8)

Bom dia,
Estou utilizando de ContentHandlers para realizar requisições de dados simples, como por exemplo obter um data source json para preenchimento de um Chart ou até mesmo a criação de um datatable de forma dinâmica.
Exemplificando melhor a questão:

Code:
                  solicitação
Pagina de Dados ----------------> ContentHandler

                  resposta
Pagina de Dados <---------------- ContentHandler


No entanto estou recebendo a seguinte mensagem "Uninitialized Reply".

Segue abaixo meu fonte:
  • Server Controller
Code:
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
  // This framework requires to disable IW embeded JQuery
  JavaScriptOptions.RenderjQuery := False;

  with THandlers.Add('/', 'getGraphicData', TContentChart.Create) do
  begin
    CanStartSession := false;
    RequiresSessionStart := true;
  end;

end;



  • ContentHandler

Code:
  if Assigned(aReply) then
    begin

      //Verify action
      if aParams.Values['action'] = 'GV' then
      begin

        try
          FDataSet := TFDQuery.Create(nil);
          FDataSet.SQL.Clear;
          ...
          ...
          FDataSet.Open();

          JSON := '[' + sLineBreak;
          FDataSet.First;
          while not FDataSet.Eof do
          begin
           ...
           ...
            FDataSet.Next;
          end;
          JSON := ']' + sLineBreak;
          aReply.WriteString(JSON);

        finally
          FreeAndNil(FDataSet);
        end;

      end;
    end;
  end;
 

Está faltando ou preciso implementar algo?
Desde já agradeço a atenção.

Print this item

  Support for new HTML5 input types
Posted by: JuergenS - 12-16-2019, 04:08 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

when using the built-in TIWLayoutMgrHTML HTML source code editor i found that the new HTML5 input types: color, date, datetime-local, month, week, time, email, number, range, search, tel, and url are not supported yet.
But although I get error messages and some exceptions were generated, I was finally able to translate and execute the code.
I would like to use the types color and range to create an extended color selection. I would appreciate if the editor could be adapted to the current HTML5 standard.

C++Builder 10.3.3
IntraWeb 15.1.9

Regards
Juergen

Print this item

  Strange forms (?) problem
Posted by: SorenJensen - 12-16-2019, 07:17 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi All,

I have a strange problem in my project. I don't know if it is related to IW, but you guys are the best to ask, I recon:

I have a project (usual HTTP SA) with 15+ forms and during all the time I've been developing it, I have never been able to see the forms in the project Options (Project, Options, Applications, Forms), but I can now. I  can actually move them between available forms and auto-create forms. 

It started after I renamed a form and saved the pas file as another name. After I removed the original file from the directory, IDE reported error F2613, unit (original name) not found. After some searching it turned out to be in a uses clause (after implementation) in one form, where the original unit name was. When correcting the error, the project compiled ok.

But since then, I now have the list of forms in my project, shown in project options.

Is it no longer regarded by IDE as an IW project ?

Regards
Soren

Print this item

  IWFileUploader using
Posted by: MrSpock - 12-16-2019, 06:50 AM - Forum: IntraWeb General Discussion - Replies (9)

intraweb 15.1.5
I am looking for a very simple example of uploading one file (png,jpg,gif,bmp). Select file, upload, on upload success, on upload failure. What I have found is too broad and difficult to understand.

In particular I need to know how to assign an individual temporary directory for uploaded files for each session so that users should not overwrite other users uploaded files.

Print this item