[twsocket] Http - access table or tabular sheet

2006-03-22 Thread Werner
Hi to all,

Is it possible to make - access a table or tabular sheet to access an http site 
with ics components.
Http sheet should have a very simple list, and should hold about 200 records, 
it is not needed to show this site like a regular http sheet:
CurstNr  OrderNr
-
110
222
315

I would like to:
1. update this table
2. consult this table 

Thanks for any suggestions or reading material
Greetings
Werner

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Dod
Hello Werner,

Sorry but your question is not clear, where is this tabbed data
located ? if it is on a web page then simply download the page and
read the tabs inside, ics will have nothing to do with this data
analyzing.

regards.

W Hi to all,

W Is it possible to make - access a table or tabular sheet to access an http 
site with ics components.
W Http sheet should have a very simple list, and should hold about 200 
records, it is not needed to show this site like a regular http sheet:
W CurstNr  OrderNr
W -
W 110
W 222
W 315

W I would like to:
W 1. update this table
W 2. consult this table 

W Thanks for any suggestions or reading material
W Greetings
W Werner

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Werner
Hi Francois
So if I want to make only one simple modification, let's say one record, I
can do this with http get - modified - then post the page again ?
thx

- Oorspronkelijk bericht - 
Van: Francois Piette [EMAIL PROTECTED]
Aan: ICS support mailing twsocket@elists.org
Verzonden: woensdag, maart 22, 2006 10:22
Onderwerp: Re: [twsocket] Http - access table or tabular sheet


  Yes this data is on a web page, on my server provider.
  The thing is, that many users should be able to update and read this
data.
  So for example, CustNr 2, will update his ordernr to 25, then I need
from
  time to time to read his actual orderNr.
  So I like to create a dynamic site. I'm very new on this, and know only
how
  to read a fix http page.

 As far as a client component is concerned, reading a dynamic page is
exactly the same as reading a
 static page. At least when dynamic aspect is built at server side. Client
side dynamic is handled by
 JavaScript, ActiveX, JavaApplet and similar technologies. Those
technologies are beyond a HTTP
 component.

 Server side dynamic page (ASP, PHP, Delphi, JSP, CGI, ISAPI and many
others) make no difference for
 the client.

 --
 Contribute to the SSL Effort. Visit
 http://www.overbyte.be/eng/ssl.html
 --
 [EMAIL PROTECTED]
 Author of ICS (Internet Component Suite, freeware)
 Author of MidWare (Multi-tier framework, freeware)
 http://www.overbyte.be


 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Francois Piette
 So if I want to make only one simple modification, let's say one record, I
 can do this with http get - modified - then post the page again ?

No, it doesn't work like that. You have to build something at server side to 
handle you dynamic
page. What kind of server do you have ? Are you willing to build it using ICS 
HTTP server component
?

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



 thx

 - Oorspronkelijk bericht - 
 Van: Francois Piette [EMAIL PROTECTED]
 Aan: ICS support mailing twsocket@elists.org
 Verzonden: woensdag, maart 22, 2006 10:22
 Onderwerp: Re: [twsocket] Http - access table or tabular sheet


   Yes this data is on a web page, on my server provider.
   The thing is, that many users should be able to update and read this
 data.
   So for example, CustNr 2, will update his ordernr to 25, then I need
 from
   time to time to read his actual orderNr.
   So I like to create a dynamic site. I'm very new on this, and know only
 how
   to read a fix http page.
 
  As far as a client component is concerned, reading a dynamic page is
 exactly the same as reading a
  static page. At least when dynamic aspect is built at server side. Client
 side dynamic is handled by
  JavaScript, ActiveX, JavaApplet and similar technologies. Those
 technologies are beyond a HTTP
  component.
 
  Server side dynamic page (ASP, PHP, Delphi, JSP, CGI, ISAPI and many
 others) make no difference for
  the client.
 
  --
  Contribute to the SSL Effort. Visit
  http://www.overbyte.be/eng/ssl.html
  --
  [EMAIL PROTECTED]
  Author of ICS (Internet Component Suite, freeware)
  Author of MidWare (Multi-tier framework, freeware)
  http://www.overbyte.be
 
 
  -- 
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://www.elists.org/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be
 
 

 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Werner
