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 wOOdy-Soft 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
  • Content: Threads
  • 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?

    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
  8. 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
  9. 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...
  10. 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...
  11. 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
  12. 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
  13. 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
  14. 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...
  15. 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
  16. 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...
  17. BigM

    Why wont my form submit?

    Hi All, I want to be able to submit a form when a user clicks on a link and not via a submit button. Link code shown here <a href=&quot;#&quot; onClick=&quot;setParams('dev')&quot;>Houses</a> The setParams function has the following line of code at the end to perform the submit where the...
  18. BigM

    How do you re-populate a list box?

    Hi Each, I am wanting to populate a list box based on the selection of another list box, so that when the user selects a different option the second list box is re-populated with details relevant to new selection. Can this be done? Thanks In Anticipation
  19. BigM

    Is it possible to instigate FTP?

    Hi, I am wanting to FTP a file from a UNIX server, read this file and build a page based on the content of the file. Question is how do I FTP the file from the UNIX to the Web Server? Any ideas? Thanks
  20. BigM

    How can I instigate FTP to Web Server

    Hi, I am wanting to FTP a file from a UNIX server, read this file and build a page based on the content of the file. Question is how do I FTP the file from the UNIX to the Web Server? Any ideas? Thanks

Part and Inventory Search

Back
Top