The two things I can think of in my past.
1. are there any syntax in your query not compatible with both, ie. how you join
2. have you tried cutting out some of your query to see where the problem occurs.
3. are you sure the same data for the query is getting past in?
Not specific but it...
This is a super easy script as you said. I have seen similar ones but my problem is the encrypted value I would like no more than 15 digits long. Any suggestions?
Thanks
Thom
Ok I have a item that requires a password. it is 5-8 numeric numbers. I am wanting to encrypt it in such away that it is secure and produces a small enough encrypted string that it can be written in the item's cabinet. I initially did the whole turn to ASC and add or subtract Chars from it but...
Ok,
To start off it works really really cool on moving a picturebox. The problem is that is only works on a named picturebox (i.e. PictureBox2). I am needing Picturebox2 to stay put and then add to the form additional pictureboxes that sit infront of (appear to be one object to the end user)...
I have a picturebox that I am trying to drop another picturebox on top of it to cover up sections. Basically like a keymap (You are here) thing. But I want to be able to move the mouse around I want the image to follow cursor to help locate it. Here is my function which doesn't work right. It...
Next question. How do I prevent it from firing selectedindexchanged when the form loads? Or is there a way to see if it was the form load causing it or if the user actually clicked one of the values?
Here is my code.
Dim sql as String = "select * from tblalarms"
Dim da as SqlDataAdapter(
Dim dt as Datatable
da = New SqlDataAdapter(sql, dbconn)
dt = New DataTable
da.Fill(dt)
lstalarms.Datasource = dt
lstalarms.DisplayMember = "description"
lstalarms.ValueMember = "address"...
Ok no laughing (out loud that is).
I am filling a simple list box. I am wanting to get the valuemember of the selected row. Why is this so hard???? Sample code would be great.
Thanks
Thom
I have two fp7 files. They are unrelated. I am wanting to copy some of the data from on file to the other using a button on a specific record. So I am thinking a script on the button that creates a record in the other file, copies data (loop) from the original file to the designated fields in...
Below is my ugly (just trying to get anything to work so ignore the ugliness of the code. But if I have format="html" it displays data from the stored procedure and the two text boxes. If I set format="flash" then it only displays the two text boxes and not the stored procedure data.
What am I...
I have formatted again... But I am 99.9% sure it went like this
Workstation
192.168.1.101
255.255.255.0
192.168.1.1 (gateway, router address)
Dns
192.168.1.11
68.... (my primary dns from comcast)
Server
192.168.1.11
255.255.255.0
192.168.1.1
Dns
192.168.1.11
127.0.0.1
Thanks again. This...
Ok porkchop (or anyone that can help......),
I did the petri links and still a no go. I have however tried the setup again (100 time) and if I do an nslookup on the server for peidomain.local on the server it works great but if I do it on a workstation it says "can't find server name for...
porkchop,
I used the microsoft link you posted and set up my domain as it stated. But when I go to install active directory it give me this error. Any Ideas?
Diagnostic Failed
The registration diagnostic has been run 8 times.
Warning: Domain Controller functions like joining a domain...
Porkchopexpress, If I turn off the watchgaurds dhcp how will wireless clients get on the domain?
Thanks again for all of your help. You are awesome. I am going to try your all suggestions tomorrow. I will let you all know how it turns out.
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.