Search found 8 matches

by TheFlyingDutchman
Sat Feb 17, 2007 1:04 am
Forum: General Discussion
Topic: Registration
Replies: 23
Views: 7589

I don't know if it is most of the time, but at least some of the time when I buy a downloaded piece of software I get the registration code/password via the web page rather than emailed. Might be a way to go if in fact email from purebasic.com is getting deleted by mail servers.
by TheFlyingDutchman
Sat Feb 17, 2007 12:22 am
Forum: General Discussion
Topic: Registration
Replies: 23
Views: 7589

"The registration mail have been resent, thanks for your patience."

Got it and was able to download. I did get some error messages on my first install over top the demo version. But after uninstalling - the second install had no error messages and everything is fine. Thanks.
by TheFlyingDutchman
Fri Feb 16, 2007 11:50 pm
Forum: General Discussion
Topic: Registration
Replies: 23
Views: 7589

Could you send again a mail, i can't find it here (or send your real name in in forum PM).


resent to support@purebasic.com


or use the following page: http://www.purebasic.com/securedownload/RetreivePassword.php with the email you used when registering.

I get:

"This login isn't the database ...
by TheFlyingDutchman
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
by TheFlyingDutchman
Thu Feb 15, 2007 7:14 pm
Forum: General Discussion
Topic: Registration
Replies: 23
Views: 7589

Try alphasnd at gmail.com
That one didn't work either.
by TheFlyingDutchman
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.
by TheFlyingDutchman
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?
by TheFlyingDutchman
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").