Similar to the other solution above:
Here is the code that I used to process a date query
// Ready Time Begin
var sMM1, sDD1, YYYY1, sDate1;
var bdatesOK = true;
// Check if Received Date selected
if ((DDBeginDateYear.SelectedIndex > 1) || (DDBeginDateMonth.SelectedIndex > 1) ||...
In order to do a search by name query from an EIS, the user
would need to have an empty text field to enter in the search string.
Here is the sample code that I used:
TRQuery = ActiveDocument.Sections["Task Report Query"];
TRQuery.Limits.RemoveAll();
// Customer Name
if...
I am new to BRIO, and I am trying to create a script that
extracts the employee ID from a dropdown list that is populated with a list of employee names from an existing table. After the user selects an employee name, I want the application to match it with the corresponding employee ID.
Do I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.