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 Mike Lewis 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: shope
  • Order by date
  1. shope

    Decimal places and number to string conversion

    I'm glad you guys like the tool, I am hoping to eventually, but does anyone know how to help me with this problem? Its funny about the documentation, I actually called cognos about it and the director of documentation was very interested in improving it. Definately shows the company is...
  2. shope

    Adding a hotfile to catalog through code

    Does anyone know how to add a Hotfile to a catalog through code? Every week I have to make a hotfile from a set of data that never changes. I want to automate the process so that I don't have to do a whole bunch of stuff manually. I have gotten as far as running a report that is saved as a...
  3. shope

    How to implement a UDF for ODBC

    Has anyone implemented a UDF using ODBC? I have followed everything in the documentation but the function does not show up in my list of functions...
  4. shope

    Decimal places and number to string conversion

    I am trying to create pie charts in impromptu. Since I can only put one label on each piece of the pie I have formulated a calculation field that provides most of the information I need. it kinda looks like this 'Project Name (5 hours) 2%' <- on the report The formula is Project_Name + ' (' +...
  5. shope

    Help.. SP param only passing first character

    What are the properties of the parameter in the command object? Maybe the size is set to one, or maybe it is not VarChar? just a suggestion... Scott shope@gov.mb.ca
  6. shope

    win32api.txt file

    An immense thank you for the www.allapi.net site. You were exactly right, they have built a new api loader for VB. In case anyone who might read this cares, they have built the viewer using the WindowsXP headers. You can download it for free at www.allapi.net --->>>...
  7. shope

    win32api.txt file

    Is there an upgrade to this file? I am starting to use api's more and more but this file doesn't have the ones I need. I realize I can get the c++ header file prototype from msdn library but it doesn't tell me about the structs and return types. (did that make sense) Does anyone know where I...
  8. shope

    NEWBIE: Multiple Databases in one catalog

    Is it possible to use more than one database in an Impromptu catalog? Does ODBC matter? When in the tables dialog I can choose a different database, but it changes the topmost name of the database I have previously selected. I want to be able to have data from an Oracle database and an Access...
  9. shope

    How can I accelarate my Database-Update ?

    Have you tried using a command object that has an INSERT INTO statement in it and uses parameters to pass the values? I am not sure if that will help but it may be worth a try i.e. your command object's sql is INSERT INTO rsAS400table (TEST) VALUES (prmTEST) and your code goes something...
  10. shope

    Changing Shortcut Icon picture from VB's setup program.

    Thanks people for responding to the post, I appreciate it. The first suggestion of changing the icon using the properties is not possible. I have to install applications on 100+ stations at various locations in the city and cannot do this myself. The second suggestion is also not viable...
  11. shope

    Changing Shortcut Icon picture from VB's setup program.

    Does anyone know how I could change the icon picture on a shortcut created using vb's installation program? I want to use the icon in the compiled vb exe file but, I use VBScript to start the application (to get the lastest version of the file from the LAN) and I don't want all of the vb...
  12. shope

    CognosScipt and MS Outlook

    try using 0 instead. Remember CreateObject is latebound so you don't have direct access to the library. Scott. shope@gov.mb.ca

Part and Inventory Search

Back
Top