Thank you for getting back to me. I have found a solution to my problem. Thank you for NSBase. I really enjoy using it. Have a good day. On Sat, Jul 19, 2025, 3:23 AM Neuts-jl neuts-jl@users.sourceforge.net wrote: Hello, wxlua is a project similar to nsbase, and the kernels cannot be mixed. I can consider adding the few features that are missing from nsbase compared to wxlua. Please let me know what you need as soon as possible. Sincerely, WXLua https://sourceforge.net/p/nsbase/forum/general/thread/447544103f/?limit=25#fdaa...
What do I need to do in order to use WXLua in my NSBase project? Expressly to set up a font dialog box for selection of a font, it's size, style, and color.
After I create a control dynamically I can set it's properties. Can I also set it's Actions such as 'ActionOnClick'? If so How?
Thanks, I'll check it out. On Mon, Jan 20, 2025, 5:27 AM Neuts-jl neuts-jl@users.sourceforge.net wrote: Hi, I have just implemented a new version of nsbase (V1.15.2), which will no longer be blocking in the event of multiple launches. nsbase may close incorrectly and remain in memory. This new version will indicate the number of nsbase processes already in memory. you can possibly check with the window command "tasklist /FO CSV" Erro getting into NSBase https://sourceforge.net/p/nsbase/forum/general/thread/3aa15ae2a3/?limit=25#6565...
It took me three times to get NSBase to load. I received the message "Only one instance!" the first two times. I have attached the results of the command you ask for. I am still able to load NSBase v1.12.0 but, do get the warning "Warning the minimum version of NSBase is V1.15.1. Do you want to continue loading?". Thank you for your help.
I am using windows 10. I have checked task manager and it only shows on instance. I am positive of only having opened nsbase one time. As I said, when I went back to the previous version of nsbase the problem never occurred. On Sat, Jan 18, 2025, 8:48 AM Neuts-jl neuts-jl@users.sourceforge.net wrote: Hello, This error message indicates that there should be only one instance of NBase. If you have launched several NBase, stop them. Check possibly with the Windows task manager. What OS are you using...
When I click on the desktop shortcut to enter NSBase I get the error message "Only one instance!" and it will not open. This started happening when I updated to v1.15.1. I went back to v1.12.0 and was able to get in with no problem. I have attached the error message in a file.
Is there a way to create an object, such as a shape or an Image on an NSBase Report from within the Lua script?
How do you use the linked table option? I go to Project/Settings/Active project: Data and enter a Location of the data file (I enter an existing directory). I click on OK and the message box appears that says "ATTENTION the project will be reloaded". I click OK and a message box appears that says "The physical tables below are missing, do you want to create them?". I click Yes and a message box appears that says "The missing physical tables have been created". I click OK and my application screen...
How do you change a Form's DataSource from within the Lua code either before or after a Form is shown?
In the following command, self.dataset.locate(fieldname,value,options), the options "next" and "nocase" do not work for me.
I am having a couple of problems with DBGrid. 1. The ActionOnClick action does not work for me. 2. The runtime property ActiveCol appears to give the wrong column number. Is anyone else having these issues? Thank you
Getting / Setting Cursor coordinates on a form
deleteControl command giving error
Thank you, that was fast. When do you think the new APIs will be available?Sent from my Sprint Samsung Galaxy S10e. -------- Original message --------From: surfvite surfvite@users.sourceforge.net Date: 8/26/20 9:13 AM (GMT-06:00) To: "[nsbase:forum]" howto@forum.nsbase.p.re.sourceforge.net Subject: [nsbase:forum] Form Objects I added 3 APIs to manage the dynamic management of the controls of a form 1)createControl ('ClassName', 'ParentPath', 'ControlName', left, top, width, height) create a control...
Is there a way to create an object, such as a shape or a text field on an NSBase form from within the Lua script?
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"><meta content="Microsoft Word 15 (filtered medium)" name="Generator"><style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif;} a:link, span.MsoHyperlink {mso-style-priority:99;...
I would actually like to be able to get the cursor position anywhere on a form. I have a DBGrid with dollar amounts in 12 columns relating to 12 different fields in a record. I have a 13th column I use for a total value of the previous 12 columns. I would like to calculate the total in the 13th column immediately after an amount is added or changed in any of the 12 columns of the DBGrid. I have tried the "After Change" property of the DBGrid but, that seems to be related to the entire row which is...
Is there a way to get the x, y position of the mouse or know which cell is active in a DBGrid in an NSBase form? Thanks
Mouse Detection
dataset.getitems statement problem
Thank you. Great program, I look forward to the next version.Sent from my Sprint Samsung Galaxy S10e. -------- Original message --------From: surfvite surfvite@users.sourceforge.net Date: 2/13/20 6:41 PM (GMT-06:00) To: "[nsbase:tickets]" 66@tickets.nsbase.p.re.sourceforge.net Subject: [nsbase:tickets] #66 Report Problem The 2 incidents are corrected in the next version [tickets:#66] Report Problem Status: accepted Group: V1.6.0 Created: Thu Feb 13, 2020 07:39 PM UTC by Don Newton Last Updated: Thu...
Also when I delete a grid panel from a report nsbase closes completely.
Report Problem
When I run a report from a table view a record is lost between each page change.