Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
34 views

Creating a formula editor in Silverlight 5

Working with (as of now) Silverlight 5, I am trying to develop a screen where I can setup an object formula to do addition/subtraction/multiplication/division... a simple "calculator" application, but ...
1
vote
1answer
806 views

Text Object in Formula Editor (Crystal Report)

How can i get the text object so that i can use it in formula editor?
1
vote
2answers
4k views

How can I insert page breaks between groups in Crystal Reports with two-sided printing?

In group expert options I have set Keep Group Together, which makes sure a new page is set. With two-sided printing enabled, how can I make sure that a new group always forms on a new sheet of paper? ...
1
vote
2answers
74 views

What is the best way to display nested formulas to business users?

Many of our transactions are comprised of calculations that are comprised of other calculations. How did you represent the hierarchy / execution graph to users? Was there a specific control you ...
0
votes
1answer
386 views

Using javascript in Crystal Reports formula editor

How can I go about using java-script in Crystal Reports formula editor ? I wish to write a function that will use Google Translation API to modify the report's data. Thanks