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: *

  1. arigsby

    DropDown Lists

    I am trying to default several dropdown lists depending on the value selected from another dropwdown list. I have a control table that I am getting my values from to populate the ddl's. What is the best approach to do so and proper syntax? Thanks.
  2. arigsby

    Defaulting DropDown lists

    I am trying to default several dropdown lists depending on the value selected from another dropwdown list. I have a control table that I am getting my values from to populate the ddl's. What is the best approach to do so and proper syntax? Thanks.
  3. arigsby

    Entering dates from seperate years

    I am trying to keep users from entering dates for one field being after the date in another field. I have it working if the dates are within the same year. Ex: I enter a date of 12/12/2004 in one field and 01/01/2005 in another. It is recognizing that 12/12 is after 01/01 when it is really...
  4. arigsby

    Entering Dates in VB.NET

    Thanks a lot for the quick response! It worked!
  5. arigsby

    Entering Dates in VB.NET

    How do you prevent a date being entered in a textbox that has already passed?
  6. arigsby

    Populating a dropdown list

    I have a textbox where a style number is going to be put into. Once the style has been put in the textbox the user then selects the submit button and the "styleid" from the style table will be used to populate a dropdown list for all style/color/sizes that have that "styleid". How do i go about...
  7. arigsby

    Populating a dropdown list using text from text field

    I have a textbox where a style is going to be put into. Once the style has been put in the textbox the user then selects the submit button and the "styleid" from the style table will be used to populate a dropdown list for all style/color/sizes that have that "styleid". I need the easiest...
  8. arigsby

    Populating a dropdown list using text from text field

    What is the best way to take text entered into a texbox and populate a dropdown list from the primary key of the the textbox value?
  9. arigsby

    Radio Buttons

    What is the proper way to populate a Drop down list using a radio button or list box? Is there a better way? I have a stored proc populating a ddl and i want the user to be able to check a radio button and have the ddl to populate additional information. thanks for the help!
  10. arigsby

    What are attributes for a Bar Code?

    What are attributes for a Bar Code? I have created a bar code in a crystal report, but the font will not show up when i run my application. It shows an 'A' in the attribute column of my font folder and i am thinking this might be the problem. Can you help please!! Thanks
  11. arigsby

    Formula Functions

    Under Functions there is an expandable function tab that is used to input the formula where you want the (in this case) my label number called from. In order for mine to work correctly i have to have (Visual Basic UFL's) as my function. This functions is provided by IDAutomation and i was...
  12. arigsby

    Formula Functions

    In order to have the right formula format i have to have the Visual Basic UFL's dropdown in order to display a label number as my barcode. I have a free bar code, but need a way to get a free formala within Additional Functions. I have found a way to get this, but I had to download something...
  13. arigsby

    Formula Functions?

    In order to have the right formula format i have to have the Visual Basic UFL's dropdown in order to display a label number as my barcode. I have a free bar code, but need a way to get a free formala within Additional Functions. I have found a way to get this, but I had to download something...
  14. arigsby

    Gap in Bar Code

    What could be causing my bar code to be okay for some numbers and not for others? For instance there are some label numbers that I have that when selected the bar code has a gap in it therefore the bar code not scanning. I am using Code39.
  15. arigsby

    Bar Code to Show Up?

    I finally got it to show up. Thanks for your help!
  16. arigsby

    Bar Code to Show Up?

    I have a font 'free 3 of 9' that shows up in the dropdown list, but it displays nothing. The other 3 of 9 file is not loaded in the dropdown. What could I be doing wrong?
  17. arigsby

    Bar Code Availability

    Where do you put the '*'? Do you put it into the formula field or the actual code?
  18. arigsby

    Bar Code to Show Up?

    I have finally figured out how to get the barcode text into my Crystal Report. How in the world can I get the text converted to a barcode? This is my first time working with CR so please excuse my ignorance. Thanks
  19. arigsby

    Bar Code Availability

    How do I know if we have the correct barcode software to handle adding barcodes to a crytal report? We have never barcoded in a crystal report and not sure if we already have this capability or not. This is the first that I have worked with CR and I would have expected that CR came with...

Part and Inventory Search

Back
Top