| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 98,724
» Latest member: mb66green
» Forum threads: 2,426
» Forum posts: 11,371
Full Statistics
|
| Online Users |
There are currently 761 online users. » 1 Member(s) | 756 Guest(s) Applebot, Bing, Google, Yandex, mb66green
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 269
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 209
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 222
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 526
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 277
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 701
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 254
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,330
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 397
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,043
|
|
|
| IWfileuploader erro: could not create directory |
|
Posted by: DeboraMezz - 10-20-2021, 12:57 PM - Forum: IntraWeb Dúvidas Gerais
- Replies (1)
|
 |
Olá, pessoal, atualizei meu delphi para o 10.4.2 (antes tinha o 10.3.2) e o intraweb para o 15.2.23 (antes tinha o 15.1) e começou a dar esse problema com o IWFileUploader que nunca tinha visto e apenas dá em produção o site está no IIS como uma dll.
iwfileuploader: could not create directory
ele salva os arquivo nas pasta, mas não consegue finalizar o evento success, apenas o completed.
O que poderia ser essa mensagem?
|
|
|
| IdMessageClient problem |
|
Posted by: scampsmith - 10-18-2021, 07:36 PM - Forum: Indy
- Replies (10)
|
 |
Trying to send a email with pdf attachment. But when the email shows up in gmail, its just the raw uue text, and none of the email clients I've triled (gmail, smartermail, thunderbird) recognize the attachement. What could I be doing wrong?
Indy10, Delphi 2010
Thanks!
--Stan
|
|
|
| bootstrap 4 - adding items to IWBS4Select |
|
Posted by: bostjan - 10-14-2021, 02:27 PM - Forum: IntraWeb General Discussion
- Replies (13)
|
 |
Hi,
I ran into new problem while trying to convert to Bootstrap 4.
I have a combo box TIWBS4Select with some items and I would like to add some more - I put a button and with a click on that button I want to add one more item:
Code: IWBS4Select1.Items.Add('new 1');
When I run the program in this line I'm getting an error: 'access violation at adress xxxxxx'. What is the correct way of adding items?
Kind regards,
Bostjan
|
|
|
| C++ example for cache system to send file |
|
Posted by: Gav75va - 10-14-2021, 02:13 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hello there
I need to update some old code. It currently generates a PDF file and saves it to the UserCacheDir and then uses SendFile to download the file for the user.
The above no longer works in an ISAPI release build, after some research I've found that the cache system is what should be used now for this. I've been unable to locate a C++ example of using the cache system to send a file.
Any help appreciated
Thanks
Gav
|
|
|
| IW Bootstrap 4 example with working modal dialogs |
|
Posted by: jeroen.rottink - 10-12-2021, 08:35 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi my previous projects where based on IW Bootstrap 3. I have modal dialogs working there. This was with the help of the bootstrap demo.
For a new project I would like to use IW Bootstrap 4. Reason is an external party created a bootstrap 4 template I should use.
But I didn't succeed in creating an example using IWBS4. TIWBS4Modal is for example not registered in the IDE. Why? Should I use TIWBS4MoabDialog?
Does somebody have a working example?
I saw the other post about iwbs4 modal dialogs but here the example doesn't seem complete.
Are people active using the IWBS4 components in a project?
|
|
|
|