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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,531
» Latest member: hitclub56win
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 956 online users.
» 4 Member(s) | 948 Guest(s)
Bing, Facebook, Google, Yandex, hitclub56win, Lucknowremedycancer, rabbiwalletext, tlncndknc

Latest Threads
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 346
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 391
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 293
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 640
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 369
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 811
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 331
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,502
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 489
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,194

 
  Intraweb and Rest
Posted by: msgopala - 03-23-2020, 07:35 PM - Forum: IntraWeb General Discussion - Replies (2)

I have integrated my IW app with sharefile using Indy components. I am trying to integrate now to Docusign using Rest. Not many examples to go by. I tried to use IDHTTP but didnt know how to generate the JSON code. 

I am not familiar with JSON. Are there any demo/resources available to learn. 

Thanks in advance

Print this item

  Need Intallation Help
Posted by: Diekie - 03-22-2020, 09:42 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi there

I need some help, please. We have Rad Studio XE2, that came with IntraWeb 12.0.8.

I tried to get the latest IntraWeb 12, installed it, but now my Delphi complains: "The procedure entry point @lw@Browser@Browser@initialization@qqrv could not be located in the dynamic link library c:\program files (x86)\embarcadero\rad studio\9.0\bin\dclintraweb_120_160.bpl" when starting.

What do I do?

Thanks!

Print this item

  Client IP
Posted by: Rolphy Reyes - 03-18-2020, 03:01 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi!

Is there a way to obtain the client IP? I need to know the IP from who is connecting to the app.

I been using different methods and all of them have failed.

WebApplication.Request.RemoteAddr
WebApplication.AppID
IWServerController.MachineName
TIWAppInfo.GetComputerName

The Application is hosted on IIS, in a Microsoft Server Azure.

Print this item

  Atozed and Coronavirus
Posted by: kudzu - 03-16-2020, 04:17 PM - Forum: IntraWeb General Discussion - Replies (2)

Only have a short time right now so will be quick.

Coronavirus is affecting the whole world. This should be obvious by now.

We are all clear so far. But we are being indirectly affected by CV. We are still working, but please understand that tech support and other things may be slower than usual as we deal with these effects.

Thanks for your understanding.

Print this item

Question load IW Form on website
Posted by: Naxe67 - 03-12-2020, 12:05 PM - Forum: IntraWeb General Discussion - Replies (6)

Hello,

I'm running into an issue about using IntraWeb on a website.
I've made a IntraWeb project that works fine as a standalone application. However, I need the html result of this project, to be load into another webpage that doesn't use IntraWeb.

What I'm using is ajax. By clicking on a button, an ajax request is send and asks the standalone application to return the html content, and add it to a specific div of the non-IntraWeb page. After the ajax request, I get all  my code in the result variable, and that is fine. But somehow, I don't know why, the inclusion of the javascript files of the IntraWeb project, is trying to be loaded from the IP of the non-IntraWeb project rather than the standalone application.


More specifically :
1. I'm on http://192.168.1.149/accueil

2. I clicked on a button which executes the code below

