Jul 8, 2005 #1 Monkey820 Technical User Joined Dec 11, 2003 Messages 62 Location US Is there any way to add a prompted field for the user to keyboard input their own address information on a report? Any help is appreciated! Thanks, Micky WinXP CRW 8.5
Is there any way to add a prompted field for the user to keyboard input their own address information on a report? Any help is appreciated! Thanks, Micky WinXP CRW 8.5
Jul 8, 2005 #2 lupins46 MIS Joined Feb 19, 2004 Messages 2,509 Location GB You could use a series of parameter fields, one for each line, but I wouldn't claim that it will be highly appealing to the user. Upvote 0 Downvote
You could use a series of parameter fields, one for each line, but I wouldn't claim that it will be highly appealing to the user.
Jul 11, 2005 #3 Madawc Programmer Joined Sep 5, 2002 Messages 7,628 Location GB Is user address information stored on the system? Or should it be? Madawc Williams (East Anglia, UK) Upvote 0 Downvote
Jul 11, 2005 Thread starter #4 Monkey820 Technical User Joined Dec 11, 2003 Messages 62 Location US No, it would be in the case the address differs from what we have on our ERP system. Upvote 0 Downvote
Jul 11, 2005 #5 IdoMillet Instructor Joined Feb 6, 2001 Messages 5,290 Location US Will the user be running Crystal Designer, a Crystal viewer, or an application with an embedded viewer? Visual CUT & DataLink Viewer: view, e-mail, export, burst, distribute, and schedule Crystal Reports. http://www.MilletSoftware.com Upvote 0 Downvote
Will the user be running Crystal Designer, a Crystal viewer, or an application with an embedded viewer? Visual CUT & DataLink Viewer: view, e-mail, export, burst, distribute, and schedule Crystal Reports. http://www.MilletSoftware.com
Jul 11, 2005 Thread starter #6 Monkey820 Technical User Joined Dec 11, 2003 Messages 62 Location US An app with an embedded viewer Upvote 0 Downvote
Jul 11, 2005 #7 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US Why not capture the input within your app and then pass the values as parameters. Then you could have multiple formulas in the report such as: if {?MyParm1} = "" then {table.field1} else {?MyParm1} -k Upvote 0 Downvote
Why not capture the input within your app and then pass the values as parameters. Then you could have multiple formulas in the report such as: if {?MyParm1} = "" then {table.field1} else {?MyParm1} -k
Jul 11, 2005 #8 IdoMillet Instructor Joined Feb 6, 2001 Messages 5,290 Location US Precisely... Visual CUT & DataLink Viewer: view, e-mail, export, burst, distribute, and schedule Crystal Reports. http://www.MilletSoftware.com Upvote 0 Downvote
Precisely... Visual CUT & DataLink Viewer: view, e-mail, export, burst, distribute, and schedule Crystal Reports. http://www.MilletSoftware.com