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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,868
» Latest member: Jerrylet
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 761 online users.
» 3 Member(s) | 755 Guest(s)
Applebot, Bing, Google, Jerrylet, new88v20comvn, u888chat9

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

 
  Convert IWEdit1.text to Uppercase
Posted by: SorenJensen - 09-23-2019, 12:29 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi All,

In an IWEdit field, I need the input to be in uppercase chars. 

I'm currently doing it as part of the SQL insert command, where each NVarChar field is converted with ".toupper", so that the saved value is correct. It also means I can search for the value, even with lowercase chars.

However, I would like to do it, char by char, while the user is typing.

I am already looking a each keydown for the fields in question, in combination with searches.

Is it possible to do the conversion between the keydown event is fired, and the pressed key is shown in the edit field ? That way it would be transparent for the user.

Is there an easy way of doing it and it, how is it done ?

Regards
Soren

Print this item

  15.1.5 component visible problem
Posted by: matija - 09-23-2019, 06:21 AM - Forum: IntraWeb General Discussion - Replies (2)

I updated to 15.1.5!

Now not work Button/Combobox visible/not visible with HTML template? In 15.1.4 this work!

Print this item

  Authentication for individual forms
Posted by: MJS@mjs.us - 09-21-2019, 07:30 PM - Forum: IntraWeb General Discussion - Replies (2)

Added an auther component to SC and set apRestrictAll.  
Overrode 'RequestAuth(...)' in default form to return false and disable authentication for that form.
Added 2nd form without overriding 'RequestAuth(...)' so as to require authentication.

Default form loads ok on startup, 2nd form displays without authentication on first try then browser prompts for credentials on any other access.  I'm thinking the 2nd form shouldn't display until credentials are given on the first try.

Simple demo project attached.


Project attached.



Attached Files
.zip   IWTEST.zip (Size: 59.93 KB / Downloads: 10)
Print this item

  ISAPI is not available in your license
Posted by: a.palladino - 09-21-2019, 10:43 AM - Forum: IntraWeb General Discussion - Replies (5)

Hi,
I purchased the license for intraweb 15 standard, when I run the application on the website I get the following message: Error message: ISAPI is not available in your license. In local mode (127.0.0.1)  it worked.
I use delphi XE2 Embarcadero® Delphi® XE2 Version 16.0.4504.48759 Update 4 HotFix1.

Thanks.

Print this item

  Supported Delphi Versions
Posted by: nnolte - 09-20-2019, 06:16 AM - Forum: CrossTalk General Discussion - Replies (4)

Hi,

in the Download-section i read that requirement is Delphi 2009 and up, but in the Sample Code section is Delphi 7 code. So is Crosstalk working with Delphi 7 or not?

Print this item

  IWButtons Hotkey property and the &-sign in Captions
Posted by: SorenJensen - 09-20-2019, 06:14 AM - Forum: IntraWeb General Discussion - Replies (13)

Hi All,

Would anybody know which values are valid for the HOTKEY property of an IWButton, and also if there are limits to which is available depending on which browser used ?

I want to allow the users to press a hotkey (F10, Alt+A, ESC), in any of the input fields on screen, to active the event behind a corresponding iwbutton, but have so far been unsuccessful.

Also, trying the &-sign in front of a character in an IWButtons Caption, do not select and execute the button event, but rather open or close the menu line on the browser. In my case the Internet Explorer 11. For Edge nothing appears to happen. I have not tried with Firefox or Chrome yet, but expect it to be the same.

Any help is appreciated.

Regards
Soren

Print this item

  Error in IWDBLookupComboBox when not in html template
Posted by: cprmlao@hotmail.com - 09-19-2019, 12:30 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi, I have a IWDBLookupComboBox and I have noted an error in chrome console in "setprocessAjaxExecute" when "evaluating: setEnabled".

I have this IWDBLookupComboBox in the form but I don´t include it into html template of the form.

If I include it into html template the error disappears.

So, Is it a bug?

I have attached the image error.


Regard, Luiz

Code:
object ESTADO: TIWDBLookupComboBox [30]
    Left = 169
    Top = 261
    Width = 121
    Height = 21
    Css = 'form-control'
    RenderSize = False
    StyleRenderOptions.RenderSize = False
    StyleRenderOptions.RenderPosition = False
    StyleRenderOptions.RenderFont = False
    StyleRenderOptions.RenderVisibility = False
    StyleRenderOptions.RenderStatus = False
    StyleRenderOptions.RenderAbsolute = False
    StyleRenderOptions.RenderPadding = False
    StyleRenderOptions.RenderBorder = False
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    TabOrder = 28
    AutoEditable = True
    DataField = 'ESTADO'
    DataSource = dsClientesCad
    FriendlyName = 'Sem sele'#231#227'o'
    KeyField = 'SIGLA'
    ListField = 'NOME'
    ListSource = dsEstados
    DisableWhenEmpty = False
    NoSelectionText = '-- Sem Sele'#231#227'o --'
  end



Attached Files Thumbnail(s)
   
Print this item

  ServerController.SecurityOptions.CheckWindowId
Posted by: JuergenS - 09-19-2019, 09:45 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi,

C++Builder 10.3.2
IW 15.1.5 ULT

I have set the parameter and can still clone any application tab in Mozilla Firefox or create a new tab with the same URL.
With each session copy of the application, I can perform different functions.
Have I misunderstood something or is it not working as described?

Regards
Juergen

Print this item

  can i add text to rawtobytedata ?
Posted by: Madammar - 09-19-2019, 09:13 AM - Forum: Indy - Replies (7)

i have the following code 

Code:
procedure Tform1.rData(Sender: TObject; const Buffer: Pointer;
  BufferSize: Cardinal; var FreeIt: Boolean);
var
Bytes: TIdBytes;
begin


if (Buffer <> nil) and (BufferSize > 0) And (udpreciver.Active) then
begin
udpsender.SendBuffer(ip, port, RawToBytes(Buffer^, Buffersize));
end;

end;

i want to add a text identification to each audio sent and then remove that text when its received 


like following as example 


Code:
if (Buffer <> nil) and (BufferSize > 0) And (udpreciver.Active) then
begin
udpsender.SendBuffer(ip, port, RawToBytes('Audio1'+Buffer^, Buffersize));
end;

how to do this in correct way

Print this item

  Session Timeout intercept.
Posted by: OronzoConte - 09-18-2019, 04:57 PM - Forum: IntraWeb General Discussion - Replies (4)

Hallo,
How is it possible, in "IWUserSessionBaseDestroy" to know if the procedure is activated by a Session Timeout?
Thank you for your time.

Print this item