Intraweb XIV on Delphi 2010Hi,
i'm stucked in a problem since 3 days.
Wa had a stand alone app in Delphi 2010, IW 10.0.0.
She globally worked fine but we needed to upgrade for version 10.0.23 for using it as ISAPI.
All the transition worked fine and the app was good on IIS in 10.0.23 demo version.
So we bought on Atozed the licence, but we only received one for IW 14. (i asked for the IW 10 licence on monday but still waiting).
No matter, we changed some lines in code as written on IW changelog, it works fine in Stand Alone but ISAPI not.
I tried to create an empty project in ISAPI and same thing, the ...
Thread not threadingXP-P Moz 1.3
I have never been able to make the Thread icon really thread any
messages. If I want them grouped together, the best I can do is sort by
the Subject column. I have click and double clicked till my fingers
dropped off on the little black "speech bubble" looking icon which
denotes Threads, but absolutely nothing happens.
What's the scoop with this?
Thanks!
Dorothy wrote:
> XP-P Moz 1.3
>
> I have never been able to make the Thread icon really thread any
> messages. If I want them grouped together, the best I can do is sort by
...
Thread in thread...I have a main thread that loops for a change in some datas, and then perform
(within the same Execute) some operations...
procedure MyThread.Execute;
var _each:Integer;
begin
_each := 0;
while not self.Terminated
do begin
if _each < MyDataCount
then begin
...perform things on
MyDatas[_each]
_each := _each + 1;
end
else _...
Intraweb and threadsI am using Intraweb 11.0.60 with C++ Builder XE.
I would like to know if there are some special settings or procedures to
follow for treads programing in Intraweb?
On 11/25/2013 9:52 AM, Arsene Mamert wrote:
> I am using Intraweb 11.0.60 with C++ Builder XE.
> I would like to know if there are some special settings or procedures to
> follow for treads programing in Intraweb?
Just the normal thread stuff in any Delphi app.
--
"Programming is an art form that fights back"
IntraWeb IRC and Web Chat:
http://www.atozed.com/intraweb/Support/IRC.aspx
...
Delphi WebserviceHello,
I have created one webservice using indy TIdHTTPWebBrokerBridge and also
created the client. Now I need to way to pass some file which will be reside
on my server path to the client thorugh SOAP. The picture is as follows:
1) I have some fastreport files on the server
2) The client will show those report on the client side. There will be no
fr3 files in the client side. Also I don't want to use FastReport
Client/Server technology, as my client does not want this.
3) I don't want to save the fr3 files in the client side also.
How to call this report from Client...
Thread in WebService
Somebody show me please
Can we use thread in webservice? like using Monitor.Waite() method.
Because I want to synchronized in webservice.
...
Delphi 2010 webservice consumer pass null strings to webservice [Edit]Hello, I need to consume a webservice that is developed in java ( thas all that I know ). I have a HTTPRIO componente and have import the webservice file win the WSDL importer. Til here everything is allright but when I run the application all the parameters reach the webservice as null.
I have made some webservice and consumers but I never have had problems ( I make the server and the client ) I test to do the same with prism and c++ bilder and it go allright, but I need it to do in delphi
Thanks
PD: Pleas be patient, my English is not good
Edited by: Adrian Zussino on Sep 8, 2010 3...
Intraweb 12.1.24 and TimeOutResponse demo from version Intraweb XI in delphi XE2 Update 3Hello
I'm very new in Intraweb and until now everything look fine. I'm
looking for dev. tools for new application and I’m now testing IW XII.
IW demo XI TimeOutResponse I don't understood very well.
What should happen here. After 1 min of idle time after I push button
in my browser I should get a Timeout.html page, but this is not
happened.
Maybe I do something wrong or I don't understand demo.
Please give me some hints or correction?
Thanks, Simon
simon krizaj wrote:
> Hello
> I'm very new in Intraweb and until now everything look fine. I'...
Intraweb and Delphi XE7When I use the Intraweb components in a StandAlone Application in a new project Delphi XE7 the HTTP port change every time run the project.
I want to try to uninstall Intraweb 14.0.0 from XE7 and I want to install your last version but when I execute your tool "Intraweb bundled removal tool" for uninstall Intraweb in XE7, I don't find the version XE7 for retrive IDE Hash String.
Thank you
> {quote:title=Registered User wrote:}{quote}
> When I use the Intraweb components in a StandAlone Application in a new project Delphi XE7 the HTTP port change every time run the p...
Delphi Intraweb 2009Is there a solution for the error "Cannot find submit component" error in new version of IntraWeb?
> Is there a solution for the error "Cannot find submit component" error in new version of IntraWeb?
See thread about version 10.0.6
--
Jackson Gomes
IntraWeb Support
> {quote:title=gary hopwood wrote:}{quote}
> Is there a solution for the error "Cannot find submit component" error in new version of IntraWeb?
did you find the solution, i have the same error message?
>> Is there a solution for the error "Cannot find submit compon...
Intraweb with Delphi XE2I installed trial Delphi XE2 with IntraWeb.
After it worked fine 2-3 times, I always get an exception "Unknown
browser type." when I try to launch any IntraWeb application in a
browser. This happens for Firefox and IE.
I don't have the problem with Chrome, but the IntraWeb EXE has a
disabled Icon to launch Chrome.
What could be the problem? Is this because it's in the trial edition?
cu Christian
On 9/6/2011 5:45 AM, Christian Kaufmann wrote:
> After it worked fine 2-3 times, I always get an exception "Unknown
> browser type." when I try to l...
Intraweb in Delphi 2009Hi all.
How can i do a Intraweb project in Delphi 9?
Sergio Enrique Luna wrote:
> Hi all.
>
> How can i do a Intraweb project in Delphi 9?
http://www.drbob42.com/examine/examinA1.htm
--
Steve Faleiro
...
Delphi Webservices ApplicationI am trying to run a webservice client on Windows XP that accesses a server
on windows server 2003. I get the following error: "Receieved content of
invalid Content-Type setting: text/html - SOAP expects text/xml" when I call
a function on the server. I don't get this error if both the server and
client are running under windows xp. I have compiled both the client and
server on windows XP with Delphi 7. What could be the cause of the error?
Pier
Pier Nardin wrote:
> I am trying to run a webservice client on Windows XP that accesses a
> server on windows s...