stepson
stepson
About
- Username
- stepson
- Location
- Rou
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I change data source of the report ( it;s now base on a view ,initial was on application dataset ) and now it make the sum . Now the code it's like this conn.Open() ds = cls.RaportNir(conn, Me.txtNirID.Text) conn.Close() conn.Dispose(…
-
I remove the condition , it's empty now the same err message S
-
thnx that was rptNir.Load("D:\My Documents\Visual Studio 2008\Projects\GeststocVBNET\rptNir.frx") rptNir.Dictionary.Clear() rptNir.Dictionary.Report.RegisterData(ds, "RaportNir") dbDataBand1 = rptNir.FindObject("Data1") dbDataBand1.Dat…
-
why only one row, to me is do the some thing my code: rptNir.Load("D:\My Documents\Visual Studio 2008\Projects\GeststocVBNET\rptNir.frx") rptNir.Dictionary.Clear() rptNir.Dictionary.Connections.Add(strConn) rptNir.Dictionary.Report.RegisterD…