hi guys. i just wat to know if it is possible to kill a cetaing task, say iexplore.exe, on a remote computer. i dont know if this info will help but i am the administrator of that remote computer. thanks
jun
hi guys. I'm having problems generating the proper t-sql statement that will convert the following result
select name from users
name
-------------
User1
User2
User3
User4
to this result
User1 | User2 | User3 | User4
-----------------------------
User1 User2 User3 User4
pls help...
thanks hologram. i also found another link (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnet_movingjavaapps.asp) on the microsoft website that discusses some pointers on how to properly move java applications to .Net.
-jun
Hi guys.
I am a VB programmer and I honestly have no knowledge in Java development. I just want to know if you guys have any idea how i can convert a certain java application (i think it is in .jar file format) to VB, preferably VB.Net. A colleague developed this certain java application and...
hi. would you guys know the Oracles' equivalent for sql's Data Manipulation Object(SQLDMO.dll)? as you would know, this object allows any developer to manipulate a certain database using any programming language. i am currently creating a wizard-like application which allows the user to select a...
Hi NK and Amit,
It's been a while since my last log-in here in tek-tips. sorry about that. Anyway, I have not tried using memo datatypes for my fields. Have you tried consulting with the knowledge base of crystal decisions(http://support.crystaldecisions.com/library/kbase.asp)? I usually consult...
hi guys. i need to populate a datagrid which fields are bounded a dataset. this datagrid includes a checkbox and should get its values from the dataset also. my problem is, since my checkbox is not bounded to a certain fields at design time (it is a Template Column), how will it know that it...
really Amit? i've been having some problems with the convertion because it takes too much time just to convert my dataset to datatable. i'll try to modify my code. thanks
jun
hi akohli. just a question. have you converted your dataset to a DataTable? i read somewhere before that you need to explicitly convert your dataset (the end-product of your stored procs) into a datatable first before you can use your data and push it to the report.
thanks,
jun
hello again. i have a question to ask. how do you create an instance of your report at run-time? i think the ReportDocument is the same class that you call to create an instance of a report. i just dont know how you'll instantiate your report using vb. eg.:
'VB .Net
Dim rpt As New MyReport()...
oppsss...i thought you were using CR for .Net? but i dont think that is the case. anyway, here are the references that i included in my project to access the ReportDocument object in VB .Net:
CrystalDecisions.CrystalReports.Engine
the ReportDocument object is included in the...
hi NK! here are some codes which you may find helpful in running your subreport.
Dim rpt As New MyReport() 'MyReport is my main report; create an instance of it
Dim objSubreport As ReportDocument
objSubreport = rpt.OpenSubreport("my_subreport.rpt") 'my_subreport.rpt is my physical...
thanks strongm. :-) i already did that. unfortunately, i found none. though i found some codes but i cannot combine them to arrive at my desired output. :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.