Hi all,I developed a Crystal Reports addin about one year ago, which was working fine. Now I need this addin again to make some enhancements, so I installed Crystal Reports 2008 and Visual Studio 2008 again, but the addin functionality doesn't work a...
Hi all,I am working on a Crystal Reports 2008 Add-in with C#.Currently I want to programmatically set the value "new page after" for group footers with the following method:
public void setNewPageAfter(Section section, bool value)
{
SectionForma...
Hi all,I am working on an add-in for Crystal Reports and try to open an existing report located on a BOE, which is installed on a different computer.I followed the available examples however I always get the error message "Failed to find an available...
Hi Sundar,As I stated in my last reply, you need to add the schema name only and not the field names. Please refer to the options I posted in my previous reply as an example.options = {"schemaName":"Name of your schema","clientId":"your client id","d...
Hi Sundar,Based on the error message you posted, it seems like you used incorrect "option" in your POST request. The error message indicates that you used document type invoice and added field names, but instead you need to use the schema name you cr...
Hi Sundar,I just created a new trial account and followed your requested steps and it all works fine:Go to swaggerDelete the default clientCreate a new clientGo to Document Information Extraction UINotice that the newly created client is shown in the...