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

    VIO installation

    I am new to VIO and learning as fast as I can. I am trying to figure out how to install 2 vio server on P770 MMD server. I was able to install one VIO server . however i can not install the second vio. It installed at same of disk0. what need to be done in disks(server has 3 sas disks and two...
  2. snowingnow

    Tied a login form with Active directory

    Hello, I would like to build a login form in Access 2K with user name and password input fields, and then verify the authentication with Active Directory before using the MDB,thanks
  3. snowingnow

    HTTP post integation

    Hello, Folks I am a new novice to ASP.. Here is my question There is one project we will work on, basically is will going to use http post to integrate another system by uploading pesronal infor. would anyone tell me a sort of guide line to show me what need to be done to accompinish this? Thanks
  4. snowingnow

    How to create a .csv file in DTS

    I would like to create a DTS which to query tables in database and export result as .csv file, how can i do this. Thanks
  5. snowingnow

    how to ftp a file in DTS

    I would like to ftp a file to another saver WITH DTS, how can i do it? Thanks
  6. snowingnow

    How to create a index

    I would like to know . is there a way to create index in crystal report? I have ODBC linked tables, but those tables are not indexed at alll, my ideal is to create an index within the crystal report then will speed up.. how can i do this? Thanks
  7. snowingnow

    compiled cystal report not launch

    I have developed a crystal report and compiled, distributed to the shared location, my queestion is, one of my users can not run the report via rptname.exe.. i the workstation have cyrstall installed. I coyied the exe, rpt and crf to the local, and clicked on the exe, NO respone... same as from...
  8. snowingnow

    padding a space in front of a string

    How to padding a certain number of spaces in front of a string ? Thanks
  9. snowingnow

    split function

    what could happen if the string in split function is "" or null,for example, [split "" ^] or [split @null ^], what will be the result? Thanks
  10. snowingnow

    Conver string to integer

    What function could i use to convert a string to integer, such as a truncated string is "33" and I would like to conver to integer as 33. Thanks
  11. snowingnow

    hcicomand output to a tcl array

    I would like to caputred result of hci command and save them in an array, let say, in tcl I have run, exec hciconnstatus -c 'myconnection', i like to create an array or list to hold the outputs, how can i do that, thanks
  12. snowingnow

    how to create a file in tcl

    hello, I would like to create a file with tcl proc, how can i do this? thanks
  13. snowingnow

    return a partion of string

    Hello, I would like to do this: That says: if incoming string match this pattern: aaaaa~bbbb~ccccc, i would like to get the partion of ccccc, if not return as null, i am new to tcl, thanks in advance.. (a, b, c string length could be different)
  14. snowingnow

    Numeric data

    is there any function i can use to see if the data is numeric? Thanks
  15. snowingnow

    Abort the loop

    I have nested loop, how can i terminate the loop if i find the seaching thing such as foreach a listvalue1 { foreach b listvalue2 { if {$b=$a}{ set c "something" i want to abort to outnner most } else { keep doing both...
  16. snowingnow

    string matching

    Hello, i would like to return all the elements in the list,whose string contains "empnum", tahnks
  17. snowingnow

    get last occured string

    That says, we have "A^cur~B1^pre~B2^pre~C^lat" since "B1^pre~B2^pre" of pre componet could repeat more than two time, i only need to get the last one for pre component than the result come as ""A^cur~B2^pre~C^lat", how can i do that, thanks
  18. snowingnow

    how to truncate a leading 0s

    Hello, how can i trancate all the leading 0(ZERO)s in a string? what fucntion should i use?Thanks
  19. snowingnow

    How to return count of eleement in lindex

    I use following script to reformate a string .. set fieldo [split $segment |] set field1 [lindex $fieldo 13] set field2 [lindex $fieldo 14] In field2, there may have some sub segments in it,some time only one, if have more than one then split by "^", My question is how to i determine how many...
  20. snowingnow

    code search and replace..

    how can i do a search and replacement, that say, the province code replace, if the value is ontario then replace with ON, Alberta, replace with AB ... So on... Thanks

Part and Inventory Search

Back
Top