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 Chriss Miller 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: mmt4331
  • Content: Threads
  • Order by date
  1. mmt4331

    A Question about Job Descriptions

    I saw a job posting in my local paper (surprise...this thing wasn't on Monster or Dice) and they are looking for someone that has experience w/ the following: Mainframe Operations, PC Support, HelpDesk, database mang., data analysis, and installation. OK, here is the deal. I have twelve years...
  2. mmt4331

    I've been working on a major Crys

    I've been working on a major Crystal Reports project using 8.0, and I've decided now that each group, I want to start on the next page. I tried the "Group" in the menu, but the "OK" button is grayed out because I want to change the attributes to the grouping on the same...
  3. mmt4331

    Password in Javascript

    Hi all: How do I create a password for a none public access website in Javascript or HTML? Thx.
  4. mmt4331

    What do you guys think about all

    What do you guys think about all the IT jobs being shipped over seas???
  5. mmt4331

    Future of Network and Programming Careers

    I have a question here: I am looking to make a career change (currently, I am a Shift Supervisor in mainframe operations) and I'm trying to decide whether to go into network or programming (web development). I heard that a lot of programming jobs will be shipped over seas in the next five...
  6. mmt4331

    Mouse Over

    The HTML below, whenever I try to mouse over on my links, I would like for them to turn to a different color (maybe green). How would I do that? <HTML> <Head> <h1><u> Company Links</u></h1> </Head><title>Company Links</title> <p> <h3><i> HONDA</i></h3> <Body bgcolor=&quot;skyblue&quot...
  7. mmt4331

    While Loop

    The code below works to a degree. I ask the user to input a number less than 10...if he puts in 10 or greater, I shoot him an alert saying his value is too high. Then the program ends. How can I put where the user, if he puts it greater than ten, go back to the original prompt to ask him...
  8. mmt4331

    What is wrong w/ this simple code?

    What is wrong w/ this simple code? I'm trying to get a while loop working. Thx. <html> <title>Practice</title> <head> <script language=&quot;javascript&quot;> var numCounter = 0; var lowConstant = 10; function smallLoop() { while (numCounter < lowConstant) {numCounter++...
  9. mmt4331

    Src Question

    The following code produces a msg box w/ &quot;Cannot find xxx file&quot;. What is wrong w/ this code? <html> <title>Lesson Three</title> <head> </head> <body> <a href=&quot;#&quot; onclick=&quot;window.open('C:\NotesSQL\Docs\H_OPTIMIZING_FOR_ORDER_BY_CLAUSE.html','Window_One'); return...
  10. mmt4331

    I've been playing around w/ this

    I've been playing around w/ this code for a couple hours...whenever I try to run it on the IE explorer, it shows nothing. What is wrong? <html> <title>Javascript for Dummies</title> <head> <script language=&quot;javascript&quot;> function showme(mvs,unix) { if (mvs == &quot;OS/390&quot;)...
  11. mmt4331

    Creating a font w/ two or more attributes in JavaScript

    Please look at the script below, and after you do, I have a question to ask: //Input Box & Format Text var InputBox = prompt(&quot;What is your name?&quot;,&quot;Name Input Box&quot;); var Response = (&quot;Thank you for entering your name, &quot; + InputBox); var ColorResponse =...
  12. mmt4331

    Oracle Database Downloads

    I will have VB 6 on one PC and I want to have an Oracle database on another (peer to peer network). I will be doing database programming. What should I download off of Oracle.com? Oracle9i? Oracle9i lite? or Oracle9i Personal? Thx in advance for your guidance. Mark
  13. mmt4331

    Java and Database Question Career

    I'm learning java currently for a career change down the road. I do know SQL very well. My question is, do most Java positions require you to have Oracle or SQL Server experience? I have experience writing ad-hoc queries against DB2...but I don't think that is going to cut it. Most...
  14. mmt4331

    Grouping in Specified Order

    I just grouped on Specified Order, but realize I want to add more items to a particular group and discard others...it will not let me do it. It seems once you group on a particular field, and if you go back and want to change it, it won't let you do it. How do I edit my grouping on specified...
  15. mmt4331

    Creating a Custom Group

    I'm trying to create a custom group w/ two different continents: North America and South America. I click on GROUP and select IN SPECIFIED ORDER. I create a goup for North America and add countries to it and the same for South America. When I go to run the report - it only gives me North...
  16. mmt4331

    Crystal Dictionary

    I have CR8 professional. How in the world can I create a Crystal Dictionary for our SQL Server DB??? Thx. Mark
  17. mmt4331

    Blank Page

    I have a report that its first record is on the second page. The first page has nothing on it and when I print it out, it produces a blank page and starts printing on the second page. Is there a way I can get the first record on the first page? Thx. Mark
  18. mmt4331

    Conditional Formatting

    The following is what I have on my report: Assigned_By Assignee Resolution Who_Acknowl MMT4332 00077714 Completed MMT4331 MMT4332 00077323 Pending MMT4332 00077534 Completed MMT4332 00077533 User...
  19. mmt4331

    Null Values

    I have a few null values in a database field called {Asgnment.Resolution}. On my report, I have a few other database fields going across the report. How do I suppress the other fields if my {Asgnment.Resolution} field has a null value? Thx. Mark
  20. mmt4331

    NotesSQL Driver to Notes DB

    We have installed a NOTESSQL 3.00 driver to link from Crystal Reports to Notes Database. When we go to add the driver in (w/in ODBC)...we get this msg: 'An error occurred while Windows was working w/ the Control Panel file C:\WINNT\System32\odbccp32.cpl'. NotesSQL driver is installed but...

Part and Inventory Search

Back
Top