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 Chriss Miller 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: josecarlo
  • Content: Threads
  • Order by date
  1. josecarlo

    Setting table and cells width using CSS

    Hello, I want to get a table with two cells, but I'd like to set its width dimensions using styles only: +++++++++++++++++++++++++++++++++ + cell 1 + cell 2 + + + + +++++++++++++++++++++++++++++++++ table width = Tw = browser width (100%) cell1...
  2. josecarlo

    Export large volumes of data to excel files with ado.net

    Hi, I'm using asp.net to generate excel files with data read from another source (Oracle for example). I'm using Oledb data provider for ado.net (.net framework 1.1). When I generate a small excel file everything goes fine, but when I generate large excel files (i.e. 500K), I get the...
  3. josecarlo

    I can't prevent caching in web browser

    Well, in fact, I can prevent caching in the development server, but when I run the application in production server it doesn't work. This is what I did: In Page_Load() Response.Cache.SetCacheability(HttpCacheability.NoCache) As I said, it works fine in one server but not in the other. Both...
  4. josecarlo

    using Ado.net and MS Jet to insert rows in excel files

    Hi, I'm using Microsoft Jet and ADO.NET to insert rows into an excel file, something like this: Dim SQL as String SQL = "insert into tabla1 (F1,F2,F3,F4) values('a',1,'b',2)" cmd.CommandText = SQL cmd.ExecuteNonQuery() where tabla1 is a named range in the excel file. But I want to do the same...
  5. josecarlo

    problem with typed datasets

    Hello all, I wanted to create a typed dataset, I mean, my own dataset class derived from the DataSet class. To do this, I created an asp.net web application using vb.net. Then I right-clicked the project, clicked Add/Add Class and I chose the DataSet template. Then I drag a table from the...
  6. josecarlo

    I want to create my own http headers but they don't work

    Hi, I'm trying to use my own http headers for sending information from one web server to another. To do this, the first server uses Response.AddHeader("MYHEADER","MYVALUE") and then I make a redirection to a page on the other server. In the other server, I am using Request.ServerVariables() to...
  7. josecarlo

    can not download excel files from a web server, help!!!

    Hi, I have a real serious problem. I made several web applications with ASP.NET and with a button that let you download an excel file of the information presented on the page. Everything began to fail on tuesday 17. The option for downloading the excel file is not working. Nothing in the code...
  8. josecarlo

    About jobs

    Hi, Can anybody tell me how to delete a job and create a new one? I have one that it didn't make its work, so I want to delete it and create a new one. My job had to refresh a materialized view every day. Thanks. Jose Carlos JOSE CARLOS ARAMBURU josecarloaa@hotmail.com
  9. josecarlo

    InterProcess Communication

    How can I interchange real-time information between two applications, one in VB and the other in VC++?. Is it possible to use COM to do it? Thanks for your help. JOSE CARLOS ARAMBURU josecarloaa@hotmail.com
  10. josecarlo

    Has anybody used nested classes?

    Can anybody explain me what are nested classes? and what is their purpose? and is there any other "thing" to use instead it? I read about it in a book about COM. Extra help: A nested class inherits from another class? I'm blind [#-) about this subject JOSE CARLOS ARAMBURU...
  11. josecarlo

    Changing views in a pane of a splitter window

    Hi, Can you help me with this? I have a splitter window with two panes and one of these has a view from a class derived fron CFormView. Can I change this view several times during the execution of my aplication? How can I do this? or do you haye any other solutions because my purpose is to show...
  12. josecarlo

    Why do the wizards deny to help me?

    Hi, When my controls are created in run time, for example after clicking a button, their event handlers must be created before, in design time. But they don`t appear in classwizard so I have to do everything by hand: I add their IDs to the resource.h file, I add the definitions and...
  13. josecarlo

    Help me with my CISCO-PBX configuration

    Hi, I have a connection between an FXS port of router CISCO 2600 and an analog trunk of my PBX which model is an ALCATEL 4200. I'm using a PLAR connection. This link usually works fine, but sometimes my PBX remains with the trunk busy or blocked after being used it. I think there's a...
  14. josecarlo

    C++ and MATLAB

    Hi! I know that i can write programs for Matlab using C/C++. The only problem is that i don't know how to do it. Could anybody help me considering that i use Visual C++?
  15. josecarlo

    Looking for information about ASPECT

    Hi! This is the first time I'm in this forum and the first time that I have to use the software ASPECT (Procomm for DOS). So it would be helpful for me if somebody can tell me where to find some information about this software. I only have several ASP script files. Thanks for the opportunity to...

Part and Inventory Search

Back
Top