Hello,
Not too good with Win 2003 Server, but I had it up, as a domain controller and had redirection for My Docs folders to the server as part of a group policy.
Well I've removed the server to be used as a file server else where. When I did this, on the client machine, I took it off of the...
I just found the solution.
It appears my VB.Net solution while it works, may be overkill. Here is how I did it in C#
int index = comboBox1.FindString(textBox2.Text);
comboBox1.SelectedIndex = index;
Hope this helps someone else.
John
Hello,
I'm doing a Windows c# app and I on the FormLoad() event I need to set a combo boxes selected item based on a value I pass it. I load the value from the database, it exists in the combo box as a value, so I need to set the combo box to display this value without it being manually...
PHV, I don't need the SQL syntax, what I'm looking for is after I hit a button on the form, the Code in the Mod for accessing the MS ACCESS tbl and then checking the value and then running the function if necessary.
sorry if I'm confusing here. I need to see something like
Dim rs as new...
Thanks, PHV, but what I need to know is how to Access the ACCESS Table I want to work with in VBA and then to loop through it, do i need to put it in a recordset, or what?
What I really need is the correct Syntax for this.
Thanks again.
I have to do one of many calculations based on that number, so it would be an:
If item = val1 then
docalc1
elseif item = val2 then
docalc2
elseif item = val3 then
docalc3
endif
and the docalc is going to be a few lines of code in a function, so I thought I'd need to do this in VBA mod...
Hello,
What I need to do is the following:
I've added an extra number field to an existing Access table. I need to loop through the table and based on an existing numerical fields value, perform a calculation on the value and place the new value into the new number field.
So...
Yes, and I just figured it out. In the event Procedure for the Format Event under Details I set the image.picture = [fieldname] and it worked.
Had to do a little error handling if image doesn't exist.
Hope this helps others.
I need to dynamically place images on a report based on a field marked "Path" which provides the path to the image. Can this be setup on a report in Access?
Thanks in Advance,
John
No, what I want to happen is the javascript ADD the selected part to the code, OR have the California selected by using the javascript. so the selected will not be in the option box when the page loads, but then javascript gets called which passes a value like "California" and sets the selected...
Hello,
How can I select a value in a select box in javascript? For instance:
<select>
<option>California</option>
<option>Nevada</option>
</select>
I want javascript to basically add the html function "selected" to the option box based on a query I have. So if "CA" was returned, I'd want...
Hi, I'm building an asp.net project, works great, but I'd like to be able to work on it from my laptop as well. so I copied all the web files, then the solution file, then configured IIS to point to that folder.
I can open the solution, build the solution, but when I press play, there is an...
Hi,
The problem I am encountering, is that I vpn into my company,, and I can connect to a project in interdev no problem. But for some reason it doesn't ask for my username and password. Now here's the weird part..
I try to check a page out,,, all seems to work, but no checkmark appears...
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.