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 SkipVought 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: *

  • Users: Eli20
  • Order by date
  1. Eli20

    report not printing

    hi, i have a vb6.0 application and i use Crystal Reports 8.0 to make reports. Everything works fine, except that in my last release i have some trouble sending the report to the printer, i click on the print button of the CRViewer and i get the print dialog that asks me how many pages and...
  2. Eli20

    HTML problem in render method

    hi, i have an asp.net application, and im building a user control. Im overriding the render method so it displayes the way i want. in the render method, i have a string varibale where im creating all my html code. a part of my code looks like this: str += @" <tr height=3>"; str += @"...
  3. Eli20

    Smart Navigation not working

    hi, i have an asp.net application in c# and im setting the page navigation=true in the page directive. It works fine in my computer, but when i run it from my clients browser, it doesnt work. we both have winxp with ie 6.0 is there any special configuration i need to set to the browser or...
  4. Eli20

    PDF search

    Does anybody know how to be able to search inside a pdf text from an asp.net application? thank you Eli
  5. Eli20

    SQL 2005 certification

    thank you all for your advice, i think ill go for the SQL 2000 one, the 70-229... wish me luck!! Eli
  6. Eli20

    SQL 2005 certification

    Hi, im preparing for the 70-229 exam, but im wondering if somebody knows when a SQL 2005 certification will be avialable. is it worth it to certificte in SQL 2000, when the new version is comming out soon?? Eli
  7. Eli20

    User control losing state after postback

    hi, i have a web user control with some properties, all the properties are set when clicking on a button thats part of the control. However, when i try to get the value of the properties in my main page, they are null. i set the eneable view state of my control to true, and the textboxes and...
  8. Eli20

    debugging problem

    thank you, ill try it and let you know Eli
  9. Eli20

    run script suring install

    hi, i have a windows forms vb.net application, and im making an installer for it with a setup project. After the installation i need to run a script that will change some properties of the file, but i need to pass to it the location where the program was installed. i have the script and i can...
  10. Eli20

    debugging problem

    hi, i have an ASP.net application, in a windows xp pro computer, im trying to configure the debugger so it works when i click f5 from visual studio .net (2003), but when i do i get an error saying: "Error while trying to run the project: Unable to start debugging on the web server. You do not...
  11. Eli20

    dynamic dll link

    hi... im building an application with visual studio tools for office, im not sure if this is the right forum to post my question, for here it goes, i hope someone can help me... right now, i have an excel file, and under the same directory i have a folder named Excelfile_bin where the dll for...
  12. Eli20

    .NET installation Problem

    i found this webpage and followed the instructions, adding my licence key to the crystal_regwiz2003 module... but i still get the same error. does anybody know whats wrong? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crtskdeployingwindowsapplications.asp...
  13. Eli20

    .NET installation Problem

    hi, i have a windows .net application, and im using Crystal Reportes 9.2 to generate my reports. Im trying to create an installer for my program using the visual studio .net setup utility. i choose to add to my setup the project output of my app, and it adds the module...
  14. Eli20

    Execute batch command

    hi, Is it possible to execute a Stored procedure using ADO.net but without having to wait for it to finish to keep working in my app?? thank you very much Eli
  15. Eli20

    Winforms Datagrid

    but how do i get the text of that cell? and how do i write on it? thank you Eli
  16. Eli20

    Winforms Datagrid

    hi, i have a datagrid in my application, bound to a datatable from a dataset. i need that when the user changes a value in a cell (in certain column) another column changes (i make some calculations) but im having trouble finding out first, how to get the text that the user just types, and...
  17. Eli20

    set border in powerpoint with a macro

    hi, actually im trying to build an automation program for power point using Visual Basic .net. the code i use to create the table is this: With App.ActiveWindow.Selection .SlideRange.Shapes.AddTable(intRows, intCols, sngLeft, sngTop, sngHeight, sngWidth).Select() .ShapeRange.Width...
  18. Eli20

    set border in powerpoint with a macro

    hi, im creating a table in a power presentacion using a macro. how cani change the border and line properties of the table by code?? thank you very much Eli
  19. Eli20

    Update DataTable in DataGrid

    hi, thank you very much for your help.. but it still doesnt answer my question. The example shows how to delete a row.. i dont have any trouble tthat, because i just have to say the index to delete. but how do i update the datatable??? lets say i update the data in my grid, of row 3, with...
  20. Eli20

    Update DataTable in DataGrid

    and then we go back to the original question.. how do i update the dataset?? thank you Eli

Part and Inventory Search

Back
Top