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: 2314
  • Order by date
  1. 2314

    HOW DO I DISABLE AUTOMATIC PAGE BREAKS IN EXCEL

    here is the code ex.Rows(i & ":" & i).Select ex.ActiveWindow.SelectedSheets.HPageBreaks.Add before:=ActiveCell wherein i value is that of an integer and ex is an instance of excel application
  2. 2314

    HOW DO I DISABLE AUTOMATIC PAGE BREAKS IN EXCEL

    hi i am getting the error when i add pagebreak and run excel from vb the first time it runs ok this error appears only next time even though i am properly closing excel err number:=-2147417851 err description:=Method 'Add' of object 'HPageBreaks' failed can u guys help out
  3. 2314

    HOW DO I DISABLE AUTOMATIC PAGE BREAKS IN EXCEL

    thanks what i would like to know whether there is an event which fires on a page break
  4. 2314

    HOW DO I DISABLE AUTOMATIC PAGE BREAKS IN EXCEL

    HOW DO I DISABLE AUTOMATIC PAGE BREAKS IN EXCEL OR HOW CAN I KNOW AN AUTOMATIC PAGE BREAK HAS OCCURED IN EXCEL FROM VBA
  5. 2314

    CAN I USE DDL STATEMENTS IN STORED PROCEDURE

    hI, WHEN I TRY TO EXECUTE IT GIVE ME INSUFFICENT PRIVELIGES ERROR EVEN THROUGH I CAN CREATE TABLE PRIVELIGE.
  6. 2314

    CAN I USE DDL STATEMENTS IN STORED PROCEDURE

    CAN I USE DDL STATEMENTS IN STORED PROCEDURE
  7. 2314

    ERROR REGARDING GETTING CURRENT VALUE FROM SEQUENCE

    thanks boss for clearing the concept
  8. 2314

    ERROR REGARDING GETTING CURRENT VALUE FROM SEQUENCE

    CAN U GUYS EXPLAIN ME THE SESSION CONCEPT OF ORACLE THANKS IN ADVANCE
  9. 2314

    ERROR REGARDING GETTING CURRENT VALUE FROM SEQUENCE

    what i mean is that when i try to get the current value of sequence without initally firing nextval i am getting the error if i fire nextval then there is no error
  10. 2314

    ERROR REGARDING GETTING CURRENT VALUE FROM SEQUENCE

    hI, I AM GETTING THE FOLLOWING ERROR WHEN I TRY TO GET CURRENT VALUE OF SEQUENCE EVEN THOUGH I HAVE ALREADY CREATED THE SEQUENCE AND AM USING IT IN INSERT ORA-08002: sequence SEQ_EWVGSCTNMASTER.CURRVAL is not yet defined in this session
  11. 2314

    ERROR -2147217887(80040E21)

    boss it has been instatiated and the code is working fine on all machines expect for one machine
  12. 2314

    How do i define autoincrement column in oracle

    How do i define autoincrement column in oracle as i do in sql server with identity column.
  13. 2314

    HOW DO I ENFORCE A DEFUALT CONSTRAINT IN ORACLE

    HOW DO I ENFORCE A DEFUALT CONSTRAINT IN ORACLE
  14. 2314

    ERROR -2147217887(80040E21)

    Hi, I am Getting error ERROR -2147217887(80040E21) Multiple step oledb operation generated error check each oledb status value avaliable no work done. This happens when i try to assign a recordset to a recordset for example on this line Set rListRs = rs.Execute(sSQL) I have already installed...
  15. 2314

    HOW DO I FIND THE POSITION OF A PARTICULAR STRING IN ORACLE

    HOW DO I FIND THE POSITION OF A PARTICULAR STRING IN ORACLE
  16. 2314

    how do i automatically print a text file from vb without opening it

    how do i automatically print a text file from vb without opening it
  17. 2314

    how do i loop through a cursor using fetch statement

    how do i loop through a cursor using fetch statement
  18. 2314

    how i i execute a stored procedure from sql*plus which gives a r

    how i i execute a stored procedure from sql*plus which gives a return value
  19. 2314

    how i use string functions to write sql query

    HOW DO I CHECK WHETHER THE FIRST TWO CHARACTERS ARE NUMERIC
  20. 2314

    HOW DO I CHECK WHERE THE FIRST TWO CHARACTERS ARE NUMERIC

    HOW DO I CHECK WHERE THE FIRST TWO CHARACTERS OF MY FIELD ARE NUMERIC

Part and Inventory Search

Back
Top