Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
471 views

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 ...
9
votes
6answers
1k views

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 ...
7
votes
5answers
1k views

Is Intraweb worth the money?

I am contemplating buying the upgrade to full Intraweb for Delphi 7 Professional. Please share your experience and whether you think it would be wise doing my web development with these components. ...
4
votes
3answers
321 views

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 ...
4
votes
3answers
813 views

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 ...
4
votes
2answers
204 views

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 ...
4
votes
3answers
810 views

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: ...
3
votes
2answers
2k views

Coinitialize error on IntraWeb using ADO

Already asked on the Evil Exchange, but as always that was no help. I'm having this problem today: When creating a stand alone web application using IntraWeb, I get this exception in the IDE when I ...
3
votes
2answers
1k views

Rich Edit / Word Processing Control for IntraWeb (Delphi VCL for the Web)?

I am experimenting with Intraweb right now, for a few small personal-use web apps I am wanting to develop. Learning time is at a premium, so I am very attracted to intraWeb due to Delphi experience ...
2
votes
0answers
94 views

AV trying to access WSDL method from Intraweb ISAPI DLL

Delphi 7 Pro Intraweb 7.2 I'm trying to get a webservice to work within an Intraweb ISAPI DLL. I've consumed the webservice which works perfectly when I run my project as a Standalone Application ...
2
votes
2answers
179 views

Using Intraweb to communicate with another website

Delphi 5 Pro Intraweb 7 I have an Intraweb application that uses a "legacy" back end (B-Tree Filer) with a TDataSet descendant to handle the data access. All is fine and dandy on my end. But, I now ...
2
votes
5answers
815 views

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?
2
votes
2answers
288 views

ComInitialization property of ServerController

I am new to IntraWeb. I want to make a simple application which connects and displays an access database using ADO controls. When I execute the server it gives me "CoInitialize has not been ...
2
votes
4answers
449 views

Replacing ASTA as a middletier solution

I'm currently using Delphi7 along with ASTA to handle my client server communications to an Advantage DB. I'm moving to Rad Studio XE Enterprise and am looking to switch to a different but similar ...
2
votes
2answers
882 views

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 ...
2
votes
1answer
355 views

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 ...
2
votes
2answers
527 views

VCL for Web skins/themes?

Has anyone created a skin/theme wrapper for Intraweb/VCL for Web ? The default look of the grids etc are very dated.. Any info appreciated.. Thanks
2
votes
2answers
870 views

Can Intraweb Run More that 65,536 concurrent sessions?

Im trying to build a web-link to a busy social networking website using intraweb. Intraweb creates temporary folders for each session to store temporary files, which auto-delete when the session ...
2
votes
5answers
2k views

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 ...
1
vote
1answer
81 views

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 ...
1
vote
1answer
165 views

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 ...
1
vote
1answer
113 views

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 ...
1
vote
0answers
104 views

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 ...
1
vote
0answers
233 views

What's the best choice in Delphi that developing Web application? [closed]

Possible Duplicate: What Web Application Framework for Delphi is recommended? 1.IntraWeb,but its client is poor,join with jQuery? 2.UniGUI,with extJS 3.Raudus,with extJS ...
1
vote
1answer
170 views

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 ...
1
vote
1answer
182 views

TIWApplet (VCL for the WEB) program and RAD Delphi XE

I am trying to learn and program at the same time using RAD Studio Delphi XE. I am writing a mini (VCL for the web) program by utilizing TIWApplet. I have an applet that simply displays an image from ...
1
vote
6answers
145 views

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 ...
1
vote
1answer
228 views

how to add parameters in TSmartQuery in IntraWeb?

How to add parameters in TSmartQuery? I mean on the Parameter tab which can be seen when I click on params properties. I found two ways: -editing the dfm file -parameters are filled out automatically ...
1
vote
1answer
229 views

Will it be possible to use any asp.net and silverlight controls in Intraweb XII?

