Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3712 - 3741 of 19187   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3712
I write a program to create Database , But i can't created , Who can help me? First , i don't have a ado.cdb in my PPC , so i want to creat a new db. When i...
brian_so
Offline Send Email
Aug 1, 2003
9:34 am
3713
This is the problem statement, adjusted to work: rs.Open "select c1 from t1","\ado.cdb",1,3 See tech note 10 for details. There is only one reason why you...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 1, 2003
12:40 pm
3714
I edit this statement " rs.Open "select c1 from t1","\ado.cdb",1,3 " But the problem is the same...
brian_so
Offline Send Email
Aug 1, 2003
12:48 pm
3715
hi charl, Thanks for the response. The reason I did not post the code earlier was that, the S/W did not allow me to see the code or even click on any items in...
Kumar
kumar_ynvs
Offline Send Email
Aug 1, 2003
2:54 pm
3716
You're code runs here with the modification indicated, I get both messages. Once you run it once, the create database and create table will both get errors. ...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 1, 2003
4:37 pm
3717
Kumar, Are you working on the desktop, with the emulator? If so, you can use a drive designation, but will get an error 6/overflow if you specify a directory...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 1, 2003
5:11 pm
3718
Hi Charl, Yes, I am working on a desktop. My actuak idea is to implement this on the Pocket PC, but I am trying to get this to work on a Desktop intially so...
Kumar
kumar_ynvs
Offline Send Email
Aug 1, 2003
6:35 pm
3719
There are many things on the desktop that cannot work the same way as on the device. The underlying controls from Microsoft have significant differences...
George Henne
ghenne
Offline Send Email
Aug 2, 2003
10:36 am
3720
I am testing the NSBasic Demo. However I'm having trouble getting the Microsoft Script Debugger (v 1.0.7295). I'm told it should "just work" but so far it just...
robertmslack
Offline Send Email
Aug 2, 2003
11:18 am
3721
Brian requested a code sample, off forum, but his quota is exhausted, so here it is: <code> 'MsgBox "Start" Dim rs Set RS = CreateObject("adoce.recordset.3.0")...
cdvsmx5
Offline Send Email
Aug 2, 2003
1:11 pm
3722
Goerge/Al, I've been meaning to respond to this for a while, sorry it took so long. There is a problem here, but I don't understand it as presented. In my...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 2, 2003
3:42 pm
3723
Hi Charl ... In my experience, the device editor will re-open an encrypted file that has been edited on the device. Not in mine :-) And I actually sent...
rmrsoft
Offline Send Email
Aug 2, 2003
8:54 pm
3724
We're working on this now. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Aug 3, 2003
11:49 am
3725
What am I doing wrong? When I run the following part of my program, it finds and opens the file OK rs.Open "SELECT * FROM RatesTbl","\Storage...
roylique
Offline Send Email
Aug 3, 2003
2:29 pm
3726
Assuming rate is a number: rs.Open "SELECT * FROM RatesTbl WHERE Rate = 5","\Storage Card\RatesTbl.cdb",1,3 If Rate was a string it would be ...rate='5' Charl ...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 3, 2003
2:48 pm
3727
I found this site of great value when I started with SQL in VB6 I am not sure the structure is the same with embeddedVB or ADO on the PPC side I am sure Charl...
Dwight Norris
Choroid_45
Offline Send Email
Aug 3, 2003
5:24 pm
3728
Does anyone know of a good freeware licensing agreement that covers all the bases and all I have to do is fill in any blanks? It needs to cover no re-using...
Dave
kensupen
Offline Send Email
Aug 4, 2003
7:30 am
3729
Hi, I use VB6 and VB Embedded for programming my Casio E-115. But came across NSBasic and reading all about it. Have downloaded trial will play, however, I...
darteuk
Offline Send Email
Aug 4, 2003
12:13 pm
3730
The 'screen' is referred to as output. It is a picturebox and supports most properties, methods and events of the picturebox. Look at the help under output...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 4, 2003
2:48 pm
3731
I want to trialware a project, is there anything I can read from device as to the date my program is installed ? Thks Russ...
russkahn2002
Offline Send Email
Aug 4, 2003
6:29 pm
3732
Darteuk, Although, I've been absent from this forum for quite a while (other life commitments), I occasionally drop by to lurk and read a few emails. As ...
Just4Fun
Just4Fun00
Offline Send Email
Aug 4, 2003
6:32 pm
3733
Russ, Installed files should have the original creation date, not the installation date. You will have to create a file on installation so it will have the ...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 4, 2003
7:13 pm
3734
Here's a possible explanation: The device IDE can't handle more than 64k of code. Your program is 110k. When you delete some lines in a program that is too...
George Henne
ghenne
Offline Send Email
Aug 4, 2003
8:25 pm
3735
Hi George ... than 64k of code. Not technically true. The device IDE can happily "handle" at least 660K of ocde (I should know, as RMRBank is that size)....
rmrsoft
Offline Send Email
Aug 5, 2003
12:19 am
3736
Well let me ask this, is there an example or info I can read to find how to write a trialware - based on say 15 days of free use. thks Russ ... -- Russ...
rdodge@...
russkahn2002
Offline Send Email
Aug 5, 2003
8:49 am
3737
Thanks Rachel - you always get my day off to a good start. I'd hardly call Charl's work modest, though. Also, according to the FAQ, it's Nice & Smart, though...
George Henne
ghenne
Offline Send Email
Aug 5, 2003
9:25 am
3738
George/Al, Happens here too. Charl ... From: rmrsoft [mailto:alan@...] Sent: Monday, August 04, 2003 8:19 PM To: nsbasic-ce@yahoogroups.com Subject:...
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 5, 2003
11:38 am
3739
Well, if you look in the NsBasic/Palm group files section, you will find demo.cod. This is an example of what you're looking for, using a pdb, or palm file....
Charl Van Schoick
cdvsmx5
Offline Send Email
Aug 5, 2003
11:49 am
3740
Thanks. We'll look at this today. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Aug 5, 2003
12:34 pm
3741
Yes, you need to uninstall Pocket Controller if you do not want to purchase the product, but you do not need to do any of the other stuff. In particular you do...
soti992000
Offline Send Email
Aug 5, 2003
2:31 pm
Messages 3712 - 3741 of 19187   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help