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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,304
» Latest member: michael78
» Forum threads: 2,152
» Forum posts: 10,481

Full Statistics

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

Latest Threads
Dummy div in a IWRegion
Forum: IntraWeb General Discussion
Last Post: StephB
Yesterday, 03:58 PM
» Replies: 2
» Views: 63
Create components at runt...
Forum: IntraWeb General Discussion
Last Post: PaulWeem
04-23-2024, 10:27 PM
» Replies: 1
» Views: 74
message when added TIWDBN...
Forum: IntraWeb General Discussion
Last Post: Mike_A
04-22-2024, 02:09 PM
» Replies: 6
» Views: 1,229
303 Redirect and Response...
Forum: IntraWeb General Discussion
Last Post: ALW2019
04-22-2024, 01:25 PM
» Replies: 3
» Views: 507
IW 15.5.9 IWChart
Forum: IntraWeb General Discussion
Last Post: PaulWeem
04-22-2024, 07:16 AM
» Replies: 2
» Views: 227
Data Decimation in ChartJ...
Forum: IntraWeb General Discussion
Last Post: iwuser
04-22-2024, 06:51 AM
» Replies: 8
» Views: 1,555
ClassicRegionDraw
Forum: IntraWeb General Discussion
Last Post: JuergenS
04-17-2024, 05:35 PM
» Replies: 0
» Views: 155
CompressorImplementation
Forum: IntraWeb General Discussion
Last Post: JuergenS
04-17-2024, 05:27 PM
» Replies: 0
» Views: 144
IntraWeb 15.6.0 is out!
Forum: IntraWeb General Discussion
Last Post: Comograma
04-17-2024, 11:54 AM
» Replies: 11
» Views: 968
How to manage forms and v...
Forum: IntraWeb General Discussion
Last Post: David1
04-17-2024, 10:37 AM
» Replies: 0
» Views: 136

 
  Code after body tag
Posted by: Anto90 - 10-27-2022, 09:39 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,
i need to add some javascript code (for google tag manager tracking code) after head and body tag.
After head tag there is no problem because Htmlheader in servercontroller do the job.

Is there another property to add custom js code after body tag?

Another question.

I have a login form. I login and then i show another menu form.
I add a runparams value for the operation complete (new users registred). With Runparams i add the param.
I need that in url bar this param is visible . Now the param exists in runParams structure but in url after the showform(); (create and release) is not visible.

How can i do it?
Is there a property to do this?

Thank you

Andrea




Thank you 
Andrea

Print this item

  Portal Access
Posted by: rico4iw - 10-24-2022, 05:06 PM - Forum: IntraWeb General Discussion - Replies (3)

Dear Atozed/Intraweb Support,
 