Code:
        $('#load_iw_button').click(function () {

        console.log('clic sur IntraWeb');
        var une_url = "http://192.168.1.134:8888";
        $.ajax({
        type: 'POST',
        url: une_url,
        xhrFields: {
            withCredentials: true
        },
        success: function (response) {
            //console.log('action_delete() reponse: ' + response);
           
            console.log(response);
           
            if (response !== '') {
                console.log("ajout dans la div");
                $("#div_iw").append(response);
            }
        }
    })
            .done(function (data) {
                //console.log('done');
            })
            .fail(function (request, error) {
                console.log('action_delete(): fail');
                console.log(request);
                console.log(error);
            });

3. I get the IntraWeb code as the console.log(response) send me this :
Code:
<!DOCTYPE html>
<html lang="fr">
    <head>
<meta charset="utf-8">
<meta name="generator" content="IntraWeb v15.1.15 Serial 202037997">



<link href="/$/css/IWNotify__2753029400.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" nonce="zjrQMCyHs4VMZVlOn8g76KA5aQ8">
var GURLBase="/$/", GAppID="nSkvmshq0xMbxMTaN6nhYvgAzZq", GTrackID=1;
function doOnReady(f){
   var d = document;
   if (d.readyState!="loading") f();
   else if (d.addEventListener) d.addEventListener("DOMContentLoaded", f);
   else d.attachEvent("onreadystatechange", function(){if (d.readyState=="complete") f();})
}
</script>
<script type="text/javascript" src="/$/js/IWLib__2067137548.js"></script>
<script type="text/javascript" src="/$/js/IWBase__2847485697.js"></script>
<script type="text/javascript" src="/$/js/IWGecko__1086946337.js"></script>
<script type="text/javascript" nonce="zjrQMCyHs4VMZVlOn8g76KA5aQ8">
function rollon_GRD1(row, where){
  var rowElement = IW.$(row);
  if (rowElement && rowElement.style){
    if (where == "over"){
        currentcolor = rowElement.style.backgroundColor;
        rowElement.style.backgroundColor = "";
    } else {
        rowElement.style.backgroundColor = currentcolor;
    }
  }
}
function CHECKBOXTOUS_onchange(event) {
checkBoxAllChange();
return true;
}
function Body_OnBlur(){GSubmitting = false;}
function FormDefaultSubmit(event){return false;}
function IWTop(){return window;}

function checkBoxAllChange(){
if ($('#CHECKBOXTOUS_CHECKBOX').prop('checked')){
    $('#TBLGRD1 tr').each(function(){
        $(this).find('td:first span input').prop('checked', true);
    });
} else {
    $('#TBLGRD1 tr').each(function(){
        $(this).find('td:first span input').prop('checked', false);   });
}}
// and so on ...


4. But it also displays multiple errors like that :
Code:
VM3897 jquery-3.3.1.min.js:2 GET http://192.168.1.149/buroclic_online/js/bootstrap_table/tableExport.jquery.plugin-master/libs/jsPDF/jspdf.min.js 404 (Not Found)

The issue here, is that it's trying to get JS files from 192.168.1.149, but JS files are stored on 192.168.1.134, since that's the url I put on the ajax request


I'm pretty new about IntraWeb, maybe I miss understood something, let me know !

Thank you for you time and your answers

Print this item

  Postredirectget doesn't work anymore
Posted by: TheSchuchii - 03-12-2020, 08:58 AM - Forum: IntraWeb General Discussion - No Replies

I have an Intraweb application where the postredirectget property is set prgDisabled. This application works behind a proxy server and uses the proxy Servers URL instead of the IP the Server has where the Application runs on.

But since I have updated the to Intraweb 15.1.6 from 15.0.14 the application seems to ignore the postredirectget property. Because if I click a button, I get redirected to a new session that uses the IP of the Host machine (for example "http://127.0.0.1/aBaseURL") instead of the proxy URL (for example "http://aProxyURL.com/aBaseURL).

Does anybody here know why the problem exists and how to solve it

Print this item

  IW and DocuSign integration
Posted by: msgopala - 03-11-2020, 08:30 PM - Forum: IntraWeb General Discussion - No Replies

I have integrated Sharefile to send documents using HTTP and now have to integrate to DocuSign. Wondering if anybody has used DocuSign in conjunction with Intraweb?

Print this item

  IW 15.1.17 is out
Posted by: Alexandre Machado - 03-11-2020, 11:50 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

a small update for our current IW 15.1 branch is available. Still binary compatible with all other versions from 15.1.12 so you don't need to update other stuff.

https://www.atozed.com/2020/03/intraweb-15-1-17/

Cheers!

Print this item

  Editing databasefields
Posted by: PaulWeem - 03-11-2020, 09:35 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi,

I am using Delphi 10.3.3 and Intraweb Ultimate 15.1.16

As far as I know, when using an IWDBEdit, you cannot edit the field as long as the DataSource is not in editmode.
I have some IWDBEdit components on my form. When I open the Dataset, I can edit the contents of any IWDBEdit on my form, and when going to the next record, these changes are stored in the database.

Even if I use an IWDBNavigator, without putting the DataSource in editmode, I can change content in IWDBEdits, which is then stored in the database without pushing the "Post" in the Navigator.

Am I assuming something that isn't there, or is this a real issue?

Regards, Paul

Print this item

  Am I making a mistake?
Posted by: davidmcevoy@outlook.com - 03-11-2020, 12:43 AM - Forum: IntraWeb General Discussion - Replies (3)

Hello.

I am currently playing around with an Intraweb solution that uses templates with a design that I have made.

I have a DIV on each page that I am basically writing my own HTML content into a text container that is then applied by the template processor to the page using the OnCreate event.  This seems to work and gives me what I am looking for, but probably a lot harder as I am not a HTML/CSS/Javascript expert.

Does anyone else do something similar or am I making a mistake and should be using components instead?

Cheers.
David.

Print this item