Hi guys - If I press the TAB key on the keyboard then the cursor moves to the next textbox (or control button) on the form. This makes data entry easier, as I...
Is it skipping textboxes or commandbuttons? It's supposed to tab through the items in the order they get created. The Tab Order can be changed by right...
Hi George, thanks - I wasn't aware of the Tab order option. It works now. Regards Mike ... created. The ... Project ... be ... moves ... data ... form it...
If I disable a textbox to prevent the user from typing a value in it - NSBASIC greys out the text within that textbox. Is it possible to prevent a user from...
I didn't realize that controls such as the textbox were of your own design. I assumed that there was some sort of common DLL component that visual languages...
Hi guys - is it possible to make the appearance of a text-label identical to a textbox ? I wish to use textboxes for data entry & textlabels for displaying ...
No, there is no way to do this. We do plan on adding a Locked property to the TextBox. I can't promise when: the guy who will do this is just recovering from...
Unzip it into \program files\nsbasic\desktop. In your program, do textbox.locked=true in your Form_Load subroutine. (it's not in the IDE yet, so you have to do...
It works perfectly George - does exactly what I wanted - thanks. Do you plan on adding the same feature to the CE version ? Regards Mike ... subroutine. ... ...
Are there any other grids that can be used instead of the SDI Grid? I've been trying to get Microsofts Grid32 working but fail at the addobject stage. Has...
Hi George, If I've added the active-x grid control to the toolbox with Active-X Control Manager, do I still have to use the Addobject command at the start of...
Adding the active-x grid control to the toolbox just makes it available to the desktop IDE. It does not affect your program unless you actually select it from...
Still no luck in adding any of the 3 Microsoft grid Active-X controls: Grid32, MSFLXGRD or MSDATGRD - I dont know whether its because I'm entering the wrong...
I have recently returned to do some programming on a palm for a friend I must have left my Brain somewhere as This one is stumping me I am trying enter data...
Could you repost this on the nsbasic-palm board? You can reach the board here: <http://groups.yahoo.com/group/nsbasic-palm/> (yes, we hang out there too)...
I have purchased NSBasic/Desktop and have been using it successfully but one irritation is that when I click on a .nsd file in explorer NSBasic/Desktop opens...