J
|
Jane 2/2/2010 |
Hi, |
H
|
hokah author 2/4/2010 |
Hi, you can create report on theDatasource tables tab, tehn join these tables on the Edit SQL querytab. To filter records in the report use advanced search page.
|
J
|
Jane 2/4/2010 |
Hi, |
H
|
hokah author 2/4/2010 |
Hi, I'm not sure that I nderstand your question. Where do you want to summarize values: on the add page or on the list page?
|
J
|
Jane 2/5/2010 |
Hi, $values["FieldName1"] = $values["FieldName2"]*$values["FieldName3"]; |
H
|
hokah author 3/9/2010 |
Hi, to calculate values on the add/edit pages use Before record added/Before record updated events on the Eventstab. All entered values are in the $values array. Here is just a sample: $values["FieldName1"] = $values["FieldName2"]*$values["FieldName3"];
|
H
|
hokah author 3/14/2010 |
Maybe something like this works?
|
J
|
Jane 3/17/2010 |
I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with detail descrition of what you want to achieve. |
H
|
hokah author 3/22/2010 |
How to validate if fields value is set? For example to check with php syntax if user has set a value to field. |