Hello,
I have a search form. The search form has a combobox and a subform. When a user selects from the combobox (they select a supplier code), the subform will display the the searched results.
In the subform, users are allow to add new records. When the user add a new record, the supplier...
Hello,
I am modifying a database that was created by someone else. The database has a form which a user can choose from a combobox and the result is then display in a subform.
Combobox1 has a query behind it. when the user clicks on it, it shows in the dropdown the available last,first name...
I have a formula that is counting a field, but it is also factoring the 'details' section when I insert a field.
How do I stop the formula from not factoring in the details section and only count and display one the field I need?
I have a report displaying by groups, but I need the total count of records displayed.
Example data:
Group 1: State Group 2: Last Name
NM Smith
NM Benson
GA Richardson
GA Floyd
GA...
How can I write a formula that uses the range operator and also a parameter value? For example, I need a crystal syntax formula that checks to see if a database field of 1 - 12 has a parameter value of 11.
Something like this if it is possible:
if {tablename.field} in (1 to 12) = {Parameter...
I am doing a survey of a group of people for a special demographic research.
I need to find what age is missing from this group. I need to display from 2 different tables: Table1 has the "RACE" field and Table2 has the "Age" field.
For example, my report current display as follows for year...
This is an example of my database. We keep track of how customers pay for products that are on a monthly basis. Customers are required to pay every month.
I need to find which State, Customer(s) have not paid for a certain month. This report will need to run every month, so I will enter...
I have a combobox in a window form and it is populating from a datasource via sql. I need a blank item, "select category". How do I do it?
dtCategory = SQLQuery("Select Category Display from Category_Support").Tables[0];
DataColumn[] CategoryKeyColumn = new...
Hello,
I am having some issues with killing 2 sessions I have in my application.
The application has 2 pages that takes data. Page 1 is session["ABC"] and data is taken from dropdownlist and textboxes. Page 2 is session["EFG"] and this page has a gridview that has dropdownlist and textboxes...
I have a gridview that shows data. Data is called from a web service method.In one column, the values are displayed as abbreviation and I need those values displayed as the actual value. I have a Dictionary Object that I want to use to display the values.
Dictionary - where do I put this...
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.