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: Corinne
  • Content: Threads
  • Order by date
  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

    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...
  7. 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...
  8. 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...
  9. 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
  10. Corinne

    .ToString - Simple question

    Hi, I'm still very new to .NET but have worked w/vb6 for a while. I'm having a problem understanding the .ToString method. I have my connection, dataadapter & dataset working ok. I basically just want to wriet a query to give ne results from the dataset. In that result set I want to test...
  11. Corinne

    Connection using .ini or config file?

    Hi, I have programmed several years using VB 6 and am now moving to .NET. I have always used an .ini file to create my connection rather than "hard coding" the connection. I have been able to find many examples of building the connection string by referencing the actual string but...
  12. Corinne

    VB6 app coded on NT/Windows98 - open in windows 2000

    Hi I have an application that I designed on a machine running windows 98 / NT. I am trying to open the project on a windows 2000 machine and am experiencing some problems. I am opening the app from a CD. When I look at the files the forms with .frx as the extension are showing up as Visual...
  13. Corinne

    How to user classes

    Hello, I want to begin to understand classes and begin to use them. I'm not sure exactally where & how they are used. What is the main difference between classes and modules? Can anyone give me an explanation of them? Thanks in advance. Corinne
  14. Corinne

    True DBGrid - Set cursor in cell

    Hello, Does anyone out there know how to have the cursor automatically (or through code) positioned in the next available row, flashing in the first column of a True DBGrid? I have everythig working in the grid as the user enters data so they can hit the enter key to move to the next row but I...
  15. Corinne

    .NET Reports / Crystal

    Are there basic reports within .NET (like VB)? I know that Crystal is bundled with .NET but I'm interested to know if the basic reporting capability comes with the .NET package.
  16. Corinne

    Datagrid out of sync after minimizing

    Has anyone come across this before? I have a datagrid on a form. The datagrid is populated from an ADO control. Everything works great so far. The AllowUpdate property of the datagrid is set to false. I have one user out of 75 that based on the security level she is view only. When she...
  17. Corinne

    Monthview - selecting multiple dates at a time

    I'd like to include a monthview control on a form. I would like the user to go to the monthview and select multiple dates from the control by clicking on the dates. How should I retreive the data information once the user is done selecting the dates? I have already set the monthview property...
  18. Corinne

    SQL Query Speed Issue Where is it getting hung up?

    I've written a query that pulls data from 2 tables based on a set of criteria and places it in a temp table. I then need to group this data on several fields and have it show on a report with the grouping. So far everything is fine except when the code gets to a specific place - it hangs on...
  19. Corinne

    CREATE TABLE - MULTIPLE USERS Extension on table name

    HI, I'm trying to create a table each time a user accesses information based on a query that pulls selected data from two joined tables in the same database. Ideally I would like this table to be temporary but as multiple users will possibally be doing the same action at the same time, I'm...
  20. Corinne

    Query with DISTINCT

    I'm having a problem when trying to write this query. tblSystemHeaders is a look up table and tblEntry holds the data. I need to select all of the distinct Headings & ExpDet from tblSystemHeaders and then go & grab the detail information from tblEntry. These 2 tables have the field Code as...

Part and Inventory Search

Back
Top