| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-09-2026, 03:02 AM
» Replies: 0
» Views: 89
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 91
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 102
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 375
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 191
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 549
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 179
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,117
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 319
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 904
|
|
|
| IWServerControllerBaseExecuteRequest Event |
|
Posted by: Mario Villalba - 07-17-2024, 03:55 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hello.
I'm new to IW and would like to know how I could capture the body of a post request. I am using the "IWServerControllerBaseExecuteRequest" event. The body I am trying to retrieve is a JSON. I hope you can guide me, since the IW.HTTP.Request.THttpRequest object does not have a ContentStream or something similar.
|
|
|
| Instructions for setting up an earlier version's license (1.0.68) |
|
Posted by: Platyforma - 07-17-2024, 06:56 AM - Forum: CrossTalk General Discussion
- No Replies
|
 |
Hello,
My old Delphi 2010 project is using Crosstalk 1.0.68. There will be a need for minor adjustments once some time has passed. Delphi 2010 and Crosstalk have been reinstalled, however I am unable to recall the process for activating the license.
Sadly, the provided URL is inoperable at this time. Help! I need to know how to activate the license again.
Many thanks in advance
Meyers,
|
|
|
| OnChange problems |
|
Posted by: anatolewilson - 07-15-2024, 09:30 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I made a form with 100+ TIWComboBox questions on one page.
Using the OnChange event, the page is updated on every response. That is an inconvenience when we are at the end of the Form because it returns to the beginning every time it responds.
Is there any code that solves this problem? (Ps. I would not want to use Async events).
Best regards.
|
|
|
| Intraweb and Honeywell CT45 handhels |
|
Posted by: FAlvarado - 07-11-2024, 07:08 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
I had a subscription to IntraWeb 14 Ultimate Edition several years ago. I developed an industrial application with success.
Now I'm evaluating the new version 15 to develop a new project.
This project is relatively simple: uses SQL server to store info about products and let the user to print labels to a Zebra printer in several client locations....
My question is: as we are using Honeywell CT45 handheld's browser to run the web application and read a barcode for the product and then print the corresponding label, will IntraWeb interface with the barcode reader of the handheld computer?
https://sps.honeywell.com/us/en/products...#resources
I suppose IntraWeb can interface with the bowser printers.
Any one had developed an IntraWeb web application using this type of handhelds?
Kind Regards
Francisco Alvarado
|
|
|
| TIdIPMCastClient problem |
|
Posted by: kiprov - 07-10-2024, 12:41 AM - Forum: Indy
- Replies (4)
|
 |
IdIPMCastClient ( Delphi 7 and Rad studio Delphi 12.1, indy 9 and 10) not receive multicast message from unix/linux (from Windows 10 is Ok) computer.
|
|
|
| TIdSMTPServer - Questions (differences between v9 and v10) |
|
Posted by: Justin Case - 07-09-2024, 06:04 PM - Forum: Indy
- Replies (15)
|
 |
Hi,
Moons ago I was writing a smtp server in v9. V9 rocked, the event handlers (via the object inspector) made it nice and easy to use but there was some architectural bug in it involving the dots - from memory it needed two dots on some lines for some reason.. Anyway eventually i setup another machine with v10, had a newborn son, forgot all about it...
9 odd years later.. I'm back on this project..
I'm using 10.2.3
So with the online documentation being down on ww2.indyproject.org, I'm kind of flying blind. To get started, I double clicked all the events in object inspector and put in a ShowMessage() so that i knew what order they fire in (yes I had exceptions regarding drawing - but it got me what i needed after multiple program resets).
So I have these in this order (I'm manually typing these in - can't copy from the VM - sorry for any typo's but you'll get the idea):
procedure TDataModule1.IdSMTPServer1.Connect()
procedure TDataModule1.IdSMTPServer1BeforeCommandHandler()
TDataModule1.IdSMTPServer1Reset()
IDSMTPServer1SPFCheck()
IdSMTPServer1AfterCommandHandler()
IdSMTPServer1UserLogin()
IdSMTPServer1MailFrom()
IdSMTPServerRcptTo()
IdSMTPServer1Received()
IdSMTPServer1MsgReceive()
IdSMTPServer1Disconnect()
That all seems relatively straight forward however I'm having problems with SPFCheck(). My client (Outlook express - yes it's old but ok for testing) sends my machine name (Asuras) which obviously isn't a domain and as it's a SMTP client, not another SMTP server, that obviously won't resolve. I suspect a connecting server will send a domain?
So how do I proceed with this? - obviously if another server connects then the SPFCheck is a great idea but if it's a client then I'm in a fix and it will fail (as a bodge I'm using "If Pos('.', ADomain) then.." to test for a domain). Will IdSMTPServer cause a disconnect / client abort if I use spfNone / spfNeutral or will it just continue?
EG I'm with yahoo. If my email client were to connect to them, it would send "HELO/EHLO Asuras". Based on the indy logic, Asuras means nothing to Yahoo and so it would probably perform a spfCheck against my IP. My IP is part of my ISPs network and thus Yahoo has nothing to pass or fail me with until I login - but in the sequence above, that comes two events later.
Also if a SMTP client connects, it has to send a username and password. How do SMTP servers communicate mail to each other without this? - As the sequence above suggests it seems like a inbound connection has got to login first before it can specify the MailFrom details and trigger that event. How can I know in the UserLogin() event that the connecting user will be sending to a local address in order that I can set VAuthenticated := True ? - those details don't come through until RcptTo()!!
AThread has vanished.. now we have AContext. Whats the difference here? Presumably they still run like threads?
Oh one other thing, whats IdSMTPRelay all about?
Thanks for your time,
JC
|
|
|
| ww2.indyproject.org is down! |
|
Posted by: Justin Case - 07-09-2024, 10:20 AM - Forum: Indy
- Replies (1)
|
 |
Finally made it over here - embarcadero newsgroups seem to have vanished and it's taken me ages to get back into programming / delphi / indy...
Anyway the ww2 subdomain of indyproject is down - taking the support (.hlp, .chm etc) files with it along with the online documentation. Obviously that's going to put a greater strain on Remy..
It's been down for ages - probably over a year!
JC
|
|
|
|