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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 82,063
» Latest member: melbetapkorg
» Forum threads: 2,408
» Forum posts: 11,314

Full Statistics

Online Users
There are currently 481 online users.
» 6 Member(s) | 471 Guest(s)
Applebot, Bing, Google, Yandex, 88iwales1, atasmy8com, c168design1, klivelivecom, melbetapkorg, mnl777official1

Latest Threads
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
11 hours ago
» Replies: 4
» Views: 605
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 54
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,267
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 462
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 513
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 409
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 517
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 246
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,199
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,116

 
  Security Questions
Posted by: joel - 04-10-2018, 11:48 AM - Forum: IntraWeb General Discussion - Replies (1)

I have 2 security questions for iw14.

1.  Can someone tell me where/how intraweb uses an http post and/or http get request?   

2.  How can I limit the data that the browser caches on the client computer?

Thanks

Print this item

  Paranoia? Or targeted?
Posted by: DanBarclay - 04-09-2018, 10:53 PM - Forum: IntraWeb General Discussion - Replies (10)

Observations of strangeness....

The EMB forums always get their share of spam, but I've noticed that several pages at a time show up on the Intraweb forum there, and it happens every few days.

I only monitor a few other sections there, but the other ones I monitor seldom show more than a message or two of spam.

So, either those "clean" sections are cleaned up quite often (before I ever get there) or someone is targeting the Intraweb section.  It's happened enough lately to raise my "what's going on here" flag.

Strange.  Sometimes it's paranoia, sometimes they really are out to get you.

I haven't tried tracking the messages but I assume the spammers are smart enough to cover their tracks.

Dan

Print this item

Question TIWTabControl - change the Tab style (CSS)
Posted by: jorgo2018 - 04-09-2018, 08:42 AM - Forum: IntraWeb General Discussion - Replies (7)

Hi Alexandre,

you promised "Joao Lira" on Feb 9, 2017 12:30 AM to create a CSS TIWTabControl demo.

Have you done it?
Where can I find the demo?

1.) I want have different values for horizontal and vertical padding of the Tabs.

2.) During runtime the Tabs Top-position are some Pixel higher than the rest of the TIWTabControl.
    I want to have the same Top-position for both (like designtime).

Best regards

Print this item

  ServerController.OnBeforeNewSession
Posted by: DanielFields - 04-07-2018, 06:52 PM - Forum: IntraWeb General Discussion - Replies (4)

I'm trying this method out before using it in a live setting.  The result of the code below is a blank screen.  Is there some way to return text, or an error message?



Code:
procedure TIWServerController.IWServerControllerBaseBeforeNewSession(const aUrlPath: string; aRequest: THttpRequest; out vCanCreate: Boolean);
begin
  vCanCreate := false;
end;

Print this item

  ContentHandlers
Posted by: isandro - 04-07-2018, 03:24 PM - Forum: IntraWeb Dúvidas Gerais - Replies (5)

Estou usando a função do exemplo DynamicContentWithHandlers para enviar confirmação de cadastro e recuperação de senha por parte do usuário. 

Minha dúvida é a seguinte:

Tenho 2 urls:

http://127.0.0.1:35000/recuperarsenha.html?id=2541687
e
http://127.0.0.1:35000/novocadastro.html?id=96582347

Preciso saber como pegar a string "recuperarsenha.html" e "novocadastro.html" para direcionar para suas respectivas páginas.

estou usando a seguinte função, porem não sei como resolver este problema.

Code:
function TContentHandlers.Execute(aRequest: THttpRequest; aReply: THttpReply;
  const aPathname: string; aSession: TIWApplication; aParams: TStrings): boolean; 

Obrigado!

Print this item

  deployement web
Posted by: Alain - 04-07-2018, 11:53 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello
I have to deploy my application on a commercial web server, and I am looking for a document to know which type of server I should choose.
Windows, Linux, etc.
Standard application or ISS

if I move my application to another directory than the project, I have error 404, you have an idea

thank you

Print this item

  How to use Log in standalone app (in C++)
Posted by: ian@archsw.com - 04-06-2018, 06:19 PM - Forum: IntraWeb General Discussion - Replies (8)

Basically I can't work out how to write messages to the stand-alone app 'Log' window. In essence it should be simple. There should be a 'Log (message)' function, but I can't find it.

I am using IW 14.2.7 Ultimate

Here are references I have found to the Log function:


In to the Delphi example (under OnAfterDispatch: TOnDispatch) on this page:

http://docs.atozed.com/docs.dll/Classes/...rBase.html

There should be a function Log (msg)  that can be used.  But Log is a data member / parameter in this class not a function.



In the 'intraweb manual'  (pg 118) http://downloads.atozed.com/intraweb/IntrawebManual.pdf


Writing custom messages to the debug area 
To write your custom messages in the debug area you may use the method "Log" of the StandAlone window. In Intraweb for Delphi, the default StandAlone window is of type TFormIWMain and is declared in the unit IWMain. In Intraweb for Visual Studio .NET the default StandAlone window is of type Main declared in the Atozed.Intraweb.NETMain namespace. The "Log" method takes a parametter AMsg of type string, which represents the message to be written in the debug area. 

But there is no TFormIWMain class in the C++ app that I can find - or unit IWMain

Print this item

  Iwdbgrid -improving appearance
Posted by: lfeliz - 04-06-2018, 04:31 AM - Forum: IntraWeb General Discussion - Replies (9)

I have an existing app that uses iwdbgridcand have been asked to make it look "nicer" but I need to stay stock Intraweb, no third party controls (tms or cgedvtools....) Have to provide src, they have 10.2.2

Specifically iwdbgrid. Need to color cells or rows based on row values ( some visible others not)

Any ideas or examples?

I am using delphi  Berlin update 2 to develop.


Cheers!

Print this item

  send Email with Indy component
Posted by: mikel.pahl - 04-05-2018, 08:06 PM - Forum: IntraWeb 17 - Replies (2)

Is it possible to send emails from my intraweb webapp ?


i put the Indy components IdSMTP and idmessage on a tiwform.

Since i do it no button works on the form.

Should i put the indy components on the serversession or usersessionunit ?


Michael Pahl

Delphi 10.2 with
IntraWeb Ultimate Edition 14.2.6
Indy 10.6.2.5366


after one day investigation i found my button work if i remove a IWCompTimeEdit component from the form.

Funny  a IWCompTimeEdit has that effect

Sorry for the post

Print this item

  IntraWeb17 - Making legacy systems modern
Posted by: kudzu - 04-05-2018, 05:46 PM - Forum: IntraWeb General Discussion - No Replies

From a user written article on LinkedIn.

Quote:

IW17 will introduce IWML, which will replace DFM (imperceptibly), IWML is an Oasis for the eyes of those who have tried to express themselves in HTML, in frameworks such as Angular, Polymer, Vue.js, etc.

IW17 will make it easier to migrate to other languages (I doubt anyone will), and will also make it possible to migrate to Lazarus in the future.

It will be very easy to migrate from the current IW solution to 17 (even the current pages will be able to run, side by side, with the newer ones), that is, there is already a consolidated market, with many companies using it.
What both solutions are good about, is that they are the first two frameworks to use the potential of the Browser, without the need to write a single line in JavaScript or another alien dialect.

....

Companies like Google and Microsoft make it seem like making systems today , is a sharks thing, that we barracudas have to settle for being just one piece of a huge gear, you need to hire Santa and all his elves to make an application nowadays.

Read the full article:

https://www.atozed.com/2018/04/iw17-maki...ms-modern/

Print this item