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 strongm 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. Corinne

    How to find value from dropdownlist?

    Ok .............. so this SHOULD be simple. I have a table with only 2 fields. One is an ID field with an integer datatype. The other is a GlobalArea field with a nvarchar datatype. I want the dropdownlist to be populated with the GlobalArea field from the table but I also need to be able to...
  2. Corinne

    Sum field in detail section - is this possible?

    Can anyone help me do something that I thougt would be very simple? I need to have the data show as in the example below: Detail Section: Item Count Item Price (Cost of item which is not shown) 2 20.00 10.00 1 10.00...
  3. Corinne

    Search on date value

    I'm trying to allow the users to search a database table (SQL) by selecting a date from a datetime picker control. The date value is datetime in the table. The date is stored as 6/24/2003 11:47:00 AM as an example. I want the query to return all rows where the date is 6/24/2003. For this...
  4. Corinne

    Read text file into array

    Could someone please explain to me how to accomplish the following? I need to read in a file containing the following data structure: BEGIN REQUEST DATA FName: First MNname: Middle LName: Last Address: 101 Street Address City: MYCity State/Province: New York END REQUEST DATA BEGIN REQUEST...
  5. Corinne

    DataCombo - ADO

    Can someone please expalin to me how to do the following: I would like to use a datacombo NOT just a combobox. I want to use the datacombo because I need to be able to use the match entry property for extended matching. What is the best way to accomplish this. Do I need an ADODC? How do I...
  6. Corinne

    Converting alphanumeric data fields to Code39One Barcodes

    The bar code font is C39HrP24DhTt and yes I tried your suggestion & changed the font to a true type and the replace does work. So I'm chasing the wrong thing. Any suggestions on why hte barcode won't scan the underscore?
  7. Corinne

    Converting alphanumeric data fields to Code39One Barcodes

    Naith, The current data that I need printed as a barcode is : 89-0312 1/2. I need to replace the space with an underscore so the example would be: 89-0312_1/2. Currently the following formulas all pass the function check in Crystal. None of them do the replacement, when I use them to...
  8. Corinne

    Converting alphanumeric data fields to Code39One Barcodes

    Naith, I did that but it still does not replace the space with an underscore on the barcode label. Any suggestions?
  9. Corinne

    Converting alphanumeric data fields to Code39One Barcodes

    DanENW, Thanks for responding. I tried the line you gave me but when I check the syntax I receive an error that says "The remaining text does not seem to be part of the formula." The part that is highlighted is the very last ).
  10. Corinne

    Converting alphanumeric data fields to Code39One Barcodes

    I'm having the same problem also. I can't find a example of exactally how to code the replace function. Can anyone look at this and tell me how it should be written? Replace ("*" + Trim(({CusCushionInv.BaseModel} + "*"), " ", "_")) All I wnat to do...
  11. Corinne

    The function below currently works

    The function below currently works just fine. The "*" on either end are there as the data in the string is a barcode. "*" + Trim({CusCushionInv.BaseModel} + "*") I now need to program for the possibility of a space in that string as it can not be output to a...
  12. Corinne

    .NET, Parameters & Crystal Reports

    Can someone help me with this problem? I have a .NET application that needs to print a report out to a printer(in this case a barcode printer). I have the report printing just fine to the printer except I've realized that I need to pass a parameter to the Select statement to print the correct...
  13. Corinne

    Make icons visible

    Hell, I'm trying to just make an icon show in the header of a form. In the forms properties I changed the icon property to the icon I wan to show & it shows at hte top of the form. When I run the app the icon is not correct. Can anyone point me in teh right direcion? Do I need a imagelist...
  14. Corinne

    Query Multiple Databases within SQL Server

    Can this be done in a stored procedure?
  15. Corinne

    Database/table setup - Diagrams

    Hi, I'm sorry but I don't understand your response. Could you be a little more specific? Thanks
  16. Corinne

    Database/table setup - Diagrams

    Hello, I have a question about the database diagrams. How can I utilize the database designer when trying to show relationships between tables in different databases on the same server? I need to be able to show how they are linked together. Thanks, Corinne
  17. Corinne

    No option to create stored procedure and view ?

    OK, so I connected using SQL Server database and still I can't add a new sp. Where exactally in the VS.NET IDE do you mean? I tried through the server explorer - I can see the sp but I do not have the option to add a new one. Thanks, Corinne
  18. Corinne

    No option to create stored procedure and view ?

    Any answer to this? I have the same question & have been unable to figure it out. Thanks
  19. Corinne

    .ToString - Simple question

    RiverGuy, I can't thank you enough for sticking by me with all of my niave questions. I've figured out what I was doing wrong and it works fine now. Again, thank you for your patience with this question. Corinne

Part and Inventory Search

Back
Top