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.
0
votes
1answer
110 views
Remove all inline styles from Intraweb region
I have an IWRegion on an ancestor IW form that I use for common interface elements (it has it's own HTMLTemplate).
When I view the html output (using Chrome's Inspect element), the div generated by ...
2
votes
1answer
335 views
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 ...
2
votes
1answer
158 views
Which are the basic guidelines for using Delphi IntraWeb with Twitter Bootstrap?
I would like to use the Bootstrap Framework with Delphi's IntraWeb (I'm using XE2)? The idea is to have the server side logic done by Delphi, while using the nice controls that come with BootStrap?
...
1
vote
0answers
252 views
C++ Builder XE3, IntraWeb, Display SQL Server database query results
Our company is beginning development on an IntraWeb application which requires access to our SQL Server database(s). I am attempting to creating a very basic application to get one column of data from ...
1
vote
0answers
133 views
What are the options that I have to develop a new application for the web [closed]
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 ...
0
votes
0answers
171 views
Login page session timeout for kiosk
We have a web-based product written in Delphi and Intraweb, that can be run on a public kiosk (full-screen).
Is there any way using Intraweb to display a login page that isn't part of any session ...
2
votes
1answer
287 views
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:
...
0
votes
1answer
239 views
Delphi Intraweb website not indexed by google
I have made a website with Intraweb and it is working in my home-server. I have a basic home.html working in a IIS where I have included to redirect to the port 8888.
It is working well, but google ...
3
votes
0answers
158 views
IntraWeb page with ribbonbar
We have VCL applications that use the DevExpress TdxRibbon or XE2 TRibbon components, with one being written using the MVP design pattern.
We now want to create a web version of that app, so I'm ...
0
votes
1answer
167 views
intraweb XII+isapi+iis7 cookie not saved?
I developed an intraweb XII small app which save a cookie:
ck:=THTTPCookie.Create('coo1','valcoo1','',now+7);
WebApplication.Response.Cookies.Add(ck);
Where I reopen the app, I use:
...
1
vote
1answer
136 views
Intraweb TIWUserSession members losing value
Using Delphi 2007 with bundled version of Intraweb. Making use of the built in usersession mechanism. In the usersession unit I have added public members (integer) to the TIWUserSession and these ...
0
votes
4answers
952 views
Standalone Mobile Application: RadPhp or Delphi IntraWeb
I am planning to write a application that will be used primarily by mobile device users (iPhone, iPad, Android, Windows and Nokia). The application will be a standalone application (i.e. not run from ...
0
votes
1answer
244 views
TMS Intraweb How to set port manually
I want to set the port of my website manually, but whenever I use a TMS component, the port will be set randomly.
How can I specify the port of my application while using TMS components?
0
votes
1answer
145 views
Is there an updated guide to the eu_ldap extension for the typo 3?
I am trying to simulate an intranet CMS and installed the eu_ldap extension for typo3. Unfortunately the downloaded guide is out of date, and the current manual is of very little use to a typo 3 ...
0
votes
2answers
427 views
Delphi XE2, Intraweb 2.1.23 and cookies
i did everything exactly the same as in the cookies example (shown here http://www.atozed.com/intraweb/docs/Develop/Cookies.aspx), but it's not compiling and it says "[DCC Error] Login.pas(38): E2035 ...
4
votes
1answer
597 views
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 ...
1
vote
0answers
251 views
Delphi XE2 / Intraweb12 - Changing Port at runtime / global variable
I have written some standalone apps with IW11 which worked fine, but maybe there are some better ways to solve some problems like global variables. After updating to IW12 on Delphi XE2 my apps are not ...
0
votes
1answer
484 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: ...
2
votes
2answers
1k 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 ...
4
votes
1answer
2k 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
736 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 ...
2
votes
0answers
226 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 ...
0
votes
1answer
168 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 ...
1
vote
1answer
235 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
283 views
What's the best choice in Delphi that developing Web application? [duplicate]
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
329 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
447 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 ...
0
votes
1answer
455 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 ...
2
votes
2answers
349 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 ...
1
vote
6answers
535 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 ...
0
votes
1answer
310 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 ...
12
votes
1answer
1k 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 ...
0
votes
1answer
568 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 ...
2
votes
5answers
3k 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?
4
votes
3answers
688 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 ...
0
votes
1answer
461 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 ...
2
votes
3answers
775 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 ...
0
votes
1answer
309 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) ...
2
votes
4answers
809 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 ...
11
votes
6answers
3k 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 ...
1
vote
1answer
417 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 ...
0
votes
2answers
172 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
2answers
377 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
563 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
1k 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
213 views
IntraWeb service silent install
Can I install Intraweb service in "silent mode"?
service.exe /install
1
vote
1answer
263 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 ...
3
votes
2answers
1k 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 ...
1
vote
4answers
2k 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.
0
votes
2answers
581 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?
