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

    Web Enabling Oracle

    Hi, I am wanting information on the different ways in which to web front end an Oracle DB. We have plenty of PL/SQL and Forms experience in a Client Server architecture but are wanting to write an application with a web front end. Apart from web enabling forms, which we have ruled out what...
  2. BigM

    Modern Look and Feel Required

    Hi, I have been using Developer for a while and currently am using Forms 6i. However the app I am working on has a Windows 9x look and feel to it. I am wanting to give it a more up-to-date look and feel. Could anybody out there point me to any resources, papers or ideas for this. Many Thanks...
  3. BigM

    Moving objects between schemas

    Hi Each, I have two schemas, lets say schema1 and schema2. I am wanting to move all objects and any data from schema1 to schema2. Any quick easy ways? TIA Big M
  4. BigM

    Looping Thru Items In a Block

    Hi, I am wanting to process all items within a block and set the visual attribute according to a value retrieved from the database. This to be done on when-new-block-instance. Code is as below but using next_item triggers of validation etc.....is there any other way of looping through items in...
  5. BigM

    Drop List Progressive Search - How To?

    Hi All, I am wanting to create a drop list box which when you enter and type a letter or number the current hilighted entry seraches progressively. For example if I have a drop list of names and enter B the list moves to the head of Names beginning with B, if I then enter R it will move to the...
  6. BigM

    Drop List Progressive Search - How To?

    Hi All, I am wanting to create a drop list box which when you enter and type a letter or number the current hilighted entry seraches progressively. For example if I have a drop list of names and enter B the list moves to the head of Names beginning with B, if I then enter R it will move to the...
  7. BigM

    How to extract month name from a date?

    Thanks but I have tried that but I get "Undefined Function 'Format' in expression" SELECT Format(scheduled_date,'mmmm') FROM View_Scheduled_Actions;
  8. BigM

    How to extract month name from a date?

    Hi, Probably really simple but cant find out how anywhere but...how do I extract the month name from a date in a sql query in access. So I want to extract "May" from this date "06/05/1967" which is in format DD/MM/YYYY. TIA
  9. BigM

    SQLJ or JDBC?

    Simple question....I am an experienced Oracle developer but am wanting to move into Java/Oracle development for obvious reasons.... Where do you people recommend I start....SQLJ or JDBC? TIA Martin
  10. BigM

    Problem with Session_OnEnd.....Any ideas?

    Hi Ed, If that is the case its a pretty fundemental flaw. What a complete p*sser!!!! I will have to think of some other way of housekeeping as there could be many of these files left lying round on the web server. Maybe I could check the create date on files and if its more than a day old...
  11. BigM

    Problem with Session_OnEnd.....Any ideas?

    Hi, I have the following global.asa which should delete any files created during the current session. The file names when created contain the SessionID so each user has their own copy of the files to work on. However this doesnt seem to be working...the files are not deleted when the session...
  12. BigM

    Getting ORA-00911: Invalid character

    Yoofs, It was the semi-colon at the end of the statement. Within SQL*Plus the semi-colon at the end executes the statement. Obviously this is not required with ADO. So statement should read ------------------------------------------------- strShowSQL = "UPDATE bv_prt_link_main SET...
  13. BigM

    Getting ORA-00911: Invalid character

    Hi, I am getting the following error when running my update statement. Microsoft OLE DB Provider for Oracle error '80040e14' ORA-00911: invalid character The SQL statement does NOT contain invalid characters as I can cut and paste it into a SQL session and it runs fine. Statement is as...
  14. BigM

    Are session variables available in Session_OnEnd?

    Hi, A quick question....are session variables still available in Session_OnEnd or are they destroyed before this sub is called? Thanks
  15. BigM

    Change where a FORM submitted dynamically.

    Just use form.action you numbskull.... where action is the script name of where you want to submit the form. X
  16. BigM

    Change where a FORM submitted dynamically.

    Hi, I have a form which when submitted can be submitted to different ASP scripts. How do I change the ACTION attribute of the Form based on the click of a link on the page. TIA Martin
  17. BigM

    How can I get URL entered before leaving page?

    Hi, When a user enters a new URL to leave my page how can I find what URL they enter before leaving? TIA Martin
  18. BigM

    How do I detect different application exits

    Hi, I have an app in which the user can upload and amend a configuration file. This file is just a flat ASCII file. To prevent more than one user editing this at once the app checks for the existence of this file on the Webserver...if its there then its being edited and no further access to...
  19. BigM

    How do I submit form to pop-up window?

    Hi All, After a user submits a form I am wanting to send the output to a new pop-up window. I am OK in creating the pop-up but how do I tell the form to send details to new window? Thanks In Anticipation
  20. BigM

    How do I prevent Access Unless Logged On

    Hi All, I am wanting to prevent people from accessing my application unless they have visited a page which is protected by an ACL (meaning they must have a username and password). How do I stop them cutting and pasting a URL from a previous visit which will take them past my ACL protected page...

Part and Inventory Search

Back
Top