all is very new to me...
I have x webspace with my service provider. I want to create 1 dynamic page
on it.
- can I put an ics Http Server on it? or do I need to create other stuff
first
- or do I need to create this Http Server on my computer, but then I need to
run it my computer all the time, so users can access it?
thx to enlight this


- Oorspronkelijk bericht - 
Van: Francois Piette [EMAIL PROTECTED]
Aan: ICS support mailing twsocket@elists.org
Verzonden: woensdag, maart 22, 2006 12:01
Onderwerp: Re: [twsocket] Http - access table or tabular sheet


  So if I want to make only one simple modification, let's say one record,
I
  can do this with http get - modified - then post the page again ?

 No, it doesn't work like that. You have to build something at server side
to handle you dynamic
 page. What kind of server do you have ? Are you willing to build it using
ICS HTTP server component
 ?

 --
 Contribute to the SSL Effort. Visit
 http://www.overbyte.be/eng/ssl.html
 --
 [EMAIL PROTECTED]
 Author of ICS (Internet Component Suite, freeware)
 Author of MidWare (Multi-tier framework, freeware)
 http://www.overbyte.be



  thx
 
  - Oorspronkelijk bericht - 
  Van: Francois Piette [EMAIL PROTECTED]
  Aan: ICS support mailing twsocket@elists.org
  Verzonden: woensdag, maart 22, 2006 10:22
  Onderwerp: Re: [twsocket] Http - access table or tabular sheet
 
 
Yes this data is on a web page, on my server provider.
The thing is, that many users should be able to update and read this
  data.
So for example, CustNr 2, will update his ordernr to 25, then I need
  from
time to time to read his actual orderNr.
So I like to create a dynamic site. I'm very new on this, and know
only
  how
to read a fix http page.
  
   As far as a client component is concerned, reading a dynamic page is
  exactly the same as reading a
   static page. At least when dynamic aspect is built at server side.
Client
  side dynamic is handled by
   JavaScript, ActiveX, JavaApplet and similar technologies. Those
  technologies are beyond a HTTP
   component.
  
   Server side dynamic page (ASP, PHP, Delphi, JSP, CGI, ISAPI and many
  others) make no difference for
   the client.
  
   --
   Contribute to the SSL Effort. Visit
   http://www.overbyte.be/eng/ssl.html
   --
   [EMAIL PROTECTED]
   Author of ICS (Internet Component Suite, freeware)
   Author of MidWare (Multi-tier framework, freeware)
   http://www.overbyte.be
  
  
   -- 
   To unsubscribe or change your settings for TWSocket mailing list
   please goto http://www.elists.org/mailman/listinfo/twsocket
   Visit our website at http://www.overbyte.be
  
  
 
  -- 
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://www.elists.org/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be

 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Francois Piette
 This have nothing to do with ICS, ICS is here to get web page and put
 web page, the way your web server produce the document or retrieve it
 is not an ICS concern, this is more PHP/ASP.

But everything you do with ASP/PHP can be done probably more easily with ICS 
HTTP server component
and some Delphi code !

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Francois Piette
 I have x webspace with my service provider.
 I want to create 1 dynamic page on it.
 - can I put an ics Http Server on it?

You have to ask your service provider if you are allowed to run an executable 
and have it use
publicly available TCP port (obviously different than the sandradt port 80 
which is already in use
by the webserver).

 or do I need to create other stuff first

If you can't run your ICS/Delphi program, then you msut use whatever your 
provider allow. Probably
something like ASP or PHP.

 - or do I need to create this Http Server on my
 computer, but then I need to
 run it my computer all the time, so users can access it?

