Search found 81 matches
- Mon Feb 22, 2021 3:14 pm
- Forum: Crystal Report Development
- Topic: Reserved Order Number Report in API
- Replies: 2
- Views: 58
Re: Reserved Order Number Report in API
The DOC_SPUNR_ReservedOrdersByProjectID report is used in the Reserve Order Numbers wizard (accessed from the "Create New Items" button). The wizard generates a new guid for the project id and the report prints from the wizard. I do not work with the API to be able to provide any assistance with tha...
- Tue Sep 08, 2020 8:52 am
- Forum: Crystal Report Development
- Topic: Save Crystal Report as PDF with text preserved
- Replies: 4
- Views: 474
Re: Save Crystal Report as PDF with text preserved
Render the report as normal, and then "ALT-f" opens the File Options menu. From there you can choose to export the report. It is the upper most left button on the menu bar with the SoftPro house.
- Fri Sep 04, 2020 8:59 am
- Forum: Crystal Report Development
- Topic: Save Crystal Report as PDF with text preserved
- Replies: 4
- Views: 474
Re: Save Crystal Report as PDF with text preserved
Instead of print to a PDF print driver, does your workflow allow you to use Export instead? When exporting you have the option to Export as PDF, Word, XML and Excel.
- Thu Jun 18, 2020 4:15 pm
- Forum: Crystal Report Development
- Topic: Database Guide
- Replies: 2
- Views: 255
Re: Database Guide
The updated guide can be emailed to you. Please email me directly and I will forward that to you.
- Tue Oct 08, 2019 7:48 pm
- Forum: Integration Development
- Topic: Point of Contact Table
- Replies: 3
- Views: 1212
Re: Point of Contact Table
The PointOfContact table inherits from the pfm.CDF table. It contains the data related to the contacts on Page 5 of the CDF and I don't believe you need to use it here. I have sent you an email directly, if you will email me, I have detailed database documentation that I can provide to you that expl...
- Tue Jun 11, 2019 1:10 pm
- Forum: Crystal Report Development
- Topic: My Work Items
- Replies: 3
- Views: 680
Re: My Work Items
I started with the WorkflowStepsInProgress stored procedure and modified it to look for AssignedTrusteeID IS NULL. This is where I would start. It would be difficult for me to be more specific as you would need to test accordingly as you are writing your queries to determine you are getting the data...
- Tue Jun 11, 2019 8:45 am
- Forum: Crystal Report Development
- Topic: My Work Items
- Replies: 3
- Views: 680
Re: My Work Items
The stored procedures listed below are used for the reports related to order tasks and workflow. These may be a good starting point for you to write your own queries. Please let me know if you have additional questions. rptdoc.OpenOrderTasksWithDateParameters rptdoc.OpenOrderTasksByEscrowOfficerClos...
- Thu May 02, 2019 10:33 am
- Forum: Crystal Report Development
- Topic: How to eliminate blue text and hyperlink from documents?
- Replies: 3
- Views: 659
Re: How to eliminate blue text and hyperlink from documents?
This is available as a public option in version 4.4.0 and above. This was not a public option in earlier versions.
- Tue Apr 30, 2019 4:40 pm
- Forum: Crystal Report Development
- Topic: How to eliminate blue text and hyperlink from documents?
- Replies: 3
- Views: 659
Re: How to eliminate blue text and hyperlink from documents?
There is a Boolean property you need to set called RemoveHotspots in the ExportSettings class. This needs to be set to True. If you are on an older version of Select, and the RemoveHotspots property is not on the ExportSettings class, the IRenderer interface has a DisableHotspots Boolean property th...
- Fri Sep 01, 2017 8:19 am
- Forum: Crystal Report Development
- Topic: Crystal Report Ready Document pulling data set from a Stored Procedure
- Replies: 3
- Views: 876
Re: Crystal Report Ready Document pulling data set from a Stored Procedure
That would be really hard for me to try and troubleshoot what your issue may be. It could be a permissions issue. Make sure you grant permission in your report's stored procedure. Please contact SoftPro Support for assistance with the error message.