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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2783 - 2818 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2783
Hey Doc, give me some feedback would ya. How long ya been using this? Pros? Cons? Any OCX/ActiveX comps you've successfully used with it? Speed? Project size...
Garrett_2001
Offline Send Email
Nov 2, 2008
2:50 am
2786
... me. ... You might find some of the information you want on the NS Basic site. Perhaps looking at the programming contest winners might be useful: ...
LanceGary
Offline Send Email
Nov 6, 2008
11:28 pm
2787
... site. ... I surely did check out all the info there already. :-) Thanks. But I know Doc and figured he'd give it to me straight friend to friend. ;-) ...
Garrett_2001
Offline Send Email
Nov 8, 2008
11:39 pm
2788
I was wondering if I can write the following statement(correct syntax needed) Dim cmd cmd="DELETE FROM AnxDB WHERE date2 = """ & date2.Text & """" And lastname...
kshetarpal
Offline Send Email
Nov 25, 2008
1:21 pm
2790
I am using Desktop to open and read a Palm database. When it opens I get Error 40 String truncated. I get the same message with Palm Database Converter. Any...
algehe
Offline Send Email
Nov 30, 2008
5:12 pm
2791
I would have to have a copy of the original database to be able to analyze the string that causes the failure. Or you could get a (free) copy of XIV32 which...
John Carter
johnecarter
Offline Send Email
Dec 2, 2008
2:29 am
2792
Thanks for the reply John, Sorry I was tardy in answering you, but I was traveling for a couple of days and then came home to pull a semi-all nighter with this...
algehe
Offline Send Email
Dec 3, 2008
12:00 am
2793
Did someone say beer? :-) I believe the GetValueField calls should have a second parameter. For integers, it is 2. GetValueField stores the value as a binary...
George Henne
ghenne
Offline Send Email
Dec 3, 2008
1:12 am
2794
I think the key is the format of GetValueField. From the PalmDB.dll help file: object.GetValueField(Offset, Length) Offset: Offset in bytes from the beginning...
John Carter
johnecarter
Offline Send Email
Dec 3, 2008
11:26 pm
2795
OK. I am obviously not a professional programmer, but I can usually think my through things. As evidence: I have been a loyal customer of NS Basic for at least...
algehe
Offline Send Email
Dec 5, 2008
12:08 am
2796
Your line 40 is ... You must use the format shown in TechNote 34: .GetStringField(Offset, length) The parentheses [()], the place in the database [Offset], and...
John Carter
johnecarter
Offline Send Email
Dec 7, 2008
5:45 pm
2797
Is it possible to Change the Border size on a form? Thanks, Amit...
kshetarpal
Offline Send Email
Dec 10, 2008
7:15 pm
2798
There isn't a property that does this. Could you do it using some draw commands? The form is basically a picturebox....
George Henne
ghenne
Offline Send Email
Dec 11, 2008
8:58 am
2799
Thanks for your help. It seemed that whenever I left the integer data in the Palm database I got the same message. I couldn't figure it out because when all...
algehe
Offline Send Email
Dec 12, 2008
11:50 pm
2800
Before my app compiles I get an error message that gives no error message number, but says, "Name redefined." The issue is that it gives a line number for the...
algehe
Offline Send Email
Dec 15, 2008
7:41 pm
2801
Save the program as a .txt file, then open it in NotePad. The error is in the generated code. Hopefully, the problem will be obvious!...
George Henne
ghenne
Offline Send Email
Dec 15, 2008
7:52 pm
2802
I recently created an NS Basic desktop program that reads a Palm database. I wanted to run it on another computer and realized I have to "register" the COM...
algehe
Offline Send Email
Dec 26, 2008
7:25 pm
2803
To get to the command line from Windows, click on Start, then select Run. A small window will show up, with the caption "Open". Type regsvr32 palmdb.dll at...
George Henne
ghenne
Offline Send Email
Dec 28, 2008
10:55 am
2804
Thanks for the help George. ShellExecute wasn't mentioned as an option in either Technote 2 or 25, but I was already onto the fact it might work. After I...
algehe
Offline Send Email
Dec 28, 2008
4:52 pm
2805
Hi Alan, you are right about the quotes in the example, they should of course be balanced. But there's another error in it I think: the name of the program is...
Thomas Gruber
computerhusky
Offline Send Email
Dec 28, 2008
5:27 pm
2806
Thanks for spotting this - we'll correct the docs....
George Henne
ghenne
Offline Send Email
Dec 29, 2008
12:10 pm
2808
You should take a look at Inno Setup. <../../../../message/www.innosetup.com> http://www.jrsoftware.org/isinfo.php <http://www.jrsoftware.org/isinfo.php> It is...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 29, 2008
12:32 pm
2809
Tim, Thanks for the help! I SHOULD have realized the difference in the code myself since there is a an example of good code in this message. After I read your...
algehe
Offline Send Email
Dec 29, 2008
2:15 pm
2810
No Problem. I'm sure you'll have some questions regarding Inno Setup, so please feel free to ask. There are some things that aren't covered in the sample for...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 29, 2008
3:12 pm
2811
I am using: NSBasic.win32.Registry I cannot find any code samples and am unsure how to proceed...
D. Bruce
mooredavidbruce
Offline Send Email
Jan 2, 2009
6:43 pm
2813
Here's a short sample that should help you get started: AddObject "NSBasic.win32.Registry","reg" reg.key=&H1 'HKEY_CURRENT_USER ...
George Henne
ghenne
Offline Send Email
Jan 6, 2009
6:11 pm
2815
I have a problem where the "NSCEPictureBox.NSCEPictureBoxCtrl.1" picturebox works OK on some computers, but not on others. The original "picturebox" works on...
Elliott
sailvalis
Offline Send Email
Jan 9, 2009
9:35 pm
2816
More details: I just switched the screen resolution to very low on the laptop (the one that wasn't displaying the new picturebox), and the picturebox started...
Elliott
sailvalis
Offline Send Email
Jan 9, 2009
9:48 pm
2817
Figured it out: The new Picturebox doesn't work when the display is in 16-bit color depth mode. It works fine in 32-bit mode. Is this a known issue, and is...
Elliott
sailvalis
Offline Send Email
Jan 9, 2009
10:16 pm
2818
The best we can probably do, for now, is document this....
George Henne
ghenne
Offline Send Email
Jan 10, 2009
4:03 pm
Messages 2783 - 2818 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