Search found 84 matches

by Lisa Ennis
Mon Jun 27, 2011 1:49 pm
Forum: Crystal Report Development
Topic: Received Date Order Request Task Tab
Replies: 2
Views: 812

Re: Received Date Order Request Task Tab

You are correct, (Received) Received is the completed date.
by Lisa Ennis
Thu Jun 23, 2011 2:52 pm
Forum: Crystal Report Development
Topic: Parameter Prompt Labels Issue
Replies: 1
Views: 728

Re: Parameter Prompt Labels Issue

The label is limited there on the user interface. I will enter a work item to request resizing and longer prompt text. The request will be evaluated for a future version.
by Lisa Ennis
Wed Jun 22, 2011 8:10 am
Forum: Crystal Report Development
Topic: Group Sorting Based on Formula
Replies: 1
Views: 792

Re: Group Sorting Based on Formula

I believe you can accomplish this without using a subreport, and instead use formula fields. You will then use the formula fields as groups to control the sorting. Group 1 would be the order status field Group 2 would use a formula field, for example, "Group2Sort" IF OrderStatus="Pend...
by Lisa Ennis
Tue May 24, 2011 11:22 am
Forum: Crystal Report Development
Topic: Anticipated Incoming Wire Report
Replies: 2
Views: 815

Re: Anticipated Incoming Wire Report

The transaction type has to be "Incoming Wire". If the user has worked up an order, then the expected incoming funds will be generated as a receipt. The user has to go to the register tab and change the transaction type to "Incoming Wire", and the status has to be pending. If a u...
by Lisa Ennis
Wed May 11, 2011 9:36 am
Forum: Crystal Report Development
Topic: Trust Accounts By Profile Detail
Replies: 2
Views: 998

Re: Trust Accounts By Profile Detail

You are correct in going back to the Order table to get the owning profile id (see my reply to your previous post on this topic). All of our standard reports are written by trust account, specifically for reconciliation purposes. To change those reports to be able to run those for multiple trust acc...
by Lisa Ennis
Wed May 11, 2011 9:07 am
Forum: Crystal Report Development
Topic: Pro Trust Reports and Adding Branch Grouping
Replies: 3
Views: 944

Re: Pro Trust Reports and Adding Branch Grouping

We do not have documentation regarding the database objects used in the ProTrust reports. SoftPro provides two different sets of standard reports, one by trust accounting date, the other by transaction date. By trust accounting date you are using the actual timestamp of the transaction and any adjus...
by Lisa Ennis
Mon May 09, 2011 7:52 am
Forum: Crystal Report Development
Topic: Print Preview Versus Printed
Replies: 2
Views: 852

Re: Print Preview Versus Printed

Try inserting another detail section in your report, make it narror and move the line into the new section with it set to move to the bottom of the section when printing. You can also set the width of the line to be hairline, then it may be narrow enough that the underscore text would be more visible.
by Lisa Ennis
Wed May 04, 2011 9:35 am
Forum: Crystal Report Development
Topic: Custom Field Issue
Replies: 3
Views: 1025

Re: Custom Field Issue

Michael, can you post your view.

When you add the view to your report, are you changing the join to be a left outer join?

I have experienced linking issues when trying to join a view to a stored procedure, but have not had any issues with linking a view to a view.
by Lisa Ennis
Tue Apr 26, 2011 10:25 am
Forum: Crystal Report Development
Topic: Parameter Issue (Linked Combo Boxes)
Replies: 1
Views: 753

Re: Parameter Issue (Linked Combo Boxes)

When we initially started developing reports, we needed a way to set the parameter order. At some point, the order that you set the parameters in Crystal works , and we no longer user that. Use Crystal to set your order of the parameters. There is a standard report, "Current Queue" (SPMGT_...
by Lisa Ennis
Mon Apr 25, 2011 6:50 pm
Forum: ReadyDoc Development
Topic: ContextID
Replies: 2
Views: 995

Re: ContextID

There are several parameters that are passed from our program to the Crystal Report that are coded from our program to not display the parameter when it is rendered. ContextID and UserID are two of those parameters. I believe you can accomplish what you are wanting to in your custom readydoc report ...