Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports 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 June 6th, 2006, 01:47 AM
Authorized User
 
Join Date: Aug 2005
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default LogOnInfo not a memeber of

Hello,

   I am gettign an error while I am using Crystal Report 9 with asp.net 1. Actually, till yesterday I it was working fine and today, I have changed the position of my computer. I don't know what happened. Please help.

Error is

1) C:\Schooloutlook\FormFile\Report\MForm7.aspx.vb(77 ): 'LogOnInfo' is not a member of 'Schools.Table'.

2) C:\Schooloutlook\FormFile\Report\MLocalDensity.asp x.vb(118): 'Location' is not a member of 'Schools.Table'.


Thanks
Ceema


 
Old June 6th, 2006, 02:23 AM
Friend of Wrox
 
Join Date: Dec 2004
Posts: 221
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello,

CrystalDecisions.CrystalReports.Engine.Table t = new CrystalDecisions.CrystalReports.Engine.Table();
t.LogOnInfo.

OR

Use CrystalDecisions.Shared.TableLogOnInfo t1 = new TableLogOnInfo();

'Schools.Table' -> Here I did'nt understand what you are doing.

Use any one something like this. Here you can set the LogOnInfo what you want.

Hope this helps.


With Regards,
Raghavendra Mudugal





Similar Threads
Thread Thread Starter Forum Replies Last Post
DataBindings: LogOnInfo peter2004 Crystal Reports 0 June 24th, 2005 12:08 PM
date display memeber in combobox twaghorn C# 2 July 13th, 2003 10:14 AM





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