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 TouchToneTommy 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: Pushkin
  • Content: Threads
  • Order by date
  1. Pushkin

    SQL Errors

    Can anybody tell me where I can find a list of sql errors with the needed explanation? I need the info for sql error 920 Thanks in advance
  2. Pushkin

    Print just one frame

    I have one fixed Frame (eg named left with a single html) where I put a button to print. Now I want to print the other frame (eg with the name right) How can I print only the right frame. Thanks in advance
  3. Pushkin

    print entire page

    How can I make sure that I can print an entire page. I can scroll to the right on the page, but when I print the page it only prints the left side. Is it possible to print all what is on the form. Thanks, Pushkin
  4. Pushkin

    Window

    How can I open a window directly without toolbars. It must open without toolbars right after clicking the link. So, my homepage (by matter of speach) must open without toolbars. Thanks, Pushkin
  5. Pushkin

    Toolbar

    Hi, does anybody know how I can create an asp-page with a script that opens the page without toolbars. Thanks
  6. Pushkin

    Window.close and window.toolbar

    Hello, I want to put a button on ap html-page that closes this page and opens a new one. The new one must be without toolbars. I've no idea. Please help, Pushkin
  7. Pushkin

    Getting the last record in a table.

    Can anybody tell me how I can get the last record from a table. e.g. I created a table with 3 fields id, birthdate and name. I filled the table with data. How can I go to the last data I hava inserted? How can I know what was the last ID I inserted? I only need the value of the final ID...
  8. Pushkin

    sequence.currval

    I've got an application with a sequence, trigger (before insert that uses this sequence) and a function that calls the currval of this sequence. When I run the app Oracle gives this error: ORA-08002: sequence TEST_SEQ2.CURRVAL is not yet defined in this session So, I removed the function and...
  9. Pushkin

    Function for sequence

    Can anybody help me to generate a sequence.nextval in a function, I have no idea how I can do this. Thanks in advance.
  10. Pushkin

    Copying fields and insert sysdate

    Hello, I would like to know how you can copy one field in to another? So eg. you have ID1 and it also have to go in ID2. I also want to know how you can put the sysdate in a field. Thanks in advance

Part and Inventory Search

Back
Top