Search found 527 matches
- Tue Dec 09, 2025 7:37 pm
- Forum: Bugs - Windows
- Topic: [Done] StartVectorDrawing(PdfVectorOutput()) ERROR on PDF Create
- Replies: 3
- Views: 502
Re: [Done] StartVectorDrawing(PdfVectorOutput()) ERROR on PDF Create
Is it possible to have page in portrait and other in landscape on the same PDF ?
- Sat Nov 15, 2025 10:27 am
- Forum: Coding Questions
- Topic: StartVectorDrawing(PdfVectorOutput
- Replies: 0
- Views: 379
StartVectorDrawing(PdfVectorOutput
Is it possible to have landscape and portrait page on the same StartVectorDrawing(PdfVectorOutput with purebasic and specially for spiderbasic
Thanks in advance
Thanks in advance
- Sat Nov 15, 2025 8:30 am
- Forum: Feature Requests and Wishlists
- Topic: In PdfVectorOutput: have NewVectorPage(842, 595) for landscape and other custom page sizes
- Replies: 2
- Views: 942
- Fri Nov 14, 2025 5:20 pm
- Forum: Coding Questions
- Topic: VECTOR AND UNICODE FONT
- Replies: 1
- Views: 218
VECTOR AND UNICODE FONT
I try to load a font to use character for table but when i try to use rthis font that's dosen't work
If RegisterFontFile(GetUserDirectory(#PB_Directory_Desktop ) + "Fixedsys 8514oem (Unicode).ttf")
Debug LoadFont(0, "Fixedsys 8514oem (Unicode)", 12)
If StartVectorDrawing(PdfVectorOutput("test ...
If RegisterFontFile(GetUserDirectory(#PB_Directory_Desktop ) + "Fixedsys 8514oem (Unicode).ttf")
Debug LoadFont(0, "Fixedsys 8514oem (Unicode)", 12)
If StartVectorDrawing(PdfVectorOutput("test ...
- Sun Sep 21, 2025 10:57 am
- Forum: Coding Questions
- Topic: Comate Plus question
- Replies: 0
- Views: 842
Comate Plus question
I want to use the following instruction
montantest.s = ExcelObject\GetStringProperty("Cells("+ Str(i)+","+Str(2)+")\Value")
and i don't arrive to use this statement
hStatement = comate::COMate_PrepareStatement("Cells(" + Str(@row) + " As long BYREF," + Str(@col) + " As long BYREF) = " + Str ...
montantest.s = ExcelObject\GetStringProperty("Cells("+ Str(i)+","+Str(2)+")\Value")
and i don't arrive to use this statement
hStatement = comate::COMate_PrepareStatement("Cells(" + Str(@row) + " As long BYREF," + Str(@col) + " As long BYREF) = " + Str ...
- Wed Sep 17, 2025 4:31 pm
- Forum: Coding Questions
- Topic: Rules for sending a mail with purebasic and gmail.com
- Replies: 3
- Views: 489
Rules for sending a mail with purebasic and gmail.com
The rules for sending emails on Gmail from an external mailer have changed. Can anyone tell me what the new rules are for sending emails from PureBasic using a Gmail account?
Thanks in advance.
Thanks in advance.
- Mon Sep 08, 2025 9:18 am
- Forum: Tricks 'n' Tips
- Topic: Select folder dialog
- Replies: 15
- Views: 7296
Re: Select folder dialog
Is it possible to have a select file dialog ?
- Tue Sep 02, 2025 8:19 pm
- Forum: Coding Questions
- Topic: PurePDF module
- Replies: 1
- Views: 496
PurePDF module
Hello,
With the Purepdf module, I would like to be able to display a different logo in the Header procedure depending on the module that launched the PDF creation. Is this possible?
Header() procedure
if toto = ‘tata’
PDF::Image(‘logo_purepdf.png’,10,8,33)
else
PDF::Image(‘logo_pure.png’,10,8 ...
With the Purepdf module, I would like to be able to display a different logo in the Header procedure depending on the module that launched the PDF creation. Is this possible?
Header() procedure
if toto = ‘tata’
PDF::Image(‘logo_purepdf.png’,10,8,33)
else
PDF::Image(‘logo_pure.png’,10,8 ...
- Sat Aug 16, 2025 5:59 am
- Forum: Coding Questions
- Topic: Problem with Filerequester
- Replies: 17
- Views: 1894
Re: Problem with Filerequester
This problem occurs when I call input file requester for the second time
DefaultFile$ = “d:\toto\toto.csv”
; DefaultFile$ = default file to be displayed
Filter$ = “CSV file (*.csv)|*.csv”
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester(“Select ...
DefaultFile$ = “d:\toto\toto.csv”
; DefaultFile$ = default file to be displayed
Filter$ = “CSV file (*.csv)|*.csv”
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester(“Select ...
- Fri Aug 15, 2025 7:22 pm
- Forum: Coding Questions
- Topic: Problem with Filerequester
- Replies: 17
- Views: 1894
Re: Problem with Filerequester
desolated , but i modify my programm replace quote with double quote but that' dont work
- Fri Aug 15, 2025 6:59 pm
- Forum: Coding Questions
- Topic: Problem with Filerequester
- Replies: 17
- Views: 1894
Problem with Filerequester
Hello,
I am having a problem with the Filerequester instruction. Here is my code
DefaultFile$ = ‘d:\toto\toto.csv’
; ; Default directory and file to be displayed
Filter$ = ‘CSV file(*.csv)|*.csv’
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester ...
I am having a problem with the Filerequester instruction. Here is my code
DefaultFile$ = ‘d:\toto\toto.csv’
; ; Default directory and file to be displayed
Filter$ = ‘CSV file(*.csv)|*.csv’
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester ...
- Mon Aug 11, 2025 7:38 am
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 878
Re: Sqlite problem with purebasic
HI skywalk
Thanks for your answers? I am not familiar with attachdabase. Can you give me anexample
Thanks in advance
Thanks for your answers? I am not familiar with attachdabase. Can you give me anexample
Thanks in advance
- Fri Aug 08, 2025 3:05 pm
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 878
Re: Sqlite problem with purebasic
I have another problem because even if the instruction works fine, I'm stuck because I also need to retrieve the value of rumdbt in the client file in the same instruction, and that's where I'm lost.
- Fri Aug 08, 2025 10:54 am
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 878
Re: Sqlite problem with purebasic
thanks miso ,
problem is resolved , it's work perfectly
problem is resolved , it's work perfectly
- Fri Aug 08, 2025 8:16 am
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 878
Sqlite problem with purebasic
Who can help me get around this SQL instruction problem in Purebasic?
The purpose of this instruction is to compare two files in a “ZRUM” area and display the records from file one that do not have a match in the common RUM area of file two.
Here is the instruction
DatabaseQuery(openingDatabase ...
The purpose of this instruction is to compare two files in a “ZRUM” area and display the records from file one that do not have a match in the common RUM area of file two.
Here is the instruction
DatabaseQuery(openingDatabase ...