Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jmerencilla

    hi guys. i just wat to know if it i

    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
  2. jmerencilla

    hi guys. I'm having problems genera

    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...
  3. jmerencilla

    Java to VB converter

    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...
  4. jmerencilla

    SQL's Data Manipulation Object equivalent for Oracle

    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...
  5. jmerencilla

    bounded checkboxex on a datagrid

    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...
  6. jmerencilla

    From EXE to SERVICE

    hi guys. would you know how to convert a fairly simple exe application, which serves as a listerner, into a service? thanks. -jun
  7. jmerencilla

    Nth Week of the Month

    hi. given a certain date (say, May 4, 2003), i want to know in what week number of the month it falls under. my function should return 2nd week of May. would you guys know how to do it? please help. thanks. -jun
  8. jmerencilla

    hi. i'm trying to generate an excel

    hi. i'm trying to generate an excel file via ASP .Net. however, i got the following error when i run my web application, Access is denied. the error happens at this line of code, Dim objExcel As New Excel.Application. after tinker with the DCOM configurations, i was able to resolve this problem...
  9. jmerencilla

    Programming Subreport

    Hi. would you guys have some codes in VB (.Net) which i can use in programming my subreport? i have some codes here but it only appllies to a single main report. i tried searching the web looking for some codes that will initialize, set, and display my subreport for quite some time now but to no...
  10. jmerencilla

    Connecting Main and Subreport

    Hi. i have a subreport, placed as a report footer, that summarizes the invoices used in my main report. i have no problem displaying my main and subreport independently. would you guys have some codes there which i can use to connect my subreport with my main report? the source of my subreport...
  11. jmerencilla

    Exporting to RTF prompts to save the Webform, not the report

    hi. i'm using CR for VS.Net. im trying to export my report, viewed in IE6, to PDF, EXCEL and RTF format. exportng my report to PDF and EXCEL works fine, ie. my report is exported to these format while IE is active. however, exporting to RFT prompts me to save not the exported file but the...
  12. jmerencilla

    problem displaying pages using VS .NET

    hi. i have a multi page crystal report developed using VS .Net. i'm using Oracle as my database and i have a stored proc that generates the data for this report. running my webform displays the first page of my report. however, clicking the NEXT PAGE button on the toolbar displays an empty...
  13. jmerencilla

    Exporting to PDF creates the physical PDF file

    hi. im using CR for .NET. im trying to export a crystal report in pdf format. in my code there is a portion in which i specify the destination for the exported report. i notice that every time i export, my program creates a copy of the same report that is displayed in the browser, the same...
  14. jmerencilla

    response.contenttype = ??? for RTF format

    hi. would you guys know the content type for RTF, as well as other file formats? eg. for pdf = "application/pdf" thanks.
  15. jmerencilla

    window.open equivalent in .NET

    hi. would you guys know the "window.open()" equivalent in .NET? thanks. :)
  16. jmerencilla

    subreport not displayed

    hi. i am using VS .Net as development tool for my crystal reports. i created a simple report with a subreport. their respective data come from 2 simple stored proc on my Oracle DB. testing each report gives me the desired results but i have problem integrating them. i made the necessary...
  17. jmerencilla

    Displaying and Printing a Crystal Report in ASP .Net

    hi. i have a big crystal report file (i.e it's width is 20 inches). however, when i tried viewing it using a web app i created, some of it's parts, especially those beyond 11 inches, were truncated but the border (a rectangular box)for it's header remained intact. would you guys know how i can...
  18. jmerencilla

    .ttx files on Crystal Report for ASP .Net

    hi. would you guys know the different data types used to create a .ttx file for crystal reports? i made one with one field of type numeric but when i tried to create a total field from this field, i dont get the desired result. it seems that my field is being treated as a string and not as a...
  19. jmerencilla

    First MONDAY of the month

    hi. would you guys know how to determine the first monday (or tuesday, etc.) of any given month and year? and some codes, pls. thanks. :) eg. strMonth = "January" intYear = "1999" strFirstMonday = "4" 'this i need to know
  20. jmerencilla

    passing multiple parameters on an Oracle DB stored proc

    hi. i created a simple stored proc in an Oracle DB. i also made a simple crystal report which uses this stored proc passing 3 parameters. however, i encountered several errors when passing these paramters. i came across a document on how to pass a single parameter but applying its instruction on...

Part and Inventory Search

Back
Top