| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 441 online users. » 2 Member(s) | 434 Guest(s) Applebot, Baidu, Bing, Google, Yandex, systematicltd, xoilactvhuye
|
| Latest Threads |
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
46 minutes ago
» Replies: 0
» Views: 3
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,206
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 586
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 54
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 757
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 130
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,756
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 568
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 459
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 647
|
|
|
| RemoveCookie function |
|
Posted by: wadcompany - 11-22-2018, 12:26 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello friends, could you check if in your version 15.0.16, is the function working to remove cookies?
For me it is not working, they could check, thank you.
Webapplication.Response.Cookies.RemoveCookie('IWUSUARIO','/');
|
|
|
| trying to purchase IW, coupon code doesn't work |
|
Posted by: chiswilson - 11-17-2018, 05:16 PM - Forum: IntraWeb General Discussion
- Replies (6)
|
 |
Im trying to purchase IW Ultimate, single developer. (nominal price of 399 euro)
I login to the purchase point application, try to purchase the IW Ultimate single developer, but when I enter the coupon code that I received via email from AtoZed, it tells me invalid coupon. Tried it several times, same results.
The email from AtoZed says:
Coupon Expiry Date: Nov.18.2018
...and right now its still Nov 17th here in the USA.
I'd like to make this purchase, but I'd like the discount offered in the email, with the coupon code.
Is this possible?
Thanks
Chisolm Wilson
|
|
|
| Cookies stoped working when upgrading from 14 to 15 |
|
Posted by: Per Waernborg - 11-15-2018, 07:28 AM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
I use cookies to remember the login and has a working app made with Delphi 10.1.2 and IntraWeb 14.1.7. It writes and reads cookies just as I want it to.
When I move this app to Delphi 10.2.3 and IntraWeb 15.0.15 the cookies don't work any more.
I have the following settings in the ServerController:
AllowMultipleSessionsPerUser = False
CookieOptions
> CookieNameSuffix = "empty"
> HttpOnly = False
> SameSite = ssoNone
> Secure = False
> SessionCookies = True
> UseCookies = True
Are there any other settings I should check or is it someting else I should be looking for?
|
|
|
| TIWDBImage does not work with vFileAccess = faRequireSession |
|
Posted by: magosk - 11-14-2018, 08:54 AM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Hi! We discovered that a frame containing a TIWDBImage did not work when we had set vFileAccess := faRequireSession in IWServerControllerBaseValidateCacheFileAccess. If you debug the web page you get the following error:
Code: HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://192.168.4.30:9013/iJpZEkkD90Ig4vhmnuKR8q/$/temp/ATZiwn17FqBleI5B3MTnwWxFG.png
As a temporary bug fix I can set vFileAccess := faGrant for png files, but we would like to have session validation for all cache files.
|
|
|
| Uploading more files |
|
Posted by: odisej2 - 11-14-2018, 07:10 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi again
I'm so happy with the forum as you helped me with one of my issues. I'm also more and more happy with the Intraweb. But I do have another question. File uploading.
I'm using IWFileUploader1 and layout manager and I also want to upload on a button press. It was a challenge to setup things to work. I'm happy with it but not 100%. The problem is that I'm not able to upload more than one file at a time. I'm showing uploaded files in a datatable. So I need to do a page refresh when upload is completed. I do a full submit in IWFileUploader1AsyncUploadSuccess like this:
WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA('SubmitClick("btnRefresh","",true);');
But IWFileUploader1AsyncUploadSuccess is called after each file so if I have more that full submit breaks the upload. So finally the question. Is there anything that I can use to know if that was the last file uploaded? Or can I call some kind of a refresh page that does not break the upload. What I need is to drop into IWTemplateProcessorHTML1UnknownTag for my page to "draw".
Thanks again
Grega
|
|
|
| How to abort TIdImap4.Connect? |
|
Posted by: edwinyzh - 11-14-2018, 05:56 AM - Forum: Indy
- Replies (3)
|
 |
As we know, we can abort any TIdTCPConnection child classes in the OnWork event, including the TidImap4 client component.
But how to abort the connection before the timeout value is reached?
Thanks.
|
|
|
| Placeholder disappears |
|
Posted by: wadcompany - 11-13-2018, 06:48 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hello friends could tell me if it is normal in an IWDBEDIT after an insert, the placeholder disappear. I have this problem in all the templates, using the IW15, only to appear in IW14 did not occur these problems. Thank you.
|
|
|
|