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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 92,171
» Latest member: hadavis
» Forum threads: 2,418
» Forum posts: 11,356

Full Statistics

Online Users
There are currently 1697 online users.
» 1 Member(s) | 1692 Guest(s)
Applebot, Bing, Google, Yandex, hadavis

Latest Threads
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 351
VCL conversion
Forum: Delphi General Discussion
Last Post: marktuan
08-07-2026, 01:20 PM
» Replies: 0
» Views: 377
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 97
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 266
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,423
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,356
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 330
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 510
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 452
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,956

 
  DateTime format
Posted by: Mikael Nilsson - 11-11-2020, 01:53 PM - Forum: IntraWeb General Discussion - Replies (11)

I have problem with DateTime format.
Delphi version is 10.3.3 and IW 15.2.3


In Delphi/Intraweb I do this command that's fails with this error: '2020-11-11 14:22:57.660' is not a valid date and time

wDateTime := strToDateTime(ContinueTime);


wDateTime is a TDateTime
ContinueTime is a string containing the value '2020-11-11 14:22:57.660'

I have also done these settings in ServerController
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
  SysUtils.FormatSettings.ShortDateFormat := 'yyyy-mm-dd';
  SysUtils.FormatSettings.ShortTimeFormat := 'hh:nnConfuseds';
  SysUtils.FormatSettings.LongTimeFormat := 'hh:nnConfuseds.zzz';
end;


I forgot to mention that this code works in SA buy not as a ISAPI.dll

Print this item

  Could not load SSL library
Posted by: alpires2000 - 11-10-2020, 11:46 PM - Forum: Indy - Replies (9)

Hi, when I try to access a url with https the following error occurs: Could not load SSL library. But this error only occurs when I compile my app for android 64-bit, 32-bit works well.
I am using delphi 10.3.3 and AndroidOpenssl1.0.2h

Some idea?
Thanks

Print this item

Question D10.4.1 with Intraweb 15.2.20 install issue
Posted by: worajedt - 11-10-2020, 09:25 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi all

I've tried IntraWeb 15.2.20 (should be the latest) with Delphi Enterprise 10.4.1 (has some plugins installed).
(
The same IntraWeb version can be install on 10.3.3 successfully.)

After install successfully, I've got issues like these attached images. Also I've tried to remove some bundled intraweb but seems like it's not have left.

What can I do to fix this? I've try to delete Intraweb 15 folder in AppData and reinstall again but not successful.



Attached Files Thumbnail(s)
                   
Print this item

  OnBrowserCheck in IW15.2.20
Posted by: jeroen.rottink - 11-09-2020, 02:54 PM - Forum: IntraWeb General Discussion - Replies (4)

Hi Alexandre,

I use following code to disable unsupported browsers but keep support for some apps using a rest api

Code:
// Step 1. OnBrowserCheck
procedure TIWServerController.IWServerControllerBaseBrowserCheck(
  aSession: TIWApplication; var rBrowser: TBrowser);
begin
  // REST method is often called from a non-browser. change this so the call is accepted
  if (rBrowser is TOther) and aSession.Request.PathInfo.StartsWith('/restapi/')
  then begin
    rBrowser.Free;
    // accept the unknown browser as Firefox (probably the best idea)
    rBrowser := TFireFox.Create(TFireFox.MIN_VERSION);
  end
  // handle unknown and non-supported browsers, they don't belong there (often script kiddies)
  else if not rBrowser.IsSupported
  then begin
    rBrowser.Free;  // free current browser object because it will throw an exception otherways
    rBrowser := TFireFox.Create(TFireFox.MIN_VERSION);

    TerminateSession(aSession, 403, 'Forbidden');
  end;
end;

In IW15.2.20 requesting the restapi gives a AV because aSession is nil like stated in the release notes.
Can I test the request in this function in another way?

Print this item

  Chart.js + Template
Posted by: matija - 11-06-2020, 12:13 PM - Forum: IntraWeb General Discussion - Replies (1)

I use intraweb with a HTML template (Bootstrap).
Does anyone have experience with this component chartjs.org?

How to fill chart.js with label and data?

Something from code:

Code:
datasets: [{
            label: '# Years',
            data: [2020, 2019, 2018],

Print this item

  IW 15.2.20 is out
Posted by: Alexandre Machado - 11-06-2020, 11:00 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

there is a new update for IntraWeb 15.2:

https://www.atozed.com/2020/11/intraweb-15-2-20/

Enjoy!  Big Grin

Print this item

  D10.4.1 / IW15.2.18 installation issue
Posted by: oystein.jakobsen@sas.no - 11-04-2020, 08:44 PM - Forum: IntraWeb General Discussion - Replies (5)

After a full D10.4.1 reinstall last weekend, I got a IW 15.2.18 installation issue when selection any of the install options except 'Install IW Bootstrap Library'. Selecting FastMM, ScaleMM2 or Bootstrap Demo causes the installation to fail because the installer is unable to download additional files.

Known issue?

Print this item

  tiwjqdbgrid issue
Posted by: Blanca80 - 11-04-2020, 10:32 AM - Forum: IntraWeb General Discussion - No Replies

Hello, 

I'd like to report an uncaught sintax error unexpected token in JSON related to tiwjqdbgrid 

it indicates an error on a.JSON.parse(b+"")  related to this line:  

{"rows":[{"id":"1","cell":[2,"","","04\/11\/2020","173NUEVOS.PDF","nuevo modificado\r\npara el web\r\n","1","04\/11\/2020","SGA","SGA","ASUNTO"]}

it is produced from a tiwmemo when it has double line with a carriage return character (\r) or feed line character (\n).

and the grid shows loading... but never shows the data. 

is there any solution i can do or it will be solved on the next update? 

thank you very much

Print this item

  Atozed Purchase Point empty source code list
Posted by: aimpera - 11-04-2020, 08:32 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi,
from a couple of day the Intraweb source code list box is empty:

   

Also, installing with FastMM / ScaleMM2

   

I get this error:

   


Finally: when new Intraweb version will be released? (I need it!  Big Grin )

Best Regards, Alfredo.

Print this item

  File AndroidOpenssl1.0.2h.zip corrupted
Posted by: alpires2000 - 11-03-2020, 02:30 AM - Forum: Indy - Replies (4)

I'm trying to download the "AndroidOpenssl1.0.2h.zip" file from https://indy.fulgan.com/SSL/Archive/ but the file is corrupted.

Some idea about this issue?

Print this item