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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2104 - 2141 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2104
Has anyone successfully used the Smart Print Control from VBGold software? I need to do a mail merge type of printing function from a SQLite3 database using...
garyc_47
Offline Send Email
Mar 2, 2007
3:12 am
2105
I need to write a program where only One of the five Checkboxes can be positive.If you check one box other Checkboxes should clear. The following code fails: ...
kshetarpal
Offline Send Email
Mar 3, 2007
7:43 am
2106
Hi, Why donīt use then optionbuttons inside a frame instead checkbox? Jose Adell ... De: nsbasic-desktop@yahoogroups.com...
Jose Adell
jose_adell
Offline Send Email
Mar 3, 2007
11:11 am
2107
Thanks ... desktop@yahoogroups.com] ... be ... ~--> ... design. ... ~->...
kshetarpal
Offline Send Email
Mar 4, 2007
8:56 am
2108
How do I create Vertical scrollbar that can show the full picture that is say larger than desktop windows? Do I use Picture box and where do I place the scroll...
kshetarpal
Offline Send Email
Mar 4, 2007
9:02 am
2109
If you use a PictureBox control, just set the Scrollbars property. Here are the values: ScrollBars Horizontal Vertical 0 No No 1 Yes No 2...
Styskul
Offline Send Email
Mar 4, 2007
3:06 pm
2116
Hi George, I can no longer use the 'degree' symbol in label captions. Previously if I wanted to use a degree symbol in a label text then I would copy the...
michael_newett
Offline Send Email
Mar 22, 2007
10:46 am
2118
Yes, the fix is ready. I'll try to get it posted in the next 24 hours....
George Henne
ghenne
Offline Send Email
Mar 22, 2007
3:16 pm
2119
Lily - stop posting this shit on here, otherwise I'll post a program on here that will allow any user to send you 10,000 spam emails a day, every day...
michael_newett
Offline Send Email
Mar 22, 2007
3:44 pm
2120
Written using NS Basic/Desktop, of course. :-)...
George Henne
ghenne
Offline Send Email
Mar 22, 2007
4:11 pm
2122
Thanks George, I have a few other bugs that I've noticed. I'll post them as soon as I get home (about an hour). Kind Regards Mike ... hours. ... captions. ... ...
michael_newett
Offline Send Email
Mar 22, 2007
5:35 pm
2123
Why of course George. You could even post it as a tech note :) I am tempted to post such a program though. Think it would give us all a bloody good laugh! ... ...
michael_newett
Offline Send Email
Mar 22, 2007
5:35 pm
2124
Better option - a program that connects to their website and generates 10,000 orders an hour, filling the cart with "one of everything", using the spammer's...
John Carter
johnecarter
Offline Send Email
Mar 22, 2007
6:00 pm
2125
Hi Michael, Please post such a program! I suspect though that the address is either fake, or belongs to someone who'se computer has been hijacked. I'll...
computerhusky
Offline Send Email
Mar 22, 2007
6:05 pm
2126
That is part of the spam game, to determine if the email address replies and then sell the address to 1000's of other spammers. Personally I think all spam...
Keith McKibbin
kmckibbin_99
Offline Send Email
Mar 22, 2007
6:21 pm
2127
sounds nice!...
Thomas Gruber
computerhusky
Offline Send Email
Mar 22, 2007
6:21 pm
2128
Hi George, have a few more bugs for you here. Test System: Windows XP with all Service Packs 1. Setting an objects Tab Order within the IDE causes NSBASIC to...
michael_newett
Offline Send Email
Mar 22, 2007
7:55 pm
2129
I've been playing around with the Error checking routines so as to better understand them (still dont!). Using the example below I would have expected the...
michael_newett
Offline Send Email
Mar 23, 2007
4:14 pm
2130
Forgot to add this in original post. Can you please comment on this George. This is a snippet from the SQL example provided with NSBASIC Sub createDatabase Dim...
michael_newett
Offline Send Email
Mar 23, 2007
4:28 pm
2131
Hi Michael, Perhaps I'm mentally blocked, but what's wrong with your file name? I would expect it works 1st time as you open the file for output, thus creating...
computerhusky
Offline Send Email
Mar 23, 2007
4:46 pm
2132
Michael, I think in this case On Error... was used so that the program can continue even if the table already exists and CREATE ABLE fails. Thomas -----...
computerhusky
Offline Send Email
Mar 23, 2007
4:50 pm
2133
Hi Thomas, yes it does seem that I'm mentally challenged today! It is indeed creating the text file, despite giving the error, hence the error message only...
michael_newett
Offline Send Email
Mar 23, 2007
5:08 pm
2134
Hmmm. That would seem to make sense, but George has used the On Error Resume Next in front of every other statement where he is writing to, or querrying the...
michael_newett
Offline Send Email
Mar 23, 2007
5:13 pm
2135
I believe the idea there is to let the SQLite component handle the error trapping rather than allowing NSBasic to do it. That's why he calls the On Error GoTo...
Styskul
Offline Send Email
Mar 23, 2007
5:37 pm
2136
I'm running behind here. If it does not get out today, I'll be in on the weekend to work on it....
George Henne
ghenne
Offline Send Email
Mar 23, 2007
6:38 pm
2137
Hello Michael, I have no solution to this, but it seems that the "CreateTextFile" raises an error (or at least sets "Err" to a non zero value) even when it...
Thomas Gruber
computerhusky
Offline Send Email
Mar 23, 2007
8:55 pm
2138
Hello Michael, sorry to answer myself (partially). Here's something like a solution, at least a partial one: The error is not from the "CreateTextFile"...
Thomas Gruber
computerhusky
Offline Send Email
Mar 23, 2007
9:10 pm
2139
The reason Err.Number is set to 5 right away is because of code that you don't actually see unless you save your project as a text file. Each form has a Show...
Styskul
Offline Send Email
Mar 24, 2007
1:57 am
2140
We've released NS Basic/Desktop 3.0.2. It has a number of bug fixes/ The complete list is here: <http://www.nsbasic.com/desktop/info/enhancements.htm> It is a...
George Henne
ghenne
Offline Send Email
Mar 24, 2007
7:46 pm
2141
We've released NS Basic/Desktop 3.0! It has over 40 enhancements and bug fixes. Major new features are support for Vista, SQLite 3 and a number of new...
George Henne
ghenne
Offline Send Email
Mar 24, 2007
7:46 pm
Messages 2104 - 2141 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