Yes you can. do that. You can easily be your own service provider. Not a big 
deal. You buy a fixed
IP with DNS service and the required bandwidth and connect your own server. 
Then you do whatever you
like, including writing your own server using Delphi and ICS components.

You can also frequently drop your own computer in you provider computer room, 
using his network. You
access it remotely to configure and maintain it.

btw: This mailing list is for discussing ICS component. So you'are welcome to 
ask questions related
to ICS use. For example questions about how to write your dynamic website with 
ICS or questions
about how to access any website using ICS. Please keep on topic when asking.

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Dod
Hello,

I also think you should learn more what is a web server, statis and
dynamic web pages, server side scripting (PHP/ASP), so you may better
understand this technology and know if delpih/ics may be usefull to
you.

regards.

FT You just need an FTP client to upload your files to your ISP. You do not 
FT need to run ICS or any other web server or leave your computer open. Your 
FT ISP does all of it for you.

FT Regards,

FT SZ

FT - Original Message - 
FT From: Werner [EMAIL PROTECTED]
FT To: ICS support mailing twsocket@elists.org
FT Sent: Wednesday, March 22, 2006 2:10 PM
FT Subject: Re: [twsocket] Http - access table or tabular sheet


 all is very new to me...
 I have x webspace with my service provider. I want to create 1 dynamic 
 page
 on it.
 - can I put an ics Http Server on it? or do I need to create other stuff
 first
 - or do I need to create this Http Server on my computer, but then I need 
 to
 run it my computer all the time, so users can access it?
 thx to enlight this


 - Oorspronkelijk bericht - 
 Van: Francois Piette [EMAIL PROTECTED]
 Aan: ICS support mailing twsocket@elists.org
 Verzonden: woensdag, maart 22, 2006 12:01
 Onderwerp: Re: [twsocket] Http - access table or tabular sheet


  So if I want to make only one simple modification, let's say one 
  record,
 I
  can do this with http get - modified - then post the page again ?

 No, it doesn't work like that. You have to build something at server side
 to handle you dynamic
 page. What kind of server do you have ? Are you willing to build it using
 ICS HTTP server component
 ?

 --
 Contribute to the SSL Effort. Visit
 http://www.overbyte.be/eng/ssl.html
 --
 [EMAIL PROTECTED]
 Author of ICS (Internet Component Suite, freeware)
 Author of MidWare (Multi-tier framework, freeware)
 http://www.overbyte.be



  thx
 
  - Oorspronkelijk bericht - 
  Van: Francois Piette [EMAIL PROTECTED]
  Aan: ICS support mailing twsocket@elists.org
  Verzonden: woensdag, maart 22, 2006 10:22
  Onderwerp: Re: [twsocket] Http - access table or tabular sheet
 
 
Yes this data is on a web page, on my server provider.
The thing is, that many users should be able to update and read 
this
  data.
So for example, CustNr 2, will update his ordernr to 25, then I 
need
  from
time to time to read his actual orderNr.
So I like to create a dynamic site. I'm very new on this, and know
 only
  how
to read a fix http page.
  
   As far as a client component is concerned, reading a dynamic page is
  exactly the same as reading a
   static page. At least when dynamic aspect is built at server side.
 Client
  side dynamic is handled by
   JavaScript, ActiveX, JavaApplet and similar technologies. Those
  technologies are beyond a HTTP
   component.
  
   Server side dynamic page (ASP, PHP, Delphi, JSP, CGI, ISAPI and many
  others) make no difference for
   the client.
  
   --
   Contribute to the SSL Effort. Visit
   http://www.overbyte.be/eng/ssl.html
   --
   [EMAIL PROTECTED]
   Author of ICS (Internet Component Suite, freeware)
   Author of MidWare (Multi-tier framework, freeware)
   http://www.overbyte.be
  
  
   -- 
   To unsubscribe or change your settings for TWSocket mailing list
   please goto http://www.elists.org/mailman/listinfo/twsocket
   Visit our website at http://www.overbyte.be
  
  
 
  -- 
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://www.elists.org/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be

 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be