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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2527 - 2557 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2527
We have just posted 4 new Tech Notes: 06 Communications - TCP/IP and IRDA 08 File Control a. Files with Records and Fields 09 FileSystem Control These Tech...
George Henne
ghenne
Offline Send Email
Apr 2, 2008
2:28 pm
2528
Hi George, Where are this t-notes at all ??? Thanks ... From: George Henne To: Nsbasic Desktop ; nsbasic-ce@yahoogroups.com Sent: Wednesday, April 02, 2008...
fgibert
gibertfernando
Offline Send Email
Apr 2, 2008
4:44 pm
2529
They are here: <http://www.nsbasic.com/desktop/info/technotes/>...
George Henne
ghenne
Offline Send Email
Apr 2, 2008
4:53 pm
2531
you can find fabulous computer tutorials visit this http://www.univbgpk1.newsit.es/...
univbgpk
Offline Send Email
Apr 8, 2008
10:58 am
2532
Hi, Is it possible to change the colour property of the CommandButtons in NSBAsic? Thanks, Stuart...
kryten68
Offline Send Email
Apr 10, 2008
10:24 pm
2533
Hello everybody I would like to use my own icon in my applications. How could I change the standard icon "NSB" in my project. Best Regards Joel...
Joel G. Silva
jjoelgomes
Offline Send Email
Apr 11, 2008
4:03 pm
2534
On the IDE, in the Properties for your form (click on your program name above the folder "Forms"), add the path to your icon, i.e. C:\NSB Desktop\H&S...
aelenteny
Offline Send Email
Apr 13, 2008
3:43 pm
2535
The IDE has the name of each form i.e. "frmList". In running the executed program, the form name briefly appears the first time a form is accessed before the...
aelenteny
Offline Send Email
Apr 13, 2008
3:49 pm
2536
The standard Windows API functions in Microsoft's desktop OS do not allow for different colors of buttons. (Unlike Windows CE, which does, for some reason). To...
George Henne
ghenne
Offline Send Email
Apr 14, 2008
3:21 pm
2537
Not easily. On most machines, this changes so quickly that no one notices....
George Henne
ghenne
Offline Send Email
Apr 14, 2008
3:23 pm
2538
Hi, New to NSB/desktop - done a fair bit in NSB/palm, so not completely new to programming. I am writing an application that will have about 50 users (using ...
djc_slip
Offline Send Email
Apr 16, 2008
8:24 pm
2539
How will the laptops interact with the database? Will they keep local copies and then sync up when the employees return to the office? Or will they need to...
Styskul
Offline Send Email
Apr 16, 2008
9:20 pm
2540
I second styskul - MySQL is a good product for a network-accessible database and (relatively) easy to learn. I did a group project in college that used a MySQL...
John Carter
johnecarter
Offline Send Email
Apr 16, 2008
11:42 pm
2541
access all computer tutorials for free visit http://www.univbgpk1.newsit.es/...
univbgp2
Offline Send Email
Apr 18, 2008
6:10 am
2542
Thanks for your replies. I'd already developed a mysql database (well - almost finished!) so i'm glad that this is the way forward. Are there any tutorials/...
djc_slip
Offline Send Email
Apr 18, 2008
10:12 am
2543
Recently I have been working on projects and suddenly get duplicate defined name messages. When I examine the code, I find a duplicate copy of my code as well...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 20, 2008
6:53 am
2544
It's the first I've heard of it, but it is obviously of concern. Deleting and recreating the NSP file is pretty safe to do, however. Do you have any idea what...
George Henne
ghenne
Offline Send Email
Apr 20, 2008
9:24 am
2545
At the beginning of a work session, I open the NSP file with Notepad just to make sure it is OK. If it is, I then start NSBasic desktop and open the project....
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 21, 2008
2:35 am
2546
Do you have a sequence of operations that causes the extra line to be added?...
George Henne
ghenne
Offline Send Email
Apr 21, 2008
6:01 am
2547
Hi George, Thanks for the tip. I'm finding however that events seem to fire twice for pictureboxes. For example if I add a simple click event to show a MsgBox,...
kryten68
Offline Send Email
Apr 21, 2008
8:36 pm
2548
Yes, it's on our list....
George Henne
ghenne
Offline Send Email
Apr 21, 2008
9:06 pm
2549
What are the options for connecting to a Oracle Database and which is the best way to connect to it? using NSBASIC desktop? Thanks Jay...
jayoungaf
Offline Send Email
Apr 22, 2008
7:26 pm
2550
This Tech Note is a good place to start... <http://www.nsbasic.com/desktop/info/technotes/TN22.htm>...
George Henne
ghenne
Offline Send Email
Apr 22, 2008
7:46 pm
2551
I am trying to do some Error trapping during the loop below and what i want it to do is show the user the line of data that has the Error in it, Some of the...
jayoungaf
Offline Send Email
Apr 23, 2008
5:23 pm
2552
I have cleaned the code up some, Do Until objRS.Eof = True 'Show the field x = x + 1 sqlString=("INSERT INTO ""FIELDINFO"" (WU, FIELDNO, COUNTY, FSANO, ACRES,...
Jay Young
jayoungaf
Offline Send Email
Apr 23, 2008
7:17 pm
2553
So I was happily chugging along converting a CE program to the Desktop, but when I tried to open the program today, I got the Run Time Error '50003' which...
aelenteny
Offline Send Email
Apr 23, 2008
9:28 pm
2554
Hi. The sequence of events has varied but the most common one is outlined in a previous posting starting with "At the beginning of a work session...". To...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 24, 2008
2:06 am
2555
Hi Adrienne, this is the same question you posted a few days ago I think? Did you see my answer to this (try to delete the .nsp file after making a backup,...
Thomas Gruber
computerhusky
Offline Send Email
Apr 24, 2008
6:17 am
2556
Hi Thomas, I'm sorry I missed your response. I did try deleting the .nsp file but still got the same error when loading the .nsd. I am wondering if the error...
aelenteny
Offline Send Email
Apr 24, 2008
7:20 pm
2557
Hi Adrienne, sorry that this didn't work. I have no other idea, Which release are you using? And which operating system do you use on your PC? XP? Vista?...
Thomas Gruber
computerhusky
Offline Send Email
Apr 24, 2008
8:02 pm
Messages 2527 - 2557 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