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!

Recent content by AnanthaP

  1. AnanthaP

    how to load local file on linux?

    Since Linux provides links to one file, a possibility is (1) put the "real" stuff.js in say /usr/real/stuff.js. (2) Go to the home directory of your web page. (3) Here `ln` (link) to the real stuff.js. (4) Change your code to "<script src="stuff.js" ... Would this work? Please post the...
  2. AnanthaP

    Certain records print double spaced

    Looks like characters after the OT makes it wrap around. Since you said FPW, can you check the printer driver? Microsoft advices that if you trouble with printing, change to RAW mode (in printer properies). If you mean a report created with report writer, check that the last field isn't a...
  3. AnanthaP

    Return to Clipper

    Was also going to advice Rick Spence's book and so I am adding more information that may be useful in searching. (1) The series was part of "Data Based Advisor" by Lance Leventhal. (2) I believe that the he book is still availabale (in hard copy) in countries like India (where I come from) and...
  4. AnanthaP

    Where to take my shop next?

    70+ corporate users, 150 remote locations and 7 staff. It looked like overload and stretched. For example" "Only 1 programmer who is also OUR cisco engineer. How does the programmer get to balance priorities? Even if both assignments are part-time (ie not full time) activities, it isn't...
  5. AnanthaP

    How many times we abbreviate and then expand a little of that ?

    Language changes and usage with it. Slightly different example but see how technology changes usage. Then - "Guitar" and "Electric Guitar". Now - "Acoustic guitar" and "Guitar"> End
  6. AnanthaP

    Security for program created in MS Access

    Access has a few OnChange type events and at least one each for Before record asnd OnChange in field and record values. Using this you could write the old and new value to another change log table and dump / examine it later. End
  7. AnanthaP

    How to map to a windows folder

    I think theres a work around. In Unix / Linux, `link -S` allows you to dynamically link a folder across file systems and so if there is a common minimum convention of naming, it might be possible to set it up such that: The Windows users access thru Samba and the Linux person thru the linked...
  8. AnanthaP

    Netware 4.11 rights not working right?????

    NetAdmin .v. NwAdmin. I thought NwAdmin requires Novell client which Chailey was less likely to have installed since they might be managing with Windoze client logon. End.
  9. AnanthaP

    Netware 4.11 rights not working right?????

    ... Full access .."? If by any chance you are using a Microsoft access controls, there could be a reason for ".. They get an error that the disk is right protected, or they or someone else has the file or folder open and is being used. I can see that nobody has the file grabbed."... In such...
  10. AnanthaP

    best font for dot matrix printer

    I reccommend COURIER NEW because: (1) Thin letters - easy on a dot matrix prointer. (2) Non proportional. Useful for tabular columns and alignment. (3) Style (bold, italics etc) doesn't change the dimension. You can be sure of your alignment. (4) True type. WYSIWYG. END
  11. AnanthaP

    Is English Difficult?

    Ken, Where does one get the glossary for a clock work orange. End
  12. AnanthaP

    What is the effect of India's Election on Outsourcing?

    Ejazzz, Malaysia was and is a one party state with a declared state religion. (Others get some rights). India is and will always be a secular republic. Where are you from ijaz? Come on man. Step out of the wainscotting. Regarding Compaq and IBM, it's economics. It's cheaper to get programs...
  13. AnanthaP

    What is the effect of India's Election on Outsourcing?

    As an Indian from India, The just voted back congress party started the reform process about 15 years back. Left leaning means more welfare measures out of funds. They had a pre-electoral alliance with left (communist) parties on the "reforms with a human face" type of slogan. This must be...
  14. AnanthaP

    What is the effect of India's Election on Outsourcing?

    Nope. The dollar inputs flowing from the inexorable march of progress (global marketplace, time zone advantage, cheap(er) salaries) will make it impossible for the Indians to change their policies outright. Also, American and Britsh companies will continue to outsource more and more and...
  15. AnanthaP

    text field - numerical value

    isNaN() - or rather not isNan() - would do it. You could also use parseInt() but be careful of leading zeros. If the first letter is a 0 (zero), parseInt() assumes the number to be an octal and so numbers with nine in them would be treated as invalid. In your case since you want to vlidate...

Part and Inventory Search

Back
Top