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 strongm 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: *

  1. moepower

    Shift Key issue

    I'm using Brio Designer 6.6.1.7 and am running into an issue when entering either userid or password using the shift key will fill the entire box. How do you fix this issue? ie. Typing userid of test_user will cause the id to be test_______________.
  2. moepower

    Populate form with data

    Thanks DreamerZ. I'll give it a try.
  3. moepower

    Qualification for being an ABAP programmer

    what qualifications/skill set should an abap programmer have? i need to send this information to the employment agency to do the search and i'm fairly new to sap. thanks, ps. yes, i know this is a vague and loaded question but any comments will be greatly appreciated.
  4. moepower

    Populate form with data

    hi all, i'm an access newbie so execuse the simple question. i have a form with the following fields: employee_id first_name last_name department specialty if the employee goes in and enter their employee_id, i want the rest of the fields to be populated on the same form when they tab out of...
  5. moepower

    Need help parsing log file

    I need to parse some information out of a log file on a daily basis and insert it into an Oracle table. I'm very new to UNIX scripting so the more details you can provide the better. ie. LogFile 1242 34328 300989880 bkwe 0001 20020212 1242 300989880 bkwe 0002 20020212...
  6. moepower

    How to disable copy/paste functionality

    I have a webpage with two fields - one to enter the email address and the second to confirm the email address. I don't want the user to copy or cut and paste the value from the first field to the second. Is it possible to disable the copy or cut and paste functionality with javascript? Thanks,
  7. moepower

    shell scripting newbie needs help

    Thanks a bunch . That's what I needed.
  8. moepower

    shell scripting newbie needs help

    Is it possible to find the differences between two files and spool it to a new files? ie. File 1 has line a line b line c File 2 has line a line c line d I need the result file to have del line b add line d Is this doable? Thanks,
  9. moepower

    Starting OnDemand Server

    Hi all, What command do I use to start the OnDemand Server running on UNIX? I keep getting the Unable to locate on OnDemand Server address error message. Thanks,
  10. moepower

    Help with diff command usage

    I have two large text files that I need to do a comparison off. I know that the "diff" command can be used to display the differences but don't know if it will be able to handle this. File 1 - approx. 1 million records File 2 - approx. 800 thousand records 1. I need records in File...
  11. moepower

    How to correctly track and calculate web session information

    I'm interested in tracking the actual time a user browse my website per session. My problem is two-fold: 1) How can I differentiate between someone browsing the page vs. someone leaving the browser idle. 2) If I'm trying to get the session time, I don't want the idle session time to skew my...
  12. moepower

    How to set up correlated subqueries

    I've this simple SQL statement that I want to replicate in Brio but couldn't figure out how to work with Correlated Subquery. Any help is greatly appreciated... select yy.customer_id, yy.sales_amount from sale_dim xx, customer_tracker yy where yy.sales_date >= to_date('04/16/02','mm/dd/yy')...
  13. moepower

    How to do this in Brio Reports using Designer

    Results Table Orange Orange Orange Apple Apple Cherry Cherry Apple Apple Orange Orange How do I go about creating a report that will show me: Orange 5 Apple 4 Cherry 2 I'm very new to Brio Thanks,
  14. moepower

    What is EIS?

    Sorry for this simple question but I'm using Oracle Designer v6.1 and I keep seeing EIS everywhere in the Brio documentation but nowhere does it explain what EIS is. Could someone tell me what EIS stands for and what the purpose of the EIS Report is. Thanks a bunch,
  15. moepower

    How to access OEM from browser

    I've Oracle 8.1.7 Enterprise Edition (typical installation option) running on a Windows 2000 machine. I created an OEM repository on the server (server name is PROLIANT). How do I access the OEM from another machine using Internet Explorer? The OEM repository creation process says PROLIANT:80...
  16. moepower

    What's different between beans and servlets?

    I'm a Java newbie and would like to know what is the difference between Java beans, servlets, tags, and utils. I'm using JBuilder to code java and am not quite sure what the differences are for those. Btw, is J2EE much different from regular Java? Sorry for the simplistic question but the...
  17. moepower

    Easiest way to create a webpage for photos

    Sorry for not being clearer before... my mind is still fuzzy after being in the hospital the last 4 days with my wife for the birth of our son. I initially posted looking for storage space, I eventually got 200 MBs after signing up with the local DSL provider. I just wanted to say thanks to...
  18. moepower

    Easiest way to create a webpage for photos

    Hi Wullie, Thank you for the offer but I was trying to set this up with some webspace I have. Moe
  19. moepower

    Easiest way to create a webpage for photos

    Does anyone know of a package software that will allow me to create a website for photos? I just want a simple site to share family photos but I don't want to be restricted by storage size, etc. by some of the free photo sites on the net right now. Thanks,
  20. moepower

    Is one html page for all pictures possible?

    Thank you. It's a good starting point for me.

Part and Inventory Search

Back
Top