Search found 17 matches
- Tue Dec 10, 2013 12:09 pm
- Forum: Coding Questions
- Topic: String with Chr(0)
- Replies: 8
- Views: 1930
Re: String with Chr(0)
Thank you very much!! I will try it and let you know.
- Tue Dec 10, 2013 9:37 am
- Forum: Coding Questions
- Topic: String with Chr(0)
- Replies: 8
- Views: 1930
String with Chr(0)
Dear All,
We are programming a small application that sends a string to the Serial Port, we are forced to send a string and some values of the string are chr(0).
For input we found the solution by reading "bytes" using "ReadSerialPortData(COMID, @bBuffer, 1)" ... is there any solution for sending ...
We are programming a small application that sends a string to the Serial Port, we are forced to send a string and some values of the string are chr(0).
For input we found the solution by reading "bytes" using "ReadSerialPortData(COMID, @bBuffer, 1)" ... is there any solution for sending ...
- Wed Oct 09, 2013 7:13 pm
- Forum: Announcement
- Topic: PurePDF Version 2.0
- Replies: 473
- Views: 279107
Re: PurePDF Version 2.0
Unicode for Japanese.
I am trying to use Japanese chars with PurePDF, I have followed the Tutorial regarding unicode and when printing a char like Chr(12452), with the font "Lucida Sans Unicode", compiler set to "Create Unicode Executable" I get a Square.
In order to check the problem if you use ...
I am trying to use Japanese chars with PurePDF, I have followed the Tutorial regarding unicode and when printing a char like Chr(12452), with the font "Lucida Sans Unicode", compiler set to "Create Unicode Executable" I get a Square.
In order to check the problem if you use ...
- Sat Aug 27, 2011 10:44 am
- Forum: Coding Questions
- Topic: DISPLAYORIENTATION
- Replies: 1
- Views: 561
DISPLAYORIENTATION
Hello All,
I was trying to figure out how to open a printer with the option "DISPLAYORIENTATION" I need to set DMDO_180 it seems to be equals to 2. following this information: http://msdn.microsoft.com/en-us/library/aa927408.aspx
Thanhs in advance,
I was trying to figure out how to open a printer with the option "DISPLAYORIENTATION" I need to set DMDO_180 it seems to be equals to 2. following this information: http://msdn.microsoft.com/en-us/library/aa927408.aspx
Thanhs in advance,
- Sun May 30, 2010 6:01 pm
- Forum: Coding Questions
- Topic: Play video in several Container Gadgets
- Replies: 2
- Views: 921
Play video in several Container Gadgets
Dear All,
I need to play several videos in the same window, one beside the other in rows, that is, a Video Selector.
One option will be the use of the ContainerGadget. I have been following a previous post in the forum: http://www.purebasic.fr/english/viewtopic.php?f=13&t=39526
The problem is ...
I need to play several videos in the same window, one beside the other in rows, that is, a Video Selector.
One option will be the use of the ContainerGadget. I have been following a previous post in the forum: http://www.purebasic.fr/english/viewtopic.php?f=13&t=39526
The problem is ...
- Tue May 20, 2008 3:02 pm
- Forum: Coding Questions
- Topic: Sqlite with PB 4.20 b6. UTF8
- Replies: 5
- Views: 1202
- Tue May 20, 2008 6:49 am
- Forum: Coding Questions
- Topic: Sqlite with PB 4.20 b6. UTF8
- Replies: 5
- Views: 1202
- Mon May 19, 2008 11:59 pm
- Forum: Coding Questions
- Topic: Sqlite with PB 4.20 b6. UTF8
- Replies: 5
- Views: 1202
Sqlite with PB 4.20 b6. UTF8
Dear All,
I'm migrating an Access Application to Sqlite.
In MS Access I had a Memo field which now is Sqlite is a clob (datatype)
With the Access ODBC I can insert a text like this: "
I'm migrating an Access Application to Sqlite.
In MS Access I had a Memo field which now is Sqlite is a clob (datatype)
With the Access ODBC I can insert a text like this: "
- Mon Apr 14, 2008 10:07 pm
- Forum: General Discussion
- Topic: Report System
- Replies: 4
- Views: 1685
- Sat Apr 12, 2008 11:04 am
- Forum: General Discussion
- Topic: Report System
- Replies: 4
- Views: 1685
Report System
Dear All,
I'm looking for a report system which allow the final user to modify the report. Something like Report Builder ... That could be used with PB, do you have any idea where I could find something like that?
Thanks in advance
I'm looking for a report system which allow the final user to modify the report. Something like Report Builder ... That could be used with PB, do you have any idea where I could find something like that?
Thanks in advance
- Sun Feb 03, 2008 7:58 pm
- Forum: Coding Questions
- Topic: Minimum number of points in a Bezier Curve
- Replies: 1
- Views: 684
Minimum number of points in a Bezier Curve
Dear all,
I'm designing a small program in which I have a polyline of 200 points and I need to convert this "polyline curve" to a Bezier curve, using the minimum number of points.
Right now I'm using as many Bpoints as points I have in the curve... could someone give me a hint in where to look for ...
I'm designing a small program in which I have a polyline of 200 points and I need to convert this "polyline curve" to a Bezier curve, using the minimum number of points.
Right now I'm using as many Bpoints as points I have in the curve... could someone give me a hint in where to look for ...
- Sat Jun 02, 2007 9:10 am
- Forum: Coding Questions
- Topic: Crystal Reports
- Replies: 0
- Views: 658
Crystal Reports
Does any of you have ever made any interface with Crystal Reports from PB?
Or any place/forum that has an example on how to deal with?
Thanks in advance, any help will be welcomed.
Regards,
Or any place/forum that has an example on how to deal with?
Thanks in advance, any help will be welcomed.
Regards,
- Sun May 13, 2007 8:30 am
- Forum: Coding Questions
- Topic: SQLColumns
- Replies: 2
- Views: 709
SQLColumns
Yes, I'm using a registered version of PB.
SQLColumns_ is from the ODBC.DLL
SQLColumns_ is from the ODBC.DLL
- Sat May 12, 2007 6:12 pm
- Forum: Coding Questions
- Topic: SQLColumns
- Replies: 2
- Views: 709
SQLColumns
Dear all,
I need to know all the properties of the columns from a table in an access table. I used the example in the topic: http://www.purebasic.fr/english/viewtopic.php?t=14174
to get the tables from a database.
But I need to use the SQLColumns to get the properties of all the columns, but I ...
I need to know all the properties of the columns from a table in an access table. I used the example in the topic: http://www.purebasic.fr/english/viewtopic.php?t=14174
to get the tables from a database.
But I need to use the SQLColumns to get the properties of all the columns, but I ...
- Sat Sep 30, 2006 11:10 am
- Forum: Coding Questions
- Topic: GetDatabaseString text over 255 chars
- Replies: 9
- Views: 1470