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

    Excel Common List Follow UP

    Skip (or anyone else), With the holidays coming up, I'm going to have a bit of extra time to finally set up a common workbook that can then be queried by multiple workbooks that need the same "master" data. Reference the previous thread thread68-1376746 . Before I take the plunge and work on...
  2. foundryqa

    Common List in Multiple Excel Workbooks: Best Practice

    Hi, I'd like to find out what poeple consider to be the best practice for using a common list of items across several workbooks. Currently I have a list in each workbook and would like to make a central repository for all of them to access. I know that I can do lookups between workbooks...
  3. foundryqa

    Fill Fields Dynamically Not in Edit Mode

    Hi all, I hope I explain this correctly. We have a subform that has fields that are dynamically filled with items from another database when the form is loaded. I want the document to be locked in readonly mode during the entire process so noone can modify it. I can get everything working...
  4. foundryqa

    Fill Field Values from @prompt

    First off, I am using Formula Language for this: I have a default view that contains a command button. Once the button is pressed an @prompt requests a number. This number is then used to do a series of dblookups's. I also have the button compose a new document. I would like the results of...
  5. foundryqa

    Dice Roller (Revisited)

    This is a continuation from the post I had several days ago. At the moment I have a class called die and a collection class called dice. They both work well and have properties that one would expect and a method for each call .roll(). The die class allows for a die of sides 1 through 20...
  6. foundryqa

    Collection class question

    Guys and gals, Please bear with me, because I've just taken the OO plunge and made my first class. It is a "die" class, used for gaming. I created a roll method and a constructor that requestes how many sides the die should have. I've also made a "dice" collection class. I was hoping to...
  7. foundryqa

    Wordart in Access

    Does anyone know how to add a wordart shape to a report in Access programatically? Thanks, Fred
  8. foundryqa

    Richtext field loads picture from filename

    I have to say that I have vba / vb experience and can read lotusscript to the point of knowing what is going on, but that's about it. That's why I've come here. What I would like to do is have a form in Lotus Notes that contains a richtext field. Upon selecting the form from a view, I would...
  9. foundryqa

    Eliminating Duplicate Values in a View

    Hi, I'm new to Notes development and need help with a view that I am creating. I have a particular field that has the same value for several documents. I would like for the view I am creating to only contain one record for each unique value in the given field. I hope that makes sense. My...
  10. foundryqa

    vb6 shutting down when loading project file

    I have inherited a vb6 project and on my first attempt to load the project file, vb6 shuts down without any notice or error after about half the project is loaded. I am really at a loss as to what can be going on. Any suggests would be greatly, and I do mean greatly appreciated. Thanks, Fred
  11. foundryqa

    Streamwriter fixed length fields

    I need to write to a text file using fixed lengths for the output. Before I write a function to add spaces dynamically between pieces of information, I wanted to know if this is built into .net somewhere. Thanks, Fred
  12. foundryqa

    Strange behavior of function

    I have the following function in several cells of an Excel worksheet. It returns results some of the time, but after certain events like copying the worksheet, it errors out to #value#. At that point I haven't changed formatting or values or anything, simply making a copy of the worksheet...
  13. foundryqa

    Opening a Notes document from vb.net

    I would like to be able to view a notes document from my vb.net app. I'm thinking of something like viewing a .pdf, where the document is in a control. Otherwise, just opening the correct document would work. All of the documents are in the same .nsf file. I'm really unsure of how to...
  14. foundryqa

    Small Applications Development Start-up

    Has anyone started a small applications development firm? I've been kicking around the idea for a while, but am unsure how to market my services. The apps that I've made in the past have worked out well, but the users didn't know they needed the app until they were given it. That makes it a...
  15. foundryqa

    Position of a single point in the graph control?

    Is it possible to retrieve the coordinate position of a given point in a series in a microsoft graph object? I would like to draw a line on a chart programmatically based on this value. Thanks in advance.
  16. foundryqa

    microsoft graph 2000 properties?

    Could anyone direct me to a good online source that lists the properties and values for the microsoft graph 2000 properties. I'm working in Access 2000 and want to do more with the graph control than I currently am. Thanks.
  17. foundryqa

    Unique field in Query?

    I have a query drawing from a table that has no unique ID for each record. I cannot change the table to add an autonumber field or someother unique identifier. Is there some way to add a unique ID to each of the records in the query? Thanks in advance.
  18. foundryqa

    Is it possible to add an autonumber field to a linked table

    I have a link table that is attached to an existing table which has no unique ID for each record. I do not have ownership of the table that I am linking to and need each record to have a unique ID. Is it possible to add an autonumber field to the table when it links?
  19. foundryqa

    Value in Textbox feeds criteria field in query

    I am trying to use the value property of a textbox as the criteria for a query. I have verified that the criteria field is being filled from the textbox and the system works well when the value in the textbox is "57" or "103", but when the value is "57 or 93 or...

Part and Inventory Search

Back
Top