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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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
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...
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.
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.