Click here to Skip to main content
15,908,909 members

Comments by pullareddy S (Top 12 by date)

pullareddy S 23-Apr-14 2:13am View    
hi Damith,
even PNG dont have "print" but we can print in the above code. i no need to check for the print verb. My main requirement here is i want to bind ALL images in a Folder to a SINGLE printwindow (single processstartinfo) .how can i do this .....
pullareddy S 23-Apr-14 1:35am View    
And also if i run by commenting .WaitForExit() .i got 5 different windows of print for 5 images.but i want only one window with 5 images one by 1 by showing image 1 of 5, 2 of 5 like that...please check...
pullareddy S 23-Apr-14 1:25am View    
hi ,Thanks for your reply..
For PNG images This condition always showing "False" psi.Verbs.Contains("print")
if i skip the above line i am getting a error "object reference not set to an instance of an object" at Process.Start(psi).WaitForExit()
Process.Start(psi).WaitForExit()

can you please check once please.
pullareddy S 28-Nov-13 6:18am View    
Hi,
in my table tkt field exist,and it is char type(FoxPro).but i will check with deleting table.(but if table or column doesnot exist,i think we will get other message like table not exist.etc )
Thanks ...
pullareddy S 28-Nov-13 6:12am View    
HI,
I tried with invalid tkt .in that there is no rows.
but i am getting list with count = 0.
and there is no error is coming here
"Dim resultData = GetISession.CreateSQLQuery(strQuery).List()"
Thanks.