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 Chriss Miller 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: icodian
  • Content: Threads
  • Order by date
  1. icodian

    Arrays of Sub-Objects ... How to handle these?

    I'm having trouble searching for what I'm trying to figure out, so please forgive my ignorance here. I build a small business application using VB about once per year and I just don't know the words I should be searching for my new problem. I am hoping someone can suggest the appropriate...
  2. icodian

    Add and Populate Checkbox Column of Datagridview

    I have no idea why I'm having so much trouble finding this but I cannot find the code I'm looking for. It seems as though it should be simple. Anyway, all I want to do is take a boolean field from my database that stores either a 1 or a 0, and display this in my datagridview with a checkbox...
  3. icodian

    Dataadapter .Fill no longer populates Datagrid; Stopped working

    I'm an amateur that used to do some simple applications in VB6 for my small business. I just upgrade to VB.NET. I was writing my first app and everything was going great. I have 3 datagrids that were populating with data perfectly when the form loads. Then, all of a sudden, they stopped...
  4. icodian

    Using the same code for multiple forms

    I have several forms that all have the same textbox & flexgrid on them. They all contain the exact same data and I want them to work exactly the same way on every form. They are basically fancy combo-boxes. You start typing in the textbox and the grid becomes visible and displays a list of...
  5. icodian

    Fax Console security?

    I'm able to delete incoming faxes in the Windows Fax console logged in as the System Manager but not as a standard user in the Users group. The 'Delete' option is currently greyed out in the right-click menu for the standard user. Does anyone know what security option I may be able to change to...
  6. icodian

    Prompting a user for input into a field in a Word Doc

    Hi, I've created a template in Word 2003. I have a Header that I would like to display a title in. However, rather than having the user have to open up the header and change the title, I would like to simply prompt the user to enter one whenever they create a new doc off of the template. I...
  7. icodian

    Apply a template to all Word 2003 documents

    I recently created a header that I want to appear on all of the Word document handouts that we use. This adds up to approximately 200-250 Word docs. My header is currently a template and I am using it for any new docs I create. However, I would like to be able to apply the header to the existing...
  8. icodian

    Pick up one record of those with a dup foreign key

    Morning, I'll get right to it. I only use SQL occasionally so hopefully this is an easy question for more of you. I have an Account table and a Contact table. Multiple Contacts per Account. I want to move data from the Contact table to the Account table such as email address and fax number...
  9. icodian

    Looping through Controls by name

    I have an old program that I am working to upgrade. The old language was based on VB but was proprietary from what I understand. I am now using VBScript built into the application I am customizing. In the old app, I had the following loop written to loop through 12 controls and assign values...
  10. icodian

    Looping through Controls to set values

    I have an old program that I am working to upgrade. The old language was based on VB but was proprietary from what I understand. I am now using VBScript built into the application I am customizing. In the old app, I had the following loop written to loop through 12 controls and assign values...
  11. icodian

    Constrain Image Proportions in Crystal 8.5?

    Hi, I have a simple Crystal Report (v8.5) that pulls bitmaps from an Access DB. The problem is that the object "stretches" the image to match the proportions I set for the object in the report. I would like the image to remain proportional but stay within the limits of the height and width I...
  12. icodian

    App locking up VB 6 completely

    I recently wrote a small app that runs a Crystal Report, exports it to a file, and emails it to a fax client which faxes it out. This is written in VB6 using Crystal 8.5. I have a strange problem where the application locks up VB after it has completed its execution. Basically, I press the GO...
  13. icodian

    Date Parameter resetting

    Hey guys, On Crystal 8.5. If more than one parameter is on a report and one of those is a Date Parameter, the date entered resets itself somehow. For instance: I first enter my Date Range Parameter: I select 01/01/04 - 01/31/04. I then select the Customer parameter and choose customer ABC...
  14. icodian

    Missing export format

    I am missing the Tab Delimited Text export format from a workstation. Does anyone know the dlls that I must update in order have this option? Thanks!
  15. icodian

    Export to Fixed Width text file

    Good Wonderful Monday Morning! I am working on a report that will be used for exporting payroll information into a Fixed Width ASCII text file. I have around 25 fields that need to be exported. A quick example of the format is as follows: Field Start Length SSN 1...
  16. icodian

    Blurry/Unclear logo - Extreme size issue

    Hi guys, I've searched around a bit here without any luck so decided just to ask. I am adding a logo to an invoice. The logo is a simple jpg file created through Adobe Photoshop. It is 3 inches wide X 2 inches high in Photoshop. When I insert this as a Picture into Crystal 8.5, it appears as...
  17. icodian

    Setting the "Pages Per Sheet" Printer Property

    I have searched the forums for every keyword I can think of for this without any luck. Does anyone know how to set the "Pages Per Sheet" value in your Printer Preferences? It seems you can set about everything except this. ;) I'd be grateful for any ideas. Thanks.
  18. icodian

    Is there a half-way decent dropdown control in VB?

    I'm no expert in this by any means so forgive me if this is a dumb question. I created a small database in Access. I then created a form to go with it that allows the user to select an Order Number. The Order Number is simply pulled from one of the tables available. To do this, I added a combo...
  19. icodian

    Setting the Pages Per Sheet

    I have a report that prints labels based on order information. Currently, to do this, each page prints the Order and Line Item information for an order. My labels are 5 X 3.5 and there are 4 on a sheet. Each time my user goes to print the label report, they must first go into the Printer...
  20. icodian

    Populating Parameter dropdowns on the fly

    Hi there, I have a report that is based on an Order # range selected by the user. Of course, I can set the default values to all of the existing Order #s to allow the user to find the correct Order # through the dropdown. However, this data does not refresh and of course, new orders are entered...

Part and Inventory Search

Back
Top