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: shope
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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 + ' (' +...
  4. 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...
  5. 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...
  6. 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...

Part and Inventory Search

Back
Top