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

    script to copy spreadsheet into MS Word?

    Hi, Is there any way I can copy data from all the sheets of a spredsheet and put it into a Microsoft Word document in a table format? It should name the Word doc table name as the name of the corresponding sheet in spreadsheet. If there is already a script for this, then please send me the...
  2. itpmguy

    Program for Deleting spreadsheet columns

    Hello, I have a spreadsheet with more than 600 sheets. I want to delete all columns starting from column "G". The last column is column "R". How do I do this in VBscript? Any suggestions are greatly appreciated. Thanks Cheap Computer Part Supply Buying Tips...
  3. itpmguy

    Converting vertical list to horizontal list file???

    Hi, I have a text file that has values listed one below the other. Ex.: Milwaukee Chicago Dallas New York There are about 1500 values. I want the values to appear as: Milwaukee, Chicago, Dallas, New York I want 10 values per line and next 10 on the next line. Thanks Cheap Computer Part...
  4. itpmguy

    Assigning Unix Function Return value???

    I have written sub routines in unix. How can we get the return value of UNix sub routines. The return function gives the exit status only. here's the command position=`expr substr $longline 1 5` can i write a function as follows and assign the value get_pos () { string=$1 $pos1=$2 pos2=$3...
  5. itpmguy

    Putting grep results into Array??

    This is a Korn shell question. I want to put the results of a grep into an array. So, I did the following: set -A newarray `grep XYXYXY testfile.txt` But this puts each word into an array index instead putting each line into an array index. For ex. if the grep matches the following lines: My...
  6. itpmguy

    VundoFix can remove Vundo Spyware

    Hello, I just wanted to add this info here about Vundo. This typically will show pop-ups for the websites sysprotect.com, amaena.com and few others. The pop-up will show task bar that is supposedly scanning your computer and then will recommend that you download sysprotect to remove spyware from...
  7. itpmguy

    Forms LOV display 1 column out of 3

    I doing forms after a long time.... so I have this question now. I have an LOV where I am selecting 3 columns a, b, c and they are returned to 3 text items - a_text, b_text, c_text. In the LOV, I want to display only 1 column i.e column - a. How do I do this? suggestions... thanks Multiple...
  8. itpmguy

    How to display blog feeds in atom (XML) format on a Website??

    Hello, I have checked out several programs that will display an atom feed (XML) format on a website. THere is always some bug in it. Currently, I am displaying it using a javascript. I prefer PHP programs rather than Javascript. If there is any program in this forum, please let me know. Any...
  9. itpmguy

    Remove column header for data with no values

    Hello, I have a BO report. I add a filter to one of the columns and then I get a different result set. Now if I group by a particular column. All the old result set (before adding the filter) show up although there are no values since I added the filter. I just see column headers for which...
  10. itpmguy

    BO and Oracle Connection Problem after DB restore

    Hello, The Business Objects was working fine. We are Using Oracle DB. We did a Database restore. After that we are able to login to BO, create reports and save it but when we run it, we the following error: ORA-01017: invalid username/password; logon denied :-1017 We are not able to run any...
  11. itpmguy

    Copying dataset / dataprovider and modifying

    I am creating a report wherein I will be creating several dataproviders. All these have very lengthy conditions but they are same in all except one condition. Is there any way I copy one dataprovider into another and then modify it. Any other suggestions??? Thanks Build Your Own PC...
  12. itpmguy

    Date Time Format questions In BO

    Hello, I am newbie to Business Objects. This question is about the BO reports. The date for ex. 6/10/2004 has a timestamp of 00.00.00 AM. if the user enters start date of 6/1/2004 and end date of 6/10/2004 at the prompt while running the report, this will actully pull out the reports from 6/1...
  13. itpmguy

    Date Time format in Business Objects

    Hello, I am newbie to Business Objects. This question is about the BO reports. The date for ex. 6/10/2004 has a timestamp of 00.00.00 AM. if the user enters start date of 6/1/2004 and end date of 6/10/2004 at the prompt while running the report, this will actully pull out the reports from 6/1...
  14. itpmguy

    Why does wait command fail sometimes?

    I issued a wait command in a parent UNIX script and this waits for 15 - 20 background child processes. The child processes login to Oracle database and load data through SQL LOADER. This was working before on Linux and then it was moved to Solaris. It worked fine. But yesterday I noticed that...

Part and Inventory Search

Back
Top