Error while showing report
-
Error while showing report the error is Data Field 'cmd_fee.SECTION' not Found i have no knowlege about reports when i see the code of report there is no code Please help me battan20@gmail.com
-
Error while showing report the error is Data Field 'cmd_fee.SECTION' not Found i have no knowlege about reports when i see the code of report there is no code Please help me battan20@gmail.com
Amit Battan Ror wrote:
i have no knowlege about reports
OK - then why are you trying to generate one ? I'm not even sure what you're using, but I am pretty sure that cmd_fee is supposed to have a data field called SECTION, and it does not.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
Error while showing report the error is Data Field 'cmd_fee.SECTION' not Found i have no knowlege about reports when i see the code of report there is no code Please help me battan20@gmail.com
Amit Battan Ror wrote:
Data Field 'cmd_fee.SECTION' not Found
What part of the error message doesn't make sense?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Error while showing report the error is Data Field 'cmd_fee.SECTION' not Found i have no knowlege about reports when i see the code of report there is no code Please help me battan20@gmail.com
Within Datasource(whether it is a dataset or datatable or something other), which is supplied to Report, Does not contains this field . Check the query from which you get the Result.
Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India) My Company
-
Within Datasource(whether it is a dataset or datatable or something other), which is supplied to Report, Does not contains this field . Check the query from which you get the Result.
Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India) My Company
Error occur in the line rep_fees.Show rep_fees is a report file
-
Error occur in the line rep_fees.Show rep_fees is a report file
hi, First of all check all the fields which you place on Report at design time. At run time, check whether all fields which is placed on report at design time,is present in data source ? Can you post the code-Snippet so i can analysis properly which statement can cause error ?
Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India) My Company