Please provide access to the portal (https://app.atozed.com/) using my email rpamplona@achworks.com or rico.pamplona@vericheck.com. We purchased 3 licenses of Intraweb Ultimate edition under Sanjay Patel's account (skpatel@cbcal.com).  I need to access the portal for IW updates also get support in the forum.  I also recently signed up with the forum using my email with user rico4iw.
 
Thanks so much.
 
Best,
Rico Pamplona

 
-----Original Message-----
From: Sanjay Patel <skpatel@cbcal.com>
Sent: Wednesday, October 5, 2022 9:56 AM
To: Rico Pamplona <rico.pamplona@vericheck.com>
Subject: FW: Your IntraWeb Key Request
 
Please see below...
 
 
Sanjay
 
----
Sanjay K Patel
Direct: +1 657 289 2094
Mobile: +1 510 375 3226
 
-----Original Message-----
From: keyrequest@atozed.com <keyrequest@atozed.com>
Sent: Friday,  July 8,  2022 3:31 PM
To: Sanjay Patel <skpatel@cbcal.com>
Subject: Your IntraWeb Key Request
 
[You don't often get email from keyrequest@atozed.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
 
CAUTION: This is an EXTERNAL email. Do not click links or open attachments unless you recognize the sender and know the content is safe.
 
 
 
 
 
Please find your personal IntraWeb 15 license key.
 
Thank you for your order!
 
Important: This key works only for IntraWeb 15
 
Customer Name: Sanjay Patel
Company: VeriCheck, Inc
Developer Name: Sanjay Patel
E-mail: skpatel@cbcal.com
Edition: ULT
Serial Number: 202239878
Issue Date: 29/Sep/2022
Expiration Date: 28/Sep/2023

Print this item

  IWaudio file selection when running
Posted by: davidbaxter - 10-21-2022, 04:20 AM - Forum: IntraWeb General Discussion - No Replies

Using Delphi 11.2 and Intraweb 15.2.66 and the iwaudio component. Starting from the audio demo in the version 14 demo files, I can get a browser screen that correctly plays a file that I enter during development. That is, in the component editor I enter "alert.ogg" in the AudioFile>Filename field, that file is in the wwwroot directory, and pressing the play button on the component or clicking a button with the action of "IWaudio1.play;" - the file plays and all is well.
What I want to do is have a couple other buttons that change the file name (e.g. "IWaudio1.AudioFile.Filename := 'laugh.ogg';") and now when the play button is clicked, that file will play.
It appears that the file name doesn't change and it always plays the design time file. How do get the file to change so I can play a selected file? Thank you.


Edit - found the problem: the code to change the file name should be in OnClcik and not OnAsyncClick.

Print this item

  RAD 11.2
Posted by: JuergenS - 10-20-2022, 01:12 PM - Forum: IntraWeb General Discussion - No Replies

Hi Alexandre,

is IW 15.2.66  compatible to Delphi / C++ Builder 11 Update 2 ?

Regards
Juergen

Print this item

  IWBootstrap 15.2.66
Posted by: Anto90 - 10-20-2022, 09:58 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,

I would like to point out that with the new version 15.2.66 in some strange case the bootstrap components are not rendered correctly.
They are not displayed with on the form.
I haven't been able to create a test case yet but in the next few days I will create a sample project. I think the error is due to the new change -IWBootstrap 3 and 4: avoid rendering empty style and double semi-colons in style tags Thank you


Andrea

Print this item

  TIWSummernote
Posted by: JuergenS - 10-20-2022, 08:29 AM - Forum: IntraWeb General Discussion - No Replies

I cannot link a project with the TIWSummernote component, the object files (IWCompSummernote.obj/IWCompSummernote.o) are not present in the installation directory.

C++ Builder 11 Update 1
Intraweb 15.2.66

Regards
Juergen

Print this item

  Webapplication.LastAccess
Posted by: rico4iw - 10-19-2022, 11:48 PM - Forum: IntraWeb General Discussion - No Replies

Hello!

We recently upgraded to IW version 15.2.65  from 14.0.63 (yes it's a big jump) since we also upgraded to Delphi 11 Alexandria.  I discovered that in 15.2.65 version,  the Webapplication.LastAccess is triggered or 'marked' by the IWTimer OnTimer event (also with OnAsyncTimer).  Is this a new feature or a bug?  Another side effect is that the session does not expire anymore if there's a IWTimer with an OnTimer event.

We used several versions of IW Version 14 (last was 14.0.63) and the WebApplication.LastAccess is only 'marked' by user inputs like mouse clicks/movements and keyboard but not by IWTimer OnTimer event.    

Thanks so much and best regards,
Rico Pamplona
Our license is under Vericheck, Inc

Print this item

  Jqgrid statesave
Posted by: Blanca80 - 10-17-2022, 03:11 PM - Forum: IntraWeb General Discussion - No Replies

Hello, 

I've to keep the order on a column for example when the user leaves the page and then returns back, now the grid is reloaded and loses any option. I've seen that there is a property when configurating datatables that stores state information such as pagination position, dislpay length, filterind and sorting. The code is as follows: 

Code:
$('#example').dataTable( {
  stateSave: true,
  stateSaveCallback: function(settings,data) {
      localStorage.setItem( 'DataTables_' + settings.sInstance, JSON.stringify(data) )
    },
  stateLoadCallback: function(settings) {
    return JSON.parse( localStorage.getItem( 'DataTables_' + settings.sInstance ) )
    }
} );

I'm not sure  that's possible to adapt this code to a jqdbgrid... I think i'm not understanding how it's jqdbgrid based, in wich javascript/jquery object because it isn't sharing the same code as datatables. or datatables code it's embeded into jqgrid object? 

Thank you very much. 

Blanca

Print this item

  IntraWeb 15.2.66 is out!
Posted by: Alexandre Machado - 10-17-2022, 07:46 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi guys,

there is a new IntraWeb update available:

https://www.atozed.com/2022/10/intraweb-15-2-66/

This new version bring some new exciting features, e.g. the new IWSummernote control and new standard Bootstrap style used in IW Notify (ShowMessage, ShowPrompt, etc) and also IWModalWindow.

Enjoy!  Big Grin

Print this item

  MS Exchange IMAP4 login failed
Posted by: Boba TC - 10-13-2022, 04:54 PM - Forum: Indy General Discussion - Replies (2)

Dear Reader;
yesterday (October 12, 2022) all attempts to login/connect to MS Exchange server with TIdIMAP4 failed because MS has dropped support for IMAP4.
What options do I have for my old projects written with VCL2009 and Indy10? TIA. Boba.

Print this item