I am researching a lot on intraweb, I read that in Intraweb XII (when will this be released?) it will be possible to have: 1) "silverlight enabled controls" (mentioned here, this is the old IW XI ...
1
vote
3answers
1k views

jQuery and Intraweb?

Anyone have a sample of doing a jQuery notification/popup/calendar in Intraweb ? A simple example would be great.. Even better... dojo version would be great.
1
vote
0answers
312 views

Delphi 2009 JQueryWidget in ISAPI

I'm trying to use TIWJQueryWidget in a Delphi 2009 ISAPI application, and it's not working. I started with this tutorial : http://www.hadihariri.com/Blogs/Delphi/20080117.aspx. When I follow the ...
1
vote
1answer
318 views

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 ...
1
vote
2answers
580 views

Can IntraWeb forms be synchronized on demand?

Scenario: I have a Delphi Intraweb application that has some edit components and buttons on a screen. In the TIWEdit.OnAsyncExit and TIWButton.OnClick a flag is set, and another thread in the ...
1
vote
2answers
480 views

TIWMenu and TIWRegion hides Submenus

When I put a TIWMenu and a TIWRegion on a TIWAppForm with IWMenu.align := alTop; IWRegion.align := alClient; the submenu of IWMenu is hidden behind the region. That means, when I click on File, a ...
1
vote
2answers
200 views

Freeing Multiply-referenced Objects

This is another post about me inheriting an Intraweb app that had a 2MB text file of memory leaks as reported by FastMM4, where I've got it down to 115 instances of one class leaking 52 bytes each. ...
1
vote
1answer
525 views

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 ...
0
votes
1answer
80 views

IntraWeb ISAPI Module throws “Unrecognized Command” Error on IIS 7

I am trying to configure an IIS7 web server to run my IntraWeb 10 application. I followed the steps described by Dr. Bob and Chau Chee Yang. The application starts but results in an error: ...
0
votes
0answers
47 views

Update hook callback only fires on the connection/thread that performed the initiating SQL?

I am developing this Delhi 2009 app with SQLite database version 3.7.9, accessed by the Zeos components. After some valuable assistance from developers on this site, I got my update hook working, ...
0
votes
0answers
50 views

intraweb class not found at runtime

working with the IntraWeb framework on Borland C++Builder (obviously in C++ ;) sometimes it happens that an application crashes because of a strange uncaught exception: An unhandled application error ...
0
votes
1answer
159 views

Delphi 7 - TMS Intraweb DB-aware Grid ComboBox

I have an Intraweb application which is using the TTIWDBAdvWebGrid component. Two columns of the grid are comboboxes (editor is set to edCombo) - look at the picture below What I want is that when ...
0
votes
1answer
170 views

Intraweb for iphone, how to keep the webbrowser hidden

I've just written my first app in intraweb (control pack for the iphone) It works, but after several hours I still cannot get the iphone to not show safari. I've added a link to my homescreen and I ...
0
votes
1answer
294 views

Delphi Intraweb website crash on IIS

I've made an Intraweb ISAPI application. After building the dll, I've created an Web site on IIS and a pool for the application. On the Inetpub directory the permissions are set for the Internet Guest ...
0
votes
1answer
244 views

Delphi 7 - TMS Intraweb DB-aware Grid

I'm making a web application by using Delphi 7 and TMS suite for Intraweb. I have several client dataset components and I use a TTIWDBAdvWebGrid for showing the data. TTIWDBAdvWebGrid is a data-aware ...
0
votes
1answer
186 views

Delphi with Intraweb 8 - TIWDBLookupComboBox - master detail problem

I'm building an application using IW 8 and Delphi 7. Application is 3-tier. 1) on the app's datamodule I have several TClientDatasets and TDataSources associated(set on master-detail relationship) 2) ...
0
votes
1answer
88 views

access events when running intraweb application as a service

I'm running my Standalone Intraweb App as a service. Now i need to implement a function that writes a "heartbeat" timestamp to a database table. I've done this in other service app that uses the ...
0
votes
1answer
210 views

Reference or example using SkinId with TMS Intraweb Components

There is a property in the TIWDBAdvWebGrid component called SkinId. I wasn't able to find documentation for it, and wonder if the TMS Intraweb components are skinnable, and if so, how its done. Any ...
0
votes
3answers
414 views

IWFile fix for c++ Builder XE?

IWFile is broken in the current release of Rad Studio XE. To fix it, Delphi users are asked to delete the UTF8ContentParser line. http://www.atozed.com/intraweb/blog/20100524.EN.aspx c++ Builder has ...
0
votes
1answer
566 views

Click a button in code in Intraweb (VCL for the Web)

Lets say I have an intraweb application (written in Delphi 2010) with an iwEdit (called iweLookup) and an iwButton (iwbSearch). When enter is pressed in the iwEdit, I want the iwButton clicked. The ...
0
votes
1answer
98 views

IntraWeb service silent install

Can I install Intraweb service in "silent mode"? service.exe /install
0
votes
2answers
432 views

What is the latest version of Intraweb that Arcana Elite Suite is compatible with?

The Arcana Elite Suite for Intraweb hasn't been updated since March 2008. Does this mean it won't work with any bundled Intraweb later than Delphi 2007? Anyone tried it with D2009 or D2010?

1 2