Search found 9 matches

by PrietoM
Sat Aug 30, 2014 6:03 pm
Forum: Tricks 'n' Tips
Topic: Some date functions supporting also dates prior to 1970
Replies: 36
Views: 21817

Re: Some date functions supporting also dates prior to 1970

I am a newcomer to PureBasic from Python and I just wanted to let you know that dates prior to Epoch were holding a project I wanted to bring to PureBasic. Thanks for the DateQ program. It is fast and works like a charm!!
by PrietoM
Fri Dec 27, 2013 8:13 pm
Forum: Coding Questions
Topic: The case of the disappearing gadgets- Help me solve it
Replies: 5
Views: 1762

Re: The case of the disappearing gadgets- Help me solve it

Demivec, thanks for your reply??
I put all the gadgets under one Enumeration and the code works!!
What is the difference between putting the gadgets in one enumeration vs multiple enumerations?? I though PB will assign a number based on the last enumeration number??
Please explain the difference ...
by PrietoM
Fri Dec 27, 2013 7:18 pm
Forum: Coding Questions
Topic: The case of the disappearing gadgets- Help me solve it
Replies: 5
Views: 1762

The case of the disappearing gadgets- Help me solve it

I am working on a program for my work. I have encountered a major roadblock. I have 2 windows with some gadgets. The program first opens the main window #wndMain and then after clicking a button it opens another window called #wndQueryView. When the second window opens a text and a String gadget ...
by PrietoM
Fri Aug 31, 2012 2:25 am
Forum: Coding Questions
Topic: Linefeed in Debug
Replies: 2
Views: 759

Re: Linefeed in Debug

Thank You MachineCode!!!

The more I use Purebasic the more I like it!!!

I am gonna have to say Goodbye to Realbasic, soon.
by PrietoM
Thu Aug 30, 2012 11:41 pm
Forum: Coding Questions
Topic: Linefeed in Debug
Replies: 2
Views: 759

Linefeed in Debug

I just started with Purebasic today!!!
Great language by the way.
I have encountered my first noob issue. I want to list all of the ODBC Drivers in my machine and show them in the Debug window. I want each driver listed in a row. I am able to get the list of the drivers but somehow they all appear ...
by PrietoM
Thu Jan 19, 2012 6:28 am
Forum: Coding Questions
Topic: Read and Write .DBF
Replies: 4
Views: 1987

Re: Read and Write .DBF

I searched using the forum search feature and did not find anything. I then used Googles search and found a bunch of posts in this forum.

Thanks I will take a look at the cheetah db!!!
by PrietoM
Wed Jan 18, 2012 5:30 pm
Forum: Coding Questions
Topic: Read and Write .DBF
Replies: 4
Views: 1987

Read and Write .DBF

Is there an easy way to Read and Write DBF files?
I need to read a .csv file and write to several .DBF files.

I searched the forum and did not find anything.

Thanks.
by PrietoM
Wed Jan 18, 2012 2:07 am
Forum: Coding Questions
Topic: Path separator issue
Replies: 4
Views: 871

Re: Path separator issue

Yes, it was the font!!!
I had the following:

Code: Select all

LoadFont(0,"Batang",12,#PB_Font_Bold)
I changed it to Arial and it works!!

Thanks guys.
by PrietoM
Tue Jan 17, 2012 1:02 am
Forum: Coding Questions
Topic: Path separator issue
Replies: 4
Views: 871

Path separator issue

I just started playing with Purebasic and I encounter my first noobie issue;
I have a text gadget that displays the path of the selected file/directory in a tree explorer gadget
Everything works great except the path displayed looks weird because the path separator looks like a W with a line across ...