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

  • Users: Vinni
  • Order by date
  1. Vinni

    ORA-22275: invalid LOB locator specified

    Guys, I am calling a stored procedure to insert a clob datatype. The procedure declaration is: -------------- PROCEDURE SP_UPDATE_ST_TEXT( c1 IN OUT cv_types.genCurType, textId in pea_ST_text.text_id%TYPE, STguideId in pea_content.STguide_id%TYPE, contentText in clob, contentId in...
  2. Vinni

    Using 'glob' to get a listing of files

    I am trying to create a list of all the '.gif' files using: set listFiles [glob "C:/test_Imagefiles/*.gif"] I get following error message: no files matched glob pattern "C:/test_Imagefiles/*.gif" while executing "glob "C:/test_Imagefiles/*.gif"&quot...
  3. Vinni

    Using 'glob' to get a listing of files

    Hi there, I am using following code lines to get a list of files: set listFiles [glob -nocomplain "C:/test_Imagefiles/*.gif"] I can't get it working. I am on Windows2000 platform. What am I doing wrong ? Any suggestions ? thanks
  4. Vinni

    How can I open a local file in a window from a http: loaded page?

    Hi there, I am trying to preview an image or local file before uploading ? thanks in advance for your help
  5. Vinni

    Cell heights (images vs. no images)

    Hey Guys, It is a web content management screen. I need to preview the images (may be thumbnail) before submitting them from my local drive on the webpages. any help ? thanX
  6. Vinni

    Embedded Font problems

    Hi there, I am havign a somewhat similar problem where I want to display multibyte characters on the site. It works fine on the Netscape 6 but I can't seem to make it work on Netscape 4.x. I have to manually change the Font and encoding settings in the preferences (under Edit) window of the...
  7. Vinni

    How to handle UTF-8 characters in Javascript arrays

    Hi there, can someone share the ideas on how to handle UTF-8 characters in Javascript. thanks
  8. Vinni

    Using Style Sheets to control Fonts and Encoding of the target browser

    I want to serve multilingual content on the site. The content is displayed correctly on Netscape 6.x But it doesn't show up correctly on Netscape4.x In Netscape 4.x , I had to change the Font settings manually to display the content correctly. I am also using charset directive in my pages as...
  9. Vinni

    pass a list to where clause in Select

    Thanks Rudy
  10. Vinni

    pass a list to where clause in Select

    Hi there, I am making a list of group_id to be searched in a table. Can I pass this list as is to the 'where' clause rather having to iterate the list. The list of group_id is {23 45 56} My original SQL looks like: SELECT t.rootid, t.msgtranslation, t.msgimagepath from msgcat_root r...
  11. Vinni

    Reserved characters

    Hi Ken, I am facing a similar problem. I am declaring Javascript arrays in my code like: var daysInMonth = new Array(12); daysInMonth\[0\] = 31; daysInMonth\[1\] = 28; daysInMonth\[2\] = 31; Using (\) backslash, I am able to avoid Tcl interpreter executing whatever appears between the []...

Part and Inventory Search

Back
Top