Questions tagged [intraweb]

IntraWeb is a tool for creating web forms applications emitted in HTML and Javascript, written in Delphi or C++ (from Embarcadero) and built on the Visual Component Library.

IntraWeb, a product of Atozed software, is a web application framework that generates HTML and JavaScript from an application written in Delphi or C++ and built on the Visual Component Library from Embarcadero.

125 questions
16
votes
9 answers

What are the current choices for Delphi Web & Web Service Development

I'm toying around with Delphi. Most of my desktop development is done in .Net, and embedded systems with C. I've done some web development in RoR & Python (Django, CherryPy) I am interested in taking a crack at a project that would be a web…
gbc
  • 8,455
  • 6
  • 35
  • 30
14
votes
1 answer

How can I authenticate users using their Windows login credentials?

How can I let my Intraweb XI application authenticate users using their Windows login credentials? The application runs as a service on Windows servers. We need to only allow network users to access some of our Intraweb applications.
Pieter van Wyk
  • 2,316
  • 9
  • 48
  • 65
6
votes
1 answer

How to hide a component at runtime?

Using IntraWeb 14.1 and Delphi Berlin, I'm creating and parenting a frame inside a IWRegion like this: Page := TFrame.Create(Self); Page.Parent := UserSession.Body_Region; where UserSession.Body_Region; is decleared as Body_Region: TIWRegion; in…
Dreamer64
  • 923
  • 2
  • 13
  • 30
5
votes
5 answers

Alternatives for IntraWeb in Delphi?

Are there any alternatives for IntraWeb for Delphi, if I want to write a simple but meaningful webserver in Delphi?
Johan
  • 74,508
  • 24
  • 191
  • 319
4
votes
2 answers

DB, Sessions and Persistence with IntraWeb 12 in Delphi XE2

I'm searching for information on database connectivity (Firebird in my case) with IntraWeb Applications. I especially need to know the difference(s) involved in using the database on the TDataModule with LockDataModule function, or using the…
Darkendorf
  • 463
  • 11
  • 28
4
votes
1 answer

Use Delphi+Intraweb to create HTML5 offline application (cache manifest) with browser storage (webSQL/IndexedDB) possible?

My current Intraweb application is actually a DataSnap Client which connect to my DataSnap Server that connects and sits together with an Interbase Server on the same machine. It works correctly but quite slow and require constant Internet…
Colin Jong
  • 63
  • 1
  • 6
4
votes
3 answers

Can Intraweb + Delphi handle an authorize.net relay response using SIM?

We* have a web application, created by Delphi + Intraweb (for the front end/web code management) that manages an ordering process. It acquires ordering information, then sends a transaction request to authorize.net (essentially using their SIM…
buzzo
  • 110
  • 7
4
votes
2 answers

Using VCL for the web (intraweb) as a trick for adding web interface to a legacy non-tiered (2 tiers) Delphi win32 application does make sense?

My team is maintaining a huge Client Server win32 Delphi application. It is a client/server application (Thick client) that uses DevArt (SDAC) components to connect to SQL Server. The business logic is often "trapped" in Component's event handlers,…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
4
votes
0 answers

Delphi Intraweb URL remove $

In previous versions of IntraWeb, an execute URL was signified by /EXEC, for example: http://127.0.0.1:25710/EXEC In XI versions, this format is deprecated and any URL that maps valid IntraWeb content will be considered an execute URL. Until the…
Simone Nigro
  • 4,717
  • 2
  • 37
  • 72
4
votes
4 answers

SSL Issues with IntraWeb - Delphi 2007

I've been trying to SSL working on my IW program for the last little while and I keep running up against the 'Could not load SSL Library'. I've followed every piece of advice I could find on the subject, but still no joy. I've tried the suggested…
Trevor Oke
  • 321
  • 4
  • 9
4
votes
3 answers

Ressources for IntraWeb / VCL for the Web

I am aware of the news groups at atozed.intraweb.* as well as the online manual and pdf manual, Bob Swart's IntraWeb book, and the spellbook. Some of these resources are outdated, some are rather minimalistic. Are there other sources available? This…
Ralph M. Rickenbach
  • 12,893
  • 5
  • 29
  • 49
4
votes
2 answers

Developing nested applications

We're looking at moving our multiple database applications to a single platform - possibly web based. The Model that we've been thinking of is to have a number of nested applications something like this: 1) Have a "Side bar" which manages the basic…
Dan Kelly
  • 2,634
  • 5
  • 41
  • 61
4
votes
1 answer

IntraWeb / DataSnap?

I'm a hobby programmer trying to build a client/server application suite, using Delphi XE. I write stand-alone applications occasionally, for my personal use. The problem is I don't know ANYTHING when it comes to networking / multi-tier. I am…
cipnec
  • 147
  • 1
  • 10
4
votes
3 answers

Delphi 2009 - Can an Interface Property Cause a Memory Leak?

I inherited an Intraweb app that had a 2MB text file of memory leaks as reported by FastMM4. I've got it down to 115 instances of one class leaking 52 bytes. A brief description of the bad actor is: TCwcBasicAdapter = class(TCwcCustomAdapter) …
user122603
  • 147
  • 1
  • 1
  • 7
3
votes
5 answers

Which way of param passing is more secure: URL, hidden fields or cookies?

I'm using intraweb and it gives me 3 options for passing parameters. Using a ?param in the url Using hidden fields Using cookies As far as my code is concerned which option I choose doesn't really matter, the framework abstracts me from that. …
Johan
  • 74,508
  • 24
  • 191
  • 319
1
2 3
8 9