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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 86,252
» Latest member: mm88itcom02
» Forum threads: 2,413
» Forum posts: 11,329

Full Statistics

Online Users
There are currently 349 online users.
» 2 Member(s) | 343 Guest(s)
Applebot, Bing, Google, Yandex, accsougou, mm88itcom02

Latest Threads
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
07-14-2026, 06:27 AM
» Replies: 6
» Views: 780
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 136
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: 182
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,379
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: 938
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,358

 
  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

  Use chart in HTML template
Posted by: matija - 03-10-2020, 12:06 PM - Forum: IntraWeb General Discussion - No Replies

I want to use the TTIWHTML5Chart component in my Bootstrap HTML template {%MyChart%} but nothing shows it.

I forgot on/off property of this component?

Print this item

  Google Analytics
Posted by: ShaneStump - 03-09-2020, 10:49 PM - Forum: IntraWeb General Discussion - Replies (6)

Howdy All!

I have been asked about Google Analytics for years now in my web reservations module.

A few years ago, I added a feature where my users could insert a google url into each of my IW web pages that allowed page tracking.

Several of them now want the ability to add custom variables to each page.

While this doesn't sound hard, everything I find on the web wants to enroll me into a multi-hour/day/week course which I am not going to do.

So my question is: HAS ANYONE ELSE ADDED AN EXTENDABLE GOOGLE ANALYTICS FEATURE INTO THEIR IW application?

If so, could you give a brief how-to explanation?

Thanks,

Shane

Print this item

  Dynamic setting of main form
Posted by: KMMagic - 03-09-2020, 10:07 PM - Forum: IntraWeb General Discussion - Replies (2)

Hello,

I've read the section in "Migrating to IntraWeb XIV and XV" regarding "Dynamically setting the application main form".

I have a Standalone application that accesses a lot of variables defined in the usersessionUnit. The main form sees these variables by including the UsersessionUnit and the ServerController unit in it's uses section.

The suggested way to do it requires the inclusion of the form's unit in the uses clause of the ServerController Unit.

I would like to dynamically switch the MainForm out for another more suited for display on a mobile device when required.  

If I try to do it as shown in the documentation above, the inclusion of the form's unit in the ServerController's uses clause creates a circular reference.

It leads me to believe that maybe I'm utilizing the usersessionunit incorrectly.

How can I accomplish dynamically swapping the MainForm while still isolating each user's session variables?

Thanks in advance,

Kevin

Print this item