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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3160 - 3191 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3160
Here's an article about On Error. There's a lot to the topic... <http://www.microsoft.com/technet/scriptcenter/resources/scriptshop/ shop1205.mspx> Another...
George Henne
ghenne
Offline Send Email
Oct 7, 2009
6:23 pm
3161
Option Explicit AddObject "newObjects.sqlite3.dbutf8","db" Dim RecordList Dim CurrentRecord Dim n I am not sure what you mean by "value." I have another...
algehe
Offline Send Email
Oct 8, 2009
12:44 am
3162
I assume this is what you need to know: Option Explicit Dim RecordList Dim CurrentRecord Dim rec I am not sure what you mean by "Value" George, it is a string....
algehe
Offline Send Email
Oct 8, 2009
1:32 am
3163
OK, so we know you declare it globally. Now, how does a value get assigned to CurrentRecord? (Where is the Multiuser sample from?)...
George Henne
ghenne
Offline Send Email
Oct 8, 2009
8:48 am
3164
Hi All, I need to produce and print pre-formated reports from within a Desktop app. I am using an Sqlite3 database. Does anyone have any ideas? Thanks in...
atiaust
Offline Send Email
Oct 8, 2009
11:53 am
3165
George, The SQLite Muli User sample is from the "Files" in this group (link to the left) posted by Michael Newett. I may be absent for a couple of days because...
algehe
Offline Send Email
Oct 8, 2009
1:58 pm
3166
George, The SQLite Muli User sample is from the "Files" in this group (link to the left) posted by Michael Newett. I may be absent for a couple of days because...
algehe
Offline Send Email
Oct 8, 2009
1:59 pm
3167
Hi there, A few months ago I bought my copy of NS/Basic Desktop 4.0.1. I like the product and plan to write my first "real" app with it. Until now I have used...
vvdleun
Offline Send Email
Oct 10, 2009
8:39 pm
3168
Thanks for your comments! Keyboard Navigation: This is on our list of things to improve. Application Properties: Thanks for pointing this out. It's fairly easy...
George Henne
ghenne
Offline Send Email
Oct 12, 2009
10:48 am
3169
Look at bit more at the Multi User sample. Here is one instance where it sets current record: Sub SearchForMatch Cmd="SELECT * FROM NameDB WHERE Entry1 = """ &...
George Henne
ghenne
Offline Send Email
Oct 13, 2009
7:02 pm
3170
George, After checking your suggestion and reinserting some additional code and still got the same result. The original code I wrote worked and opened another...
algehe
Offline Send Email
Oct 14, 2009
12:31 am
3171
thanks chaps sorry re delay in replying the info helped alot...
curtis_aidan
Offline Send Email
Oct 15, 2009
10:48 am
3172
Hello: I have been trying to understand this control with no luck. I have read Tech note 13 a bunch of times to no avail. I want to load photos but not from a...
benchman86
Offline Send Email
Oct 25, 2009
1:36 am
3173
Have a look at the Picture property - it lets you load an image from a file. If you want to the picture to size automatically, have a look at the Stretch...
George Henne
ghenne
Offline Send Email
Oct 26, 2009
1:58 am
3174
Got it! One more question: What's the difference between stretch and auto size? ... -- <a...
Juan Reyes
benchman86
Offline Send Email
Oct 26, 2009
2:10 am
3175
Also there are no visble properties for this control on the IDE, is that normal? ... -- <a...
Juan Reyes
benchman86
Offline Send Email
Oct 26, 2009
2:15 am
3177
Hello, Can anybody tell me what's wrong with this statement? AddObject "NSCEPictureBox.NSCEPictureBoxCtrl.1", "MyPic", 20, 20, 100, 50, Form1 I get the...
benchman86
Offline Send Email
Oct 27, 2009
1:47 am
3178
Stretch: Sets or returns a value indicating whether the PictureBox will stretch (or shrink) the display of the image to the size of the PictureBox. This will...
George Henne
ghenne
Offline Send Email
Oct 27, 2009
7:43 am
3179
It is in the current release. This may change in the future....
George Henne
ghenne
Offline Send Email
Oct 27, 2009
7:43 am
3180
The statement itself looks OK - could the problem be caused by something elsewhere in your program? For example, you are making the picturebox a child of...
George Henne
ghenne
Offline Send Email
Oct 27, 2009
7:46 am
3181
Is there a limit to string literals in NSBasic Desktop and/or CE? I know there is a limit in Palm. If so is it about the same size as the Palm limit?...
algehe
Offline Send Email
Oct 27, 2009
1:47 pm
3182
I do not know of any limit in NS Basic/desktop....
George Henne
ghenne
Offline Send Email
Oct 27, 2009
2:09 pm
3183
Can anyone show me how to get the current location of the main form (Form1)? I can reposition it by writing to Form1.Top and Form1.Left, but when the window is...
Elliott
sailvalis
Offline Send Email
Oct 27, 2009
2:39 pm
3184
Thanks George! ... -- <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=37052&amp;t=1">Get Firefox!</a>...
Juan Reyes
benchman86
Offline Send Email
Oct 27, 2009
11:52 pm
3185
Yes it is the first line! So, where should I put it? Also can this control be by itself? Sorry for the dumb questions but they will be more dumber if I don't...
Juan Reyes
benchman86
Offline Send Email
Oct 28, 2009
12:01 am
3186
Never mind. I added a command button, put my code in there and voila! I got the result I want it, I even tried both stretch and autosize. I will be using...
Juan Reyes
benchman86
Offline Send Email
Oct 28, 2009
1:33 am
3188
Hi all Need some guidance please If have a database table with Null values in certain rows and when I try to assign the Null value to a text box I get the...
curtis_aidan
Offline Send Email
Nov 1, 2009
9:14 pm
3189
Hello Aidan, Have a look at the technotes, the SQLite reference describes it in detail. You can check if a field in a record contains NULL by testing if...
Thomas Gruber
computerhusky
Offline Send Email
Nov 1, 2009
9:33 pm
3190
Thanks Thomas Tried the following Sub Categorydisprecord(n) If n<1 Or n>records.count Then Exit Sub Categoriestxtbx1.Text = records(n)(1) If records(n)(2) Is...
curtis_aidan
Offline Send Email
Nov 2, 2009
8:35 pm
3191
ignore the last one i'm a bit dopey after a week off the following works Sub Categorydisprecord(n) If n<1 Or n>records.count Then Exit Sub ...
curtis_aidan
Offline Send Email
Nov 2, 2009
8:54 pm
Messages 3160 - 3191 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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