Delphi Internet Solutions Topic

WebSnap, Web Services, SOAP in Delphi, Delphi XML, third party Delphi Internet solutions, etc. |
|
|
Thread 25 of 25 | Thread Starter | | |  Len | TIdTCPServer form Indy - BindHello,, , I am trying to build a TCP server with the TIdTCPServer component from INDY. I want to use the BIND property , but It does not seem to work. , , I am using a file containing IP addresses which I want to bind. , , My code looks like this:, , while not Eof(lh_config) do, begin, readln(lh_config, ls_line); , TelnetServer.Bindings.Add;, TelnetServer.Bindings.Item[i].IP :=ls_line;, TelnetServer.Bindings.Items[i].Port := , StrToInt(gb_TELNETPort);, TelnetServer.Bindings.Items , [i].AllocateSocket(3,255); , TelenetServer.Bindings.Items, [i].Bind , inc(i);, end;, , when it tries to execute the bind procedure it outputs an error 10038 and closes the connection., , What am I doing wrong?, , Thank you in advance,, , Katerina 5 replies. Last post: |  Hudson101.h | Pokemon Go fine-tuned variation is available in this app and also tutu app not working Online Movies Download and install: Terrarium TV Apk, Flick HD Apk.
|
|
 3181 Hits | |
Thread 24 of 25 | Thread Starter | | |  tricker | Question regarding TWebBrowser example.I'm working with one of Delphi 5's Demos under Coolstuf, an example of using TWebBrowser. I wanted to do a look and feel of the IE5, which I normally use as my default browser. Well, I've accomplished some, but I'm stuck in getting the URL link of the hypertext link in the browser to show in the status bar (I added to the example) when the cursor (mouse) is at/on that word. , , I stubbed out all the events with unique information displayed in the status bar per event so to recognize any hits a cursor movement makes when moved over the word, phrase, or link in the WebBrowser windows. Nothing happens., , In IE5, when the cursor is moved to a word, phrase, or link that has a URL associated with it, that URL is displayed in the status bar., , How to do? How can I retrieve and display the URL from where the mouse is?, , Thanks,, , Tim R. 2 replies. Last post: |  Anonymous | u r genius,
I was stuck by doing this
Panel1.text:=webbrowser1.statustext;
It always give me error message.
Did not relised that it should be the text put after the := sign. This is the difference between VB and Delphi thing.
---
tanghz
|
|
 6144 Hits | |
Thread 23 of 25 | Thread Starter | | |  marge | Problem Using the TIWComboBox{Too Long!} |
 6270 Hits | |
Thread 22 of 25 | Thread Starter | | |  the7son_ms | Calendar ComponentsWhat is the syntax to capture the day when clicking on a calendar component? For instance if I click on March 19, how do I capture "19" as the value or whatever value is available? 1 Reply: |  Wes | {Too Long!} |
|
 3175 Hits | |
Thread 21 of 25 | Thread Starter | | |  Don Bowen | finding things on palettesDear Friends,, I've been reading up on Indy how to write client / server applications. One of the articles mentions ThreadManager. It's a Delphi component, and it shows up when I load the example program... the problem and the question I have is...., How do you find a component on the palettes when you don't know where they are?, Is there someway to look up the component and have it tell you what palette it's on?, thanks,, -Don 1 Reply: |  Wes | {Too Long!} |
|
 2562 Hits | |
Thread 20 of 25 | Thread Starter | | |  Domingoz | BankHello! Does anyone know how to connect to a bank using delphi? I want to write a program that will transfer money, simply by entering the name of the bank, the amount, and account holder..., , Thank you! 1 Reply: |  mprestwood | Are you talking about a wire transfer? I assume each bank has alot of security so I'm not sure this is a viable task. |
|
 2564 Hits | |
Thread 19 of 25 | Thread Starter | | |  Amir | Login to PHP pages with NMHttpHi. is there any one help me? I want to Login to one Website (Username & Password)Like mail.yahoo.com ?Using NMHttp Post method in my program.but i can't do this. I'm using Delphi6., Tnx. |
 3830 Hits | |
Thread 18 of 25 | Thread Starter | | |  MerLiN | Please Help Auto-Updater.Hi, can someone please help me. I've created a program in D6 Personal. I now want to add an auto-update to it. According to about.com I can do it using wininet.pas but I'm not sure how to do it. I tried using there example but it didn't work.. can someone point me in the right direction?, , thankyou, , MerLiN 1 Reply: |  Scott | The example probably won't work because [b]D6 Personal[/b] does not provide the [b]TSocket[/b] hierarchy of components, so you're not able to do FTP/TCP-IP functionality.  , , , , You'll need to upgrade to D6 [b]Professional[/b] to do the auto-update functionality. |
|
 2119 Hits | |
