Okay have Demo, realise some limits may apply. 1. New Form have to size thru properties height and width ?? 2. Cannot select all tools on form ?? Above not...
... There is no way to visually resize the form, if that's what you're asking. You must set the width and height properties, even in registered mode. ... ...
... Here is some sample code to convert xls to csv. <http://www.nsbasic.com/desktop/info/technotes/TN05/xls2csv.txt> There is quite a bit you can with the...
... It looks like csv is the way to go, then. You don't need to have Excel installed to write in csv format, yet Excel will be able to load the data....
I've used desktop to interact with palm databases, but today , trying another sort if program i realized there is not a "GOTO" statement anyplace described as...
No. NS Basic/Desktop is based on the VBSript engine, which does not have a GOTO statement. It is very unlikely that Microsoft will ever add this feature to the...
... I'll make a guess that your desire for a GoTo is based on executing or skipping specific blocks of code, based on an IF. The simplest way to do this in...
Hi all, I have the following code that checks a textbox entry as the user presses the keys. If a non-numeric key is pressed it is rejected. Sub TextBox1_Change...
This looks reasonable to me. If you don't want to replicate the code in each field, build a general purpose function that gets called from all the numeric...
Hi Mike, Well... you can try this (Sample is based in a form with 4 textboxes: Sub Form1_Load For n=1 to 4 EXECUTE("TextBox"&n&".NumbersOnly=TRUE") Next End...
Hi Bill No, it doesn't... Being sarcastic you can say NSBasic could save money on paper on manuals just taking out of it the documented thingies that don't...
I have an application that contains a main menu with 6 control buttons. Each control button need to invoke a different form. Example: History1 --- loads and...
... Have you looked at the DataManager sample that comes with NSB/Desktop? The code behind the "Open Database" button can be duplicated on each form where you...
Greetings folks. Please forgive a perhaps newby type question: How does one convert the input from a textbox to an integer to be used to calculate interest...
... Yes, I did try that - however, I definately am making some sort of syntax error (my programming days were LONG ago - OOP wasn't even a trickle in someone's...
... How ... to ... Since CInt() is limited to -32767 to 32767, you probably need a bigger variable type. I expect that loan calculations need decimal places,...
Many thanks for peoples' help here - the problem is solved: basically (pardon the pun) the problem was in my syntax. One sample program is now up and running...
... Actually, it turned out I didn't need that line at all. Here's how the code turned out in the end: Sub cmdPayment_Click ' declare all variables used in...
Note: forwarded message attached. ... Start your day with Yahoo! - make it your home page ... Note: Forwarded message attached -- Original Message -- From:...
Note: forwarded message attached. ... Start your day with Yahoo! - make it your home page ... From: Vinay H <vinayhp83@...> Date: Aug 23, 2005 8:42 AM ...