Crystal Report Typecast Database Char to Number
I have a field in my DB that is a CHAR(4) but represents a number. In my report, one of my parameters asks a user for a range of numbers. How do I go about converting the CHAR in the DB to a number,...
View ArticleRe: Problem with PLD template for INVOICE
Hi, Can you post an example of the misbehaving output? Beni.
View ArticleRe: Linking of Activity in Sales Quotation
Hello Sukumar, Can you explain me how do you create a sales activity with reference to a quotation please? Thank you very much in advance. Regards,Asier.
View ArticleRe: Problem with PLD template for INVOICE
Hi,I'll try to add an example on monday. Thank you for your reaction. Greet. Maciek
View Articlesql query to sub report
Sir, i am new to vb6.0 crystal report but i am managing to learn i am developing a project in vb6.0 for that i need to create crystal report i am using cr8.5 in that, i am passing sql query to the...
View ArticleRe: Printing Comprobante Fiscal Digital por Internet (CFDI)
Hola Alvaro buenos días, una pregunta, alguna vez te contestaron sobre este asunto? Como resolviste este problema? Gracias
View ArticleImporting RPTR
Hello I am using SBO 9.0 PL05 and I am trying to import CR2011 RPTR but have not found how. Any suggestions ? Regards Hector
View ArticleParameter to Allow Multiple Values
I'm creating a parameter that allows multiple values. I want to select, or add a custom value, to the Selected Values and return those values to the report as a string (text). The problem is, whether I...
View ArticleRe: Parameter to Allow Multiple Values
Hi,Could you share your screen with screen shot?
View ArticleRe: Importing RPTR
Hi Hector,You mean *.rpt file (Crystal report file extension)?If yes then go to Administrator-->Setup-->General-->Report & layout manager. Report and layout manager screen will open. On...
View ArticleRe: Importing RPTR
Hello I mean read-only rpt (rptr). It is a funtion of Crystal Reports 2011 check SAP Crystal Reports 2011 Overview but an excerpt explaining The first new feature that was added to SAP Crystal Reports...
View ArticleRe: Parameter to Allow Multiple Values
If I do that, then the Allow Ranges == true. I defintely don't want that. Here is an image of the parameter setup Here is image of the Enter Values Here is an image of the results on the report... As...
View ArticleRe: Parameter to Allow Multiple Values
Yes there sure is a CR Sytanx needed... OMG Local stringVar strVal := ''; Local numberVar intLoop; for intLoop := 1 to Count({?TestMulti}) do ( if Count({?TestMulti}) = 0 then Exit For; if...
View ArticleConverting text to Wingdings in formula
I have for loop that is reading through an array from a multi value parameter passed by the user. The loop has a chr(253) in it. The problem is, the values from the user are not Wingdings. So, if I...
View ArticleRe: sql query to sub report
Hi, I understand that u are trying to pass data from main report to sub report. Step 1: clcik on add command and write Sql query.Step 2: the above step will give us feilds which u want to display on...
View ArticleRe: CR: Is it possible to create a hyperlink to 'General Settings' screen?
Hi, Not sure it will work: 'http://$b1$/link?table=OADP&key='+{OADP.PrintID} Thanks & Regards,Nagarajan
View ArticleRe: Stock Valuation Query do not match Balance Sheet
Hi, Please check thread: http://scn.sap.com/thread/3488246 Thanks & Regards,Nagarajan
View ArticleRe: BOM Query
try this...SELECT T0.[Father] as 'Assembly',T0.[code] as 'Component1', t10.[ItemName] 'Description1',T1.[Code] as 'Component2', t11.[ItemName] 'Description2', T2.[Code] as 'Component3', t12.[ItemName]...
View ArticleRe: BOM Query
TO KNOW CHILD item's PARENT item ..use this code SELECTT0.Code AS 'BOM Component', T2.ItemName AS 'BOM CHILD ITEM', T0.Father AS 'BOM PARENT ITEM', T0.Quantity AS 'CHILD ITEM Qty'FROM ITT1 T0LEFT OUTER...
View ArticleRe: Crystal - suppress printing if no records selected - B1 error
Hi,I can't find it yet.I will write a message to SAP Support Center.
View Article