Thread 17 of 25 | Thread Starter | | |  os2 | web service (soap) with databasei search any example who use webservice with database under delphi, , thanks |
 2484 Hits | |
Thread 16 of 25 | Thread Starter | | |  flecktor | Delphi 5 Com Object for AspGreetings people ,, i am trying to get up a com object so it would do, simple thing, get 2 numbers and return there result. however i can not make it , cuase of some , failers , i would be very thankful if you could send me a text source code on mail so i could see how its done .this is the only link that is missing in my chain to make a login com object . , , thanks from advance for your time flecktor, , d flecktor out. |
 2353 Hits | |
Thread 15 of 25 | Thread Starter | | |  Yi | web service/BDE initilization errorHi there,, , I am writing a Delphi web service which use BDE to communicate with SQL server 2000. I also wrote client program to test the service. If only one client is accessing the web service, it works fine. If two clients try to access the web service at the same time, one of the client always get the following error., , "An error occurred while attempting to initialize the Borland Database Engine (error $2B32)", , I looked up the error code, it is a BDE "sharing violation" error. I am not sure if it is caused by the BDE's Private Directory access conflict since it is a distributed system. So I tried to change BDE's Private Directory at runtime, but I got same error., , Does anybody have a clue what the problem could be? , , Your help will be greatly appreciated!!!, , Yi |
 2999 Hits | |
Thread 14 of 25 | Thread Starter | | |  Nahuel Ramos | Get Modem Status (Rx/Tx)Hi,, I would like to know if anybody know where can I find Source Code or a component to get or capture the modem status. I need to know if the modem is sending or receiving., I have already visited the page torry.net and I have looked for in google.com and nathing was found., Sorry by my english, and thanks so much. |
 2837 Hits | |
Thread 13 of 25 | Thread Starter | | |  Mocksy | Preventing IP accessi'm trying to control tcp/ip access out of windows from any program. I would like to write a capture program that runs in the back ground and asks for a password which then allows or denys anybody using the net, ftp etc., , has anyone done this before ?, , thanks |
 2279 Hits | |
Thread 12 of 25 | Thread Starter | | |  Zoran | How to read data from XML or XSLT ?Hi, , I am planning to use XML in my Delphi application instead of database. That mean -I want to pull data in my Delphi form not from Database but from XML file?, How can I do this???, , General idea behind this is to be very easy to make update in application.If someone have better idea ( i am novice in Delphi )I would like to hear all suggestions., Thanks in advance, Zoran |
 1995 Hits | |
Thread 11 of 25 | Thread Starter | | |  Edberto | Getting the HTML TextHow can I get the HTML text from Webbrowser Control? |
 1980 Hits | |
Thread 10 of 25 | Thread Starter | | |  C.Oberhaus | current filepath from ISAPI dllHi all, , I'm creating an ISAPI extension using a TWebModule, but can't save anything to disk from within it. example:, , stringList.saveToFile('name.txt');, , Won't work, but if I put as the file name 'c:\name.txt' it will., , My problem is I need to know the directory in which the dll resides when it is running (for loading ini files etc). But I am unable to call Application.exeName from within the TWebModule., , Any idea's?, Pea |
 2061 Hits | |
Thread 9 of 25 | Thread Starter | | |  tricker | TWebBrowser - How to prevent IE 5 Script Error diaI'm using TWebBrowser sample that came with Delphi 5. I found a web site that causes a error dialog box titled Internet Explorer Script Error. The same site will run without error on IE 5., , The site: "http://kimspitstop.infoside.dk/", , I downloaded a Sink program that I can monitor the events (and text of the events) of IE 5. It shows that a few pages have errors, but I don't understand why, unless it's the same problems; however, I think IE 5 throws the errors away without showing the dialog box., , Might someone volunteer why the TWebBrowser does it and the IE 5 doesn't. Is there a way to catch the error(s)? Using the property "Silent" will keep the dialog from showing, but after several times of hitting that error the sample has lots of problems - Ole stuff., , Tim R. |
 4525 Hits | |
