Search found 8 matches
- Sat Feb 17, 2007 1:04 am
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
- Sat Feb 17, 2007 12:22 am
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
- Fri Feb 16, 2007 11:50 pm
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
- Fri Feb 16, 2007 12:55 am
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
"so wich version did you buy?
where did you buy it and how?"
I bought this version from here:
http://www.purebasic.com/ordering.php3
where did you buy it and how?"
I bought this version from here:
http://www.purebasic.com/ordering.php3
- Thu Feb 15, 2007 7:14 pm
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
- Sun Feb 11, 2007 12:39 pm
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
Still haven't heard from them. I just re-emailed support@purebasic.com.
There is nothing from purebasic.com in my Junk-email folder.
There is nothing from purebasic.com in my Junk-email folder.
- Tue Jan 30, 2007 10:20 am
- Forum: General Discussion
- Topic: Registration
- Replies: 23
- Views: 7589
Registration
I bought PureBasic over the weekend but there was no instructions on how to get the full version. I emailed support@purebasic.com but haven't heard from them. Should I be worried?
- Sun Jan 28, 2007 2:42 pm
- Forum: Coding Questions
- Topic: FirstDatabaseRow()
- Replies: 3
- Views: 915
FirstDatabaseRow()
I am accessing an Access mdb file using the Database functions.
Calling NextDatabaseRow() after DatabaseQuery() works.
Calling FirstDatabaseRow() after DatabaseQuery() does not work, as FirstDatabaseRow() always returns 0 (no rows available) even though there are rows in the Query ("database").
Calling NextDatabaseRow() after DatabaseQuery() works.
Calling FirstDatabaseRow() after DatabaseQuery() does not work, as FirstDatabaseRow() always returns 0 (no rows available) even though there are rows in the Query ("database").