Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~558 People Reached
Favorite Forums
Member Avatar for lukasrzeznik

Hello , I have problem with text encoding. How can I change text encoding in connection parameters or string encoding ? My code: ArrayList dataFromDB = new ArrayList(); string query = "select filialnr, filialbezeichnung from filiale order by 1"; string baza = "Data Source=PLHQ001L;User Id=xxx;Password=xxx;"; OracleConnection conn = new OracleConnection(baza); …

Member Avatar for lukasrzeznik
0
116
Member Avatar for lukasrzeznik

Hello, I have one problem with xml reading. My xml file: <TransactionDetail> <SaleItem> [B]<ItemID>02900</ItemID>[/B] <Discount Splitted="false" TypeCode="6000"> <-- New section <LineNumber>7</LineNumber> [COLOR="Red"]<Amount>0.36</Amount>[/COLOR] <DiscountableAmount>1.19</DiscountableAmount> <DiscountName>RABATT</DiscountName> <DerivationRuleID>99</DerivationRuleID> <PromotionId>99</PromotionId> </Discount> </SaleItem> </TransactionDetail> How I can get "ItemID" when "Amount" > 0 ? My code: [CODE]XmlReader textReader = XmlReader.Create(new StreamReader(@"C:\TEMP\Working\EJR\"+ejrName, Encoding.GetEncoding("ISO-8859-1"))); XmlDocument xmlDoc = …

Member Avatar for lukasrzeznik
0
132
Member Avatar for lukasrzeznik

I can not run application on the other computer which have no crystal report installed. Please any one can tell me what is the way to run the application. What file I need in start directory? Thanks in advance.

Member Avatar for kirtee2209
0
172
Member Avatar for lukasrzeznik

I have problem with printing Crystalreports from Dataset as a source. I have a Dataset fullfilled with data from query and CrystalRaports doesn't show any data from dataset on the report. Do you haeve any ideas what is the problem. My Code: [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; …

Member Avatar for lukasrzeznik
0
138