Thread 8 of 25 | Thread Starter | | |  wesley | TDataSetTableProducer question?I have a question about DataSetTableProducer component. I am using this component to generate a table with some records from an Access database. This component is using ADOQuery as its dataset (simple select statement without any parameters). The problem is that instead of seeing the actual table column values on the page I see the word "BYTES". The column datatype is defined as text in the database. I assuming that the datatype conversion to string is essential, but why would the program see text datatype column as TBytesField? Here is a code snipped of how the page is generated., , DataSetTableProducer1.DataSet.Open;, Response.Content := DataSetTableProducer1.Content;, DataSetTableProducer1.DataSet.Close;, , How can I typecast or change the field type in this case to a string so that the page will show the actual column values instead of "BYTES". |
 2382 Hits | |
Thread 7 of 25 | Thread Starter | | |  Juan Carlos Ferran | Connect to InterBase server using InternetHow can I connect to a InterBase database using Internet connection?, For example, I have one InterBase client that wants to connect with one InterBase database in other city using Internet., , How can I do that?, , Thank's a lot!!! |
 1942 Hits | |
Thread 6 of 25 | Thread Starter | | |  NevilleRichards | NMSMTP - Sending EMailsI have to put EMail into a project., , Using the component NMSMTP (Delphi4), I can send mail to others on the same server, but attempts to send mail out to other addresses fails with error 503., , Am I missing something, or is this component limited to mailing round the same server., , If it is so limited, does anyone know of a component which doesn't have this limitation?, , Neville  1 Reply: |  djsmith9 | that server would have to be connected to the Internet for that to happen. Is that the case? Once it's handed off to the server, then your program is done. That server should know how to route it to its destination via the SMTP protocol. |
|
 7212 Hits | |
Thread 5 of 25 | Thread Starter | | |  Rupa Lahiri | Fax on LAN and delphi applicationAny ideas on how I can send fax to a fax machine on LAN thru delphi application?, Any components available and what will be the system requirements. 1 Reply: |  djsmith9 | I've never heard of a fax machine being connected to a LAN. It would seem that you'd want to use LAN based modems such as used by "FAXSERVE" or others when developing LAN based faxing products. Fax machines normally interact with phone lines and paper. |
|
 3102 Hits | |
Thread 4 of 25 | Thread Starter | | |  Ed L | Help required in Delphi for Task!I don't know how to delete records. When it gets the delete line it say's incompatible types. Any help would be appreciated., , , procedure Tform3.delete_btnClick(Sender: TObject);, begin, assignfile(bookfile,opendialog2.filename);, reset(bookfile);, seek(bookfile,i);, delete(bookrecord[i]);, closefile(bookfile);, end;, 1 Reply: |  NevilleRichards | It is slightly more difficult than that., , The delete procedure actually has nothing to do with file processing. (See help file), , You would have to read and copy the file up to the point you had a record for deletion, skip the one you wanted to delete, and then copy from there to the end of the file., , Not easy., , Neville  :) |
|
 1944 Hits | |
Thread 3 of 25 | Thread Starter | | |  genius302 | Delphi read and writehi,, , i have enabled my programme to read and write one lot of info to file and back again but how to get it to read as many as i want. so that i can add records? 1 Reply: |  NevilleRichards | I believe that opening the file with RESET will actually open a file of records for reading or writing., , It is then possible to position the pointer to the end of the existing records using SEEK, and then to write an extra record. |
|
 2034 Hits | |
Thread 2 of 25 | Thread Starter | | |  imdelta | How can i hidden my real IP(windows me)When I use httpcli to post some data to server, the CGI scripts will get my IP, how can i hidden my real IP(windows me), thanks! 1 Reply: |  Bryan.V | Sorry, you can't., You can "spoof" it using a firewall/router, but ultimately the IP address is the only way that an internet service has of routing it's response to the right computer. Otherwize the whole internet wouldn't work. |
|
 3205 Hits | |
Thread 1 of 25 | Thread Starter | | |  JGreen | Preventing file upload, ISAPI.My ISAPI app uses TISAPIRequest.ReadClient to read and save a file uploaded to the server using enctype="multipart/form-data"., , After receiving the TWebrequest I can determine the total size of the file being uploaded(at this point the client is uploading the file), I would like to Terminate this upload if the file size exceeds a defined value...Question: How do I do this server side?, , It seems that I can not respond to the client with a message telling them the file is too large untill the Readclient method has completed(I get access violations if I do not use ReadClient), but by this time I may as well accept the file as it has been uploaded! , , Any help appreciated. |
 2614 Hits | |
 |
|
|