| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
17 minutes ago
» Replies: 1
» Views: 100
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 96
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 109
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 387
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 196
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 561
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 189
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,127
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 322
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 920
|
|
|
| IW 15.5.10 Sendfile |
|
Posted by: Mikael Nilsson - 05-13-2024, 12:33 PM - Forum: IntraWeb General Discussion
- Replies (7)
|
 |
Hi,
After installing Delphi 12 Version 29.0.51511.6924 and IW 15.5.10
I has written a csv file like this:
{ Create file }
xFileName:=UserSession.UserId + '_1' + ExtractFileName('SaveAs') + '.csv';
xPath:=gServerController.ContentPath + 'Files\XIBFiles\' + xFileName;
UserSession.ViewThisFile:=xPath;
DeleteFile(UserSession.ViewThisFile);
ZnfStreamW := TStreamWriter.Create(UserSession.ViewThisFile, False, TEncoding.Default);
.....
.....
.....
ZnfStreamW.WriteLine(Line);
dm.FDQrySaveAs.Next;
end;
dm.FDQrySaveAs.Close;
WebApplication.SendFile(UserSession.ViewThisFile, False, '', ExtractFileName(UserSession.ViewThisFile));
finally
FreeAndNil(ZnfStreamW); { Close and Free the writer }
end;
This has worked perfectly before, but now the file is mysterious converted to a html fil
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>XIB - Web Watch Dog: WWD (OpusCapita Solutions)</title>
<meta name="generator" content="IntraWeb v15.5.10 Serial 202440434">
<link href="/wwd/isapixibwwd.dll/$/css/IWBase__2933165573.css" rel="stylesheet">
<script nonce="yIJCVKoI+fDI9a5EoWWulrCEZwY">
var GURLBase="/wwd/isapixibwwd.dll/$/", GAppID="AeUrkFJfeLMC7BviU77qNcKmFGq", GTrackID=12
function doOnReady(f){
var d = document
if (d.readyState!="loading") f()
else if (d.addEventListener) d.addEventListener("DOMContentLoaded", f)
else d.attachEvent("onreadystatechange", function(){if (d.readyState=="complete") f()
}
</script>
<script src="/wwd/isapixibwwd.dll/$/js/IWLib__1925002372.js"></script>
<script src="/wwd/isapixibwwd.dll/$/js/IWBase__702901585.js"></script>
<script src="/wwd/isapixibwwd.dll/$/js/IWGecko__3425527816.js"></script>
<script nonce="yIJCVKoI+fDI9a5EoWWulrCEZwY">
|
|
|
| hhtpsys application with SSL Apple iCloud account |
|
Posted by: Comograma - 05-09-2024, 09:55 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I have an httpsys application, with SSL on port 443. When I try to send an email using Indy components TIdSMTP and TIdMessage, the email will not reach his destiny, e.g., I will not receive that mail and no error received, that is as it was sent successfully.
If I run the same application but without SSL, the mail is sent and received.
Any ideas why this happens?
|
|
|
| How can I get started? Documentation? |
|
Posted by: Natalieird - 05-08-2024, 09:34 AM - Forum: CrossTalk General Discussion
- Replies (1)
|
 |
I recently installed the Delphi 11 demo. Every sample project on GitHub generates problems about missing assemblies, some on drives/paths that are clearly from the development/build system, such as Assembly not found: D:\Source\CrossTalk\Source\CrossTalkWPF\bin\Debug\CrossTalkWPF.dll
I figured out how to incorporate an assembly into a test project. Aside from that, I am not sure how to get started with CrossTalk. I have an essential project that I would like to construct in Delphi. But I can't do that, let alone decide whether to buy CrossTalk, if no instructions are supplied on how to use it.
|
|
|
| Priority support |
|
Posted by: Comograma - 05-07-2024, 03:47 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I have IW Ultimate and I think I also have priority support.
I have several questions that were not answered and this is not good, and I think they are simple questions and so I think I deserve answers.
One of them is this one: https://www.atozed.com/forums/thread-4099.html
Another one is this https://www.atozed.com/forums/thread-4030-page-2.html, where I metioned that I can't show the contents of a simples jQGrid on a Modal window, where I also attached a testcase of this problem. The problem is "Another think that I already ask here, is that when I open a modal window (button "Janela modal") with a IWjQDBGrid, the grid do not present it's content, I have to press "Refresh" button. How can I accomplish this?".
Thanks
|
|
|
| tiwselect feature? |
|
Posted by: joelcc - 05-03-2024, 05:31 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
My users that are using the keyboard for navigation would like to enter an iwselect and then be able to search without having to click on the dropdown with the mouse.
The only way this behavior works is for MultiSelect := true.
Am I missing another way to turn this on without having MutliSelect available?
|
|
|
| IWFileUploader Drag and Drop and FileList |
|
Posted by: Airlizard - 05-02-2024, 02:05 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello IntraWeb support:
we are implementing a web interface for our SFTP server using IntraWeb 15.6.1 and SecureBridge. So far so good, but we have a small problem and wondering if you can help us.
On our IWFileUploader control, we have the Multiple property set to true. We need to know when the control finishes uploading all files, in case the user is uploading multiple files at once. We can manage that if the user clicks on the Upload button and select multiple files (EventParams has all files being uploaded), but we can't figure it out how many files are selected when the user drags multiple files, as the AsyncSelectFile event is not triggered when drag and drop is being used.
Is there any way to solve this problem?
Thanks
|
|
|
|