LOL...my 2000 server is a primary domain controller. Had to go into Domain Controller Security Policy/Security Settings/Local Policies/User Rights Assignement
Then Gave the group Access this computer from Network as well as log on locally. then ran the force update on active directory...all...
vbrocks...can really use your help on this...any chance you can e-mail me directly to try and help me through this problem...robc@rncdevelopment.com Going to try your suggestions...here is the system info
Windows 2000 Server
Primary Domain Controller
2 Nics..One internal One Internet
Ok...vbrock...could you be a little more specific. what is GPO...still don't know all the short forms for this stuff. Man did microsoft ever make things complicated...sheeesh...LOL
What would remote access policy have to do with FTP access. The users are not coming in on terminal services..they are coming in through ftp client? But I'm checking.
Situation:
I am running 2000 server is IIS services utilizing the ftp for transfering for my clients. If I attempt to logon under my own account I have no problems as I have administrator access. I have created a group for ftp access and then done the following:
Local Security Policy
-...
zemp you are pretty much correct. Basically what I am doing is I have a 3 combo boxes that are populated by records from a database (disconnected). I want to issue
combo(0).additem "the value"
then when done populate the other 2 with the same data without having to add to the code...
Ok probably a dumb question. But I have a form with 3 individual tabs on it. I have a combobox control array.
What I want is to add the items to the combobox on the first tab then duplicate it across the other three. This way they are all the same. This way it doesn't matter which combo box...
Not sure if this is what you want but place this code in the submit button on click event
Dim myCon as New ADODB.Connection
myCon.Execute("Insert TableName (Field1, Field2, Field3) values ('" & textbox1 & "', '"& textbox2 & "', '" & textbox3 & "'")
Are you personalizing the Copyright information text or is this the actual serialization of the program? If its serialization of the program I would suggest using registry rather then a file...Also you could have a single key you generate on your own that you could encrypt and store in the...
Jag, just FYI...as I was mentioning about my library to retrieve that key if you were using my library would be as simple as
Dim RegQuery as New RNCDev_Library.Registry_Calls
KeyValue = RegQuery.Key_GetValue(LOCAL_MACHINE, "SOFTWARE\KYE", "HARDWAREID")
Not sure if this is what you want but depending on what needs to be in this file could you not create a check for the file on program load...If it doesn't exist pop up a form that prompts them for the information you need to create the file. This is also very useful should the user accidently...
I to found ALOT of stuff in working with the registry that I finally built everything into my custom library. I have noted in here before if anyone would like to try it out they are more then welcome to do so. Simply send me an e-mail and I'll ship you off a copy of the library. I do alot of...
The easiest way is as Qamgine says. If you use the text1_change event and someone enters 1234567A it will erase
all of the numbers not just the A. There is a way to do it using the change event but it requires a little more code to get it to work correctly.
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.