| Welcome, Guest |
You have to register before you can post on our site.
|
| 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.
|
|
|
| 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
|
|
|
| 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:
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;
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.
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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.
|
|
|
|