I have a ajaxControlToolkit Slider extender i am using and i would like to be able to render the sliders handle through javascript when i set it's value.
My slider has two input controls that are decoupled from the slider
- price: price is calculated based on a formula using the percent
-...
I'm using ado.net and i need to create a connection wizard that will have drop-downs for all of the current sql server connection, and the related tables for the selected sql server. With this I will create my connection string.
ConnString = "Data Source=SQLServer;" & _
"Initial...
John, excellent post. That fixed up my problem right away.
The only thing I had to add aside from the "Me.Show" was a "DoEvents" call to wait for the controls to be loaded.
Thanks
Dan
If (blnValidateProfile(defMnu)) Then
' SET SELECTED MENUS CHECKED STATUS TO TRUE
defMnu.Checked =...
Gregoriw, have you had any luck with this issue? I am experiencing the same problem. The only twist is that I can select different user profiles on my form to repopulate the treeview. My code works fine when I call the populateTree() procedure after the form is opened but if I call the...
vb5prgrmr: I like the way you went about this with the single line of code, it also allows it to be re-used as often as necessary.
mattKnight: I did a few keyword searches and came up with your response from a post from before and ended up using the "property" method. It works nice.
Thanks...
I have an application that prompts users to save a profile as... What I would like is to call a function "saveAs()" that returns an ID value just as msgbox() returns a value.
My Save As dialog is designed to look similar to a regular Save As dialog box except the items are populated from a SQL...
I've searched around and I haven't found a way to change the default Access Icons found on forms or reports.
I need to stop the confusion when multiple forms are open and the taskbar shows 5 of the same icon.
Does anyone know how or if this is even posible?
Dan
I'm having the same problem you were describing. On my machine everthing works fine. Unfortunately on the persons PC next to me it fails.
If I type in a value in the comboBox it doesn't work.
If I select a value from the comboBoxes dropdown list it works.
Strangely, Yesterday @ 5:00 everthing...
I have a SQL server database that contains an Employee table. Our client uses mySQL. Our client needs to link our Empoyee table to thier mySQL database.
Does anyone know how to accomplish this task?
Let me know if I'm not being descriptive enough.
Thnx, Dan [pc3]
I don't have a semi-colon in my code I guess I typed that in the response from Java habits. I've gotten the code to work on my local machine but not to a web folder.
Dan
I have a file on our network that needs to be posted to the web weekly. Does any know how I can do this through VBA code. Below is what I tried with no avail.
Dim myFile As FileSystemObject
Set myFile = CreateObject("Scripting.FileSystemObject")
myFile.CopyFile...
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.