by: Vanish92 |
last post by:
I created a dll to evaluate a home-grown data type.
I added an entry in the autoexp.dat pointing to my dll for the data type.
When I try to debug it (_Debug compile), I have the expression...
|
by: Faraz |
last post by:
Hi everyone,
I am developing a WinForms application and I need a Math Expression
validator, not an expression evaluator. So I want to be able to say...
if ((sales - tax) > 20)
THEN (x * y *...
|
by: Faraz |
last post by:
Hi everyone,
I am developing a WinForms application and I need a Math Expression
validator, not an expression evaluator. So I want to be able to say...
if ((sales - tax) > 20)
THEN (x * y *...
|
by: Faraz |
last post by:
Hi everyone,
I am developing a WinForms application and I need a Math Expression
validator, not an expression evaluator. So I want to be able to say...
if ((sales - tax) > 20)
THEN (x * y *...
|
by: Faraz |
last post by:
Thanks Dave,
To repeat the question:
I am developing a WinForms application and I need a Math Expression
validator, not an expression evaluator. So I want to be able to say...
if ((sales - tax)...
|
by: Janiek Buysrogge |
last post by:
Hello,
Does anyone know if there is a library or a sample project that can
parse strings with mathematical expressions inside ?
eg. string math = "(23 + 48) ^ 2 - (7.76 * 3.14)";
parser...
|
by: palani12kumar |
last post by:
I had some problem regarding creating an expression evaluator using C.
i've have not got an clear idea about the "expression Evaluator". Can you please tell me, what's an expression evaluator? and...
|
by: shaun roe |
last post by:
Hi,
I am using an XSLT to generate an SVG client-side in Firefox. The user
opens an XML file in Firefox and sees a display.
In doing so, I have to convert from cartesian to polar coordinates, so...
|
by: Franky |
last post by:
I don't know how to ask this so that someone will not misread it but here
goes.
At run time I want to be able to evaluate functions from the Math library,
but at design time I do not know what...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|