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
2
votes
3 answers

Access Violation on Accessing a UserSession in Intraweb

I'm new to IntraWeb and have a problem. In order to implement a Login Form, i stored Datasets in the Usersession. But when it comes to access the Datasets i get an Access Violation Error. I figured out, that the Useresession is not created. Now i'm…
2
votes
1 answer

it is possible create a web page using tags from html5 with intraweb?

I'm working with delphi xe2 in an application in which I am using intraweb, but my question is whether it is possible to make a website using tags from html5, I read in various forums that it is possible but I still have not managed to make that my…
2
votes
1 answer

Add Custom Meta Tag on Delphi Intraweb

I need to set a custom meta tag to the Intraweb Component. If I set the meta on the Template (HTML), this meta came after a lot of content (Custom Intraweb Meta and Self generated JavaScript) and is useless. As you know,
MarceloBarbosa
  • 915
  • 16
  • 29
2
votes
1 answer

Derive IntraWeb forms from parent and not TIWAppForm directly - error in IDE

I have forms in my application that I derive from a common ancestor, like: TAtFormBaseIW = class( TIWAppForm ) and TAtFormExplorerIW = class( TAtFormBaseIW ) This works for certain forms, but not for others. Let me make a wild guess: it seems to…
Ralph M. Rickenbach
  • 12,893
  • 5
  • 29
  • 49
2
votes
1 answer

Intraweb+Delphi: Installing multiple instances of the service

Before I spend what is sure to be many hours tracking down a problem, I wanted to find out if anyone else has successfully installed the same Intraweb service multiple times on the same server (running on different ports, of course!), and if you had…
Tim Sullivan
  • 16,808
  • 11
  • 74
  • 120
2
votes
1 answer

I need the components for Delphi to create a web-application that can be beautify by skins

In C #. NET is present WPF, which allows you to create desktop applications that without changing the source code can also work as a web-application to IIS. For Delphi, I found only unigui.com and raudus.com which may not have been quite stable. It…
Alex
  • 12,578
  • 15
  • 99
  • 195
2
votes
0 answers

What are the options that I have to develop a new application for the web

I am looking to create a new application for a school. That there is the financial and academical part. This school is already using tablets for students. I consider interesting the new concept of interface of Metro UI, Like having dashboards of…
eelias
  • 21
  • 1
2
votes
1 answer

Why does WebApplication.SendFile fail with "Reply type already set"?

Steps: I created a new IntraWeb application using the IntraWeb Application Wizard. I put a TIWButton on the form. I put this code in to the OnClick event handler: WebApplication.SendFile('D:\Temp\ClearAll.sql'); Clicking on the button raises an…
Jens Mühlenhoff
  • 14,565
  • 6
  • 56
  • 113
1
vote
1 answer

Has anyone written a Session Monitor for Intraweb?

I am thinking of writing a session monitor (or manager) for my Intraweb application that would list the current active sessions and allow the user to terminate any of those sessions. Does anyone has source code for this already? I saw that…
dmillam
  • 373
  • 1
  • 4
  • 8
1
vote
1 answer

Update IntraWeb 12 in Delphi XE2

I performed the update IntraWeb 12.1.18 in Delphi-XE2, but he asked me the license number of iw ... Is this normal? update for those interested : Execute Delphi "Install, Repare and Remove" tool (or run the .iso with latest update pack) Uncheck…
Darkendorf
  • 463
  • 11
  • 28
1
vote
1 answer

DEP preventing my COM DLL from working

I'm trying to use a COM DLL (written in Delphi 7) within my Delphi 7 IntraWeb application but it's failing due to DEP. I'm pretty much certain it's DEP that is preventing me from using the DLL because if I compile and run my IntraWeb app as a…
mbd
  • 51
  • 3
1
vote
0 answers

Delphi IntraWeb TIWFileUploader client side management

Delphi IntraWeb has a component to manage file upload in async way. I would like to: Allow browser user to select a file; Test the file name client side (i.e. in order to verify some condition or info and ask user for supplementary info depending…
1
vote
0 answers

How to disable Intraweb SSL logging

We have a Delphi service written with Intraweb that uses the Indy SSL DLLs. The Intraweb ServerController only exposes a handful of SSL options from Indy, and the Intraweb Logging option is set to "None". The DLLs are logging the SSL handshaking…
SteB
  • 1,999
  • 4
  • 32
  • 57
1
vote
1 answer

Delphi Web Development - using TWinControl to draw objects

I want to develop a Web application in Delphi using VCL. I tried UniGUI, but it does not seem to work. Well, it works, but quite not how I wanted. Let me explain. My problem is that I do want a library whose visual controls expose Handle to them.…
Pateman
  • 2,727
  • 3
  • 28
  • 43
1 2
3
8 9