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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,117
» Latest member: sunwinvnsocial
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1301 online users.
» 4 Member(s) | 1294 Guest(s)
Applebot, Bing, Google, Ketquabongdacc1vn, rakhoitv2, sunwinvnsocial, ttbda90phtv

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 189
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 155
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 172
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 476
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 242
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 642
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 225
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,243
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 359
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 985

 
  Where is the full set-up ?
Posted by: André Manin - 08-18-2022, 12:46 PM - Forum: IntraWeb General Discussion - Replies (3)

hello Alexandre
We purchased Intraweb for Delphi Alexandria.
How to get the complete installation setup?
We can't use a web installer.

best regards

Print this item

  Datatables with Ajax
Posted by: matija - 08-16-2022, 06:00 AM - Forum: IntraWeb General Discussion - Replies (1)

I have rawtext (IWLabel.Caption) for my json data.  

'{ "data": [ .... ] }'

I want this rawtext include in define of datatables (HTML template).

WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA('$(''#examples'').DataTable( {  "ajax": ' + rawtext + ',} );'); 

How? Recipe?

Print this item

  TIdHTTP error details
Posted by: Boba TC - 08-16-2022, 01:23 AM - Forum: Indy - Replies (4)

Dear All; when TIdHTTP::Get method throws out an EIdHTTPProtocolException, where do I find details of the error?
For instance:

Code:
TIdHTTP *IdHTTP;
AnsiString strURL="https://....";
//...
try{
  TMemoryStream *m = new TMemoryStream;
  IdHTTP->Get(strURL,m);
  m->SaveToFile("tst.txt");
  delete m;
}catch(EIdHTTPProtocolException &e){
  ShowMessage(e.Message);//shows "HTTP/1.1 400 Bad Request"
}
Thanks in advance. Boba.

Print this item

  need HTML editor component
Posted by: iwuser - 08-16-2022, 12:35 AM - Forum: IntraWeb General Discussion - Replies (3)

Is there anything built-in into IW, or any external compatible components that can offer rich text HTML editing functionality on IW served pages?

Or has anyone been using any external JS libraries in IW apps with any success, like "editor.js"?

I basically need to serve HTML documents to users from an IW application, in some kind of editor, allowing the users to edit them free-hand and then get the edited HTML back, so it can be saved on the server.

Print this item

  How to control application access using IWIpGeolocation
Posted by: Alexandre Machado - 08-15-2022, 10:30 PM - Forum: IntraWeb General Discussion - Replies (2)

I've just published a new demo showing how to use the new IWIPGeolocation classes to control application access based on IPGeolocation.

It uses LITERALLY 2 lines of code + 2 units added to the uses clause.

You can have it both ways: block access from certain countries or grant access only to certain countries.

Please check it out:

https://github.com/Atozed/IntraWeb/tree/...AccessDemo

Please notice:
- You *don't need* another 2 Gb library 
- You *don't need* to download and install a 2 Gb package just to get IPGeolocation
- You *don't need* to learn another "api" just to get this simple thing working

It is as simple as it can should be

Enjoy  Big Grin

Print this item

  gSession.Lookup vs gSession.Execute
Posted by: tasnim - 08-15-2022, 07:22 AM - Forum: IntraWeb General Discussion - Replies (1)

hi everyone

After checking SessionList, SessionLookup151 in demo some question arises

what is the difference between gSession.Lookup and gSession.Execute
it appear that both achieve the same result
are they different in session lock mechanism?
when should we use each of them?

thanks.

Print this item

  Issue with TIWBSTabControl since 15.2.61
Posted by: oystein.jakobsen@sas.no - 08-11-2022, 07:53 PM - Forum: IntraWeb General Discussion - Replies (3)

Since 15.2.61 I get an EReadError exception when executing apps containing TIWBSTabControl components. Rolling back to 15.2.60 fixes the issue.

Happens in D10.4.2. Not in D11.

Error details:

Exception message : Error reading IWBSTabControl1.ActiveTabFont.PxSize: Property PxSize does not exist
Depending on the error condition, it might be possible to restart the application.
Exception class : EReadError

Print this item

  Linker error in IW15.2.65
Posted by: JuergenS - 08-11-2022, 01:28 PM - Forum: IntraWeb General Discussion - Replies (12)

I get a linker error in Intraweb 15.2.65 with C++Builder 11.1  Huh

[ilink32 Fehler] Error: Nicht auflösbares externes 'InternetOpenW' referenziert von C:\ATOZED11\INTRAWEB 15\LIBD11W32\INTRAWEB_15_D11.LIB|IWUtils
[ilink32 Fehler] Error: Nicht auflösbares externes 'InternetOpenUrlW' referenziert von C:\ATOZED11\INTRAWEB 15\LIBD11W32\INTRAWEB_15_D11.LIB|IWUtils
[ilink32 Fehler] Error: Nicht auflösbares externes 'InternetReadFile' referenziert von C:\ATOZED11\INTRAWEB 15\LIBD11W32\INTRAWEB_15_D11.LIB|IWUtils
[ilink32 Fehler] Error: Nicht auflösbares externes 'InternetCloseHandle' referenziert von C:\ATOZED11\INTRAWEB 15\LIBD11W32\INTRAWEB_15_D11.LIB|IWUtils

Regards

Juergen

Print this item

  ISAPI dll with StarDocs hangs on SignUP
Posted by: alex.trejo@tttnet.com.mx - 08-10-2022, 09:56 PM - Forum: IntraWeb General Discussion - Replies (11)

Intraweb 14.2.6 Delphi 10.2.3

Using Stardocs platform to let user navigate through multiformat documents, standalone version works perfect. 
When deployed as dll, application hangs starting up.

StarDocs connection details are defined on ServerController.OnCreate:

    StarDocs := TgtStarDocsSDK.Create(nil);
    StarDocs.ConnectionSettings.ApiServerUri:= 'http://api.gnostice.com/stardocs/v1';
    StarDocs.ConnectionSettings.ApiKey:=API_key
    StarDocs.ConnectionSettings.ApiSecret:=API_secret;
    StarDocs.Preferences.DocPassword.ForceFullPermission:= True;
    // Authenticate
    StarDocs.Auth.loginApp;


Here is where the dll hangs. No errors, no messages, just hangs. Application pool also stays up and needs to be stopped manually.
Any clues?
Best regards,
Alex

Print this item

  Can SignaturePad Add SaveToStream feature or Silent Download?
Posted by: actioneer - 08-04-2022, 03:34 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi Alex good day to you Smile 

I am trying to save the TIWSignaturePad image to a table blob field (jpg primarily, png as option). Am on the latest x.65 version.


As per subject
1) can SignaturePad Adds a SaveToStream/LoadFromStream feature (so I can save/load the image to/from a table blob field or
2) Silent Download without dialog once a directory+filename is provided? Currently the download function will pop up a dialog to ask for a directory even a filename is provided.

Either method will allow me to be able to save the signaturepad image to a table blob field. If there is any existing method that I didn't know please kindly advise. Thank you.

Print this item