Wrox Programmer Forums
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 2nd, 2006, 06:10 AM
Registered User
 
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to suresh.cgmohan Send a message via MSN to suresh.cgmohan Send a message via Yahoo to suresh.cgmohan
Default crystal report formula



When i include the selection formula as below, err rises.
let me know the solution for this.




    With CrystalReport1
        .ReportFileName = App.Path & "\Report1.rpt"
        .Connect = App.Path & "\Spinning.mdb"
         strQryString = "{UserMaster.utype}=" & Val(0) & ""
        .SelectionFormula = strQryString
        .Action = 0
    End With


Err:

     Run Time Error '20515'
     E


Thanks
Suresh






Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in formula in Crystal Report Prakash001 Crystal Reports 10 December 5th, 2007 04:12 AM
Scroll dataset using crystal formula saf01 Crystal Reports 0 February 22nd, 2006 02:12 PM
Crystal Reports Use formula sayeed Crystal Reports 2 February 7th, 2005 01:01 PM
needing help for formula editor in crystal report anilkumar Crystal Reports 1 January 7th, 2004 04:13 PM
Pass String webpage to Crystal Report (formula) winnie1778 Crystal Reports 0 October 18th, 2003 01:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.