visual studio 2010 - Crystal Reports Does Not Show Data From View -



visual studio 2010 - Crystal Reports Does Not Show Data From View -

using vs2010, oracle 11g.

i have view linking 2 tables:

select table1.address1, table1.address2, table1.city, table1.name table2.product_name, table1.product_num table1 inner bring together table2 on table1.orderid = table2.orderid

i can see fields table1 none table2.

when right click on table2 field , take "browse data", see results.

when click on "main study preview" - see results.

when run (f5) not see results, nor when set study on server.

i set code in study tell me fields empty when generated.

got it. didn't update object in code feeds report. guess since study attached sp, that's why showed in "main study preview" not when running in vs.

visual-studio-2010 crystal-reports

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -