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!

Search results for query: *

  • Users: LcdCyn
  • Content: Threads
  • Order by date
  1. LcdCyn

    Suppress Group info with a twist

    I am using three tables. Table A is linked to Table B Table A is also linked to Table C. The query I must has an outer join of all. So the output may look like this: Table A element Table B element Table C element ---------------------------------------------------- a1...
  2. LcdCyn

    Creating bar chart w both side by side & stacked bar data elements

    Currently I have created a bar chart with 2 data elements (A, B). It is displayed in a side by side format. Now I have been asked to add another data element (C) to the existing chart and display it a stacked bar format. How can this be done? I use CR 10 professional.
  3. LcdCyn

    How to create group function to be used for a graph

    I have one of three values calculated at the detail level for each record using a function (CalcPriority)- ("A", "B", "C"). -- I have created a group that needs to calculate higher level priority in function (GroupPriority) based on the following: if there is at least one CalcPriority=A from...
  4. LcdCyn

    Must output line chart info over consecutive weeks - help

    I am creating a line chart that shows total number of records in specific states over time. I am having the same problem as some other posters to the forum. I need to see chart information for every consecutive week even there are no changes to the value of the counts during that week. I...
  5. LcdCyn

    I have VB app that uses Access file - install with Win OS

    Here is my problem. I have an packaged VB application which includes a separate Microsoft Access database (initial database was created using Office 97 version of Access). An user should ideally be able to modify the Access database if they want to use their own specific information with the VB...
  6. LcdCyn

    How I can monitor a separate process/program in my application?

    I have a Visual C++ dialog box application that should exit (go away) if another program (or its process ends). Any ideas how I can make this check (to see if program is active or gone)?
  7. LcdCyn

    How to add new file into file

    I am trying to create a script which accepts two strings. $1 is the text string I would like to add to a file and $2 is the file name. I know that one can use "sed" with the a\ option to do this. Every example I have seen of using a\ requires a separate script file in which I define...
  8. LcdCyn

    Anyone have an example using OVwAddInput?

    Does anyone hace an example where the HPOV SDK API, OVwAddInput is used in actual code? I want to see how to tie my select calls with the API. Help?
  9. LcdCyn

    Creating a routinely scheduled task to modify ststus of icons

    I have been using the HP Openview NNM SDK (APIs) to create new commands to be used by my application. My job is to add to my current HP Openview application a new command that runs every x minutes and updates status of my icons based on SNMP data. I have an idea about implementing C language...

Part and Inventory Search

Back
Top