Search found 465 matches

by loulou2522
Sat Mar 16, 2024 8:39 am
Forum: General Discussion
Topic: Free direct debit software
Replies: 2
Views: 262

Re: Free direct debit software

No, this software doesn't generate more sales. It simply offers the possibility of collecting any payment throughout the euro zone, as long as you have a bank account and a direct debit issuer number. This software is interesting for recurring subscriptions, such as a subscription to a fitness compa...
by loulou2522
Fri Mar 15, 2024 3:00 pm
Forum: General Discussion
Topic: Free direct debit software
Replies: 2
Views: 262

Free direct debit software

He Fred, if you wish, I can provide you free of charge with a complete software package for managing direct debits to be closed in the bank, with an automatic emailing system developed in either sqlite or postgresql. If you're interested, I can send you a PDF tutorial file of my software so you can ...
by loulou2522
Fri Mar 15, 2024 2:49 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 283
Views: 36219

Re: PureBasic 6.10 beta 8 is out !

Jacdelad +1
by loulou2522
Thu Mar 14, 2024 9:46 am
Forum: Coding Questions
Topic: Help with macro
Replies: 3
Views: 151

Help with macro

Hi all
Here is what i want to do
toto.s="variable1"
variable1= 100 assigning the value of variable1 to 100 , the var variable1 is given by toto
debug variable1 --> result 100
It's posssible with VB but i don't know hos to do in purebasic
THanks in advance
by loulou2522
Fri Mar 08, 2024 10:08 am
Forum: Coding Questions
Topic: Possible bug with Linker and PB 10 B7
Replies: 2
Views: 108

Re: Possible bug with Linker and PB 10 B7

thanks Fred,
I don't understand what you say becaus i never use pruepdf.lib in my programm i only use
modulepdf.pbi
Can you give me more explain to solve my problem please ?
Thanks
by loulou2522
Fri Mar 08, 2024 8:07 am
Forum: Coding Questions
Topic: Possible bug with Linker and PB 10 B7
Replies: 2
Views: 108

Possible bug with Linker and PB 10 B7

my programm works perfectly on PB 6.04 LTS and cause linking error with PB 6.10 B7 Here is the message PurePDF.lib(PurePDFShared_THREAD.obj) : warning LNK4006: _PB_MemoryBase_THREAD already defined in PV_Gadgets.lib(PV_GadgetsShared_THREAD.obj); second definition ignored PurePDF.lib(PurePDFShared_TH...
by loulou2522
Tue Mar 05, 2024 1:01 pm
Forum: Coding Questions
Topic: Drawtext and PB
Replies: 8
Views: 373

Drawtext and PB

Since the new version Procedure updateProgressBar(barNum, imageNum, amount, max, fColor, bColor, tColor, txt.s ) Protected iw = ImageWidth(imageNum), ih = ImageHeight(imageNum), tw, th StartDrawing(ImageOutput(imageNum)) Box(0, 0, iw, ih, fColor) Box(0, 0, amount / (max / iw), ih, bColor) DrawingMod...
by loulou2522
Sun Mar 03, 2024 1:40 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 56
Views: 8437

Re: libcurl.pbi

I was speaking about your new examples which is not in the zip files
But I added an example now: EMailWithBinaryFileAttachment.pb
Thanks in advance
by loulou2522
Sun Mar 03, 2024 12:32 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 56
Views: 8437

Re: libcurl.pbi

Can you give me the adresse of the new zip please ?
by loulou2522
Sun Mar 03, 2024 12:28 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 56
Views: 8437

Re: libcurl.pbi

Thanks infratec but with your first answer i was not able to do that
Best regards
by loulou2522
Sun Mar 03, 2024 8:29 am
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 56
Views: 8437

Re: libcurl.pbi

Hi Infratec,
Is it possible to attach binary file to an email ? and how to ? Thanks in advance
Thanks
by loulou2522
Wed Feb 21, 2024 12:40 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] iCalModule.pbi (all OS)
Replies: 3
Views: 4430

Re: [Module] iCalModule.pbi (all OS)

How can I send an invitation from the event created in Ical?
Thanks
by loulou2522
Sun Feb 18, 2024 9:25 am
Forum: Applications - Feedback and Discussion
Topic: [Module] CalendarEx - Gadget (all OS)
Replies: 32
Views: 12234

Re: [Module] CalendarEx - Gadget (all OS)

Error when using this module and trying to create an appoitments.
CopyList(Calendar()\Event\Entries(), Entries())
[09 :20 :54] [ERREUR] CalendarExModule.pbi (Ligne: 2356)
[09 :20 :54] [ERREUR] CopyList(): The lists needs to be of the same type.
How can i do solve thos problem
by loulou2522
Fri Feb 16, 2024 3:40 pm
Forum: Coding Questions
Topic: ability to send french accent in purebasic mailer subject
Replies: 1
Views: 100

ability to send french accent in purebasic mailer subject

Is it possible and how ?
Thanks in advance
by loulou2522
Thu Feb 15, 2024 10:39 am
Forum: Coding Questions
Topic: Outllook appointment Object
Replies: 1
Views: 158

Outllook appointment Object

Hi all,
I find the way to create an appointment with multiple recipients, but i don't know how to join a pdf file for each recipient. Is there a way to do that ?
I have another question is-it possible to make the same thing with thunderbird?
Thanks in advance