I found the wdsutil file and tried to initialize. It said that I have already initialized. I am assuming that I initialized it as native. Is it possible to change from native to mixed or does this mean I have to start over again?
Dan
bn2hunt
"Born to hunt forced to work
Does anyone know how to add the OS chooser option to a network boot for windows deployment. I am in the process of upgrading to using wim images for desktop deployment and would like to add the old risetup images to the new server. I am able to boot to a windows pe image and install using BDD...
Thanks Dilettante, that gets me alot closer than I was before. And also tells me that what I want may not be possible. I will post here agian if I figure it out.
If I am reading your code correct, I need to have the 3 subs ondragenter, ondragover and ondrop to have the drag and drop...
I ended up packaging the safrcdlg.dll file into my hta executable and used the fileopen option with that. I still have been unable to find something that is built into vista.
bn2hunt
"Born to hunt forced to work
I have looked at that web page several times, and I can't get the ondrop event to fire. The HTA that I created won't even accept input to be dropped into it. When I try to drag a file into the hta I get the circle with a slash in it indicating to me that this is not allowed.
As for why I...
Does anybody have any idea on how to code and ondrop event in a vbscript. I want to be able to have a user drag a file into the hta and then I want to pull the file name and location to populate an array and a listbox.
I have been googling this for about a day and half and I'm not getting...
Thanks Swi, the only problem that I found is that useraccounts.commondialog doesn't exist in vista and unfortunalty I need to code for vista a well.
One thing that I thought might work if possible would be to have a textarea that the users could drop a file into.
So far I havn't found much...
I am trying to write an hta that will allow a end user to select multiple pdf documents and then merge them into one document.
I can do it if I let the user select a single file at a time but the multiple file selects is cuasing me a headache. Any suggestions.
Here is what I have so far...
I have a user that is trying to run the database tuning wizard. He is getting the following error
Unable to load tuning errors from table . Reason: The SELECT permission was denied on the object 'DTA_tuninglog', database 'msdb', schema 'dbo'
He is the owner of the database he is trying to run...
I have been working on this for a day or two and have so far been unable to find any help on google. I need to detach a lsit of databases about 40 of them, copy them to a new location so they can be archived.
Can someone point me in the right direction to get started with this project. I...
I found that as well but to me it didn't explain two people getting different results on the same database when they have the same access.
bn2hunt
"Born to hunt forced to work
We are getting an error in SQL Server Mgmt Studio Property DefaultSchema is not available for Database"dbasename". The property may not exist for this object, or may not be retrievalbe due to insufficient access rights.(sqleditors) We use a domain group to assign the rights and they are...
I got it to work. If I add the attachment after I create the record it works.
Dim cn, cmd, date_time, logfile, mb, model, pcname, results, serial
date_time = ""
logfile = "a:\log.txt"
mb = "1"
model = "2"
pcname = "3"
results = "4"
serial = "5"
cnstring =...
different error message
Microsoft Office Access Database Engine: An INSERT INTO query that contains a multivalued field cannot contain another field.
bn2hunt
"Born to hunt forced to work
I just checked and it looks like the attachment field might be a multivalued field. If I build a query in access there are several fields that are part of the logfile field like
logfile.filedata, logfile.filename, and logfile.filetype.
bn2hunt
"Born to hunt forced to work
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.