thread796-528768
The above thread describes a method called SQL-Loader that is able to quickly import large text file (more than 10,000 linee) into an .mdb. I am trying to accomplish this but I am getting an error that states, "No value given for one or more required parameters." The file is...
I am running 64 bit AutoCAD on a windows 7 machine. An old VBA program was making use of MS excel. On this platform however, the app fails. It gives an automation error, Library not registered. The run-time error is '-2147319779(8002801d)':. The actual line it fails on is:
Set xlApp =...
I have a document library made up of .xml files. I would like to set a column of this library equal to one of my fields in the xml file. Is there a way of setting this up to work automatically and dynamically.
Thanks
tsuji,
Thanks for your reply. Everything was good except the line
Dim bEmpty As Boolean bEmpty = aNode.IsEmptyElement
should be
Dim bEmpty As Boolean bEmpty = areader.IsEmptyElement
Thank you again.
I am trying to read xml into a treeview with xmlreader. Xml files that follow <column> </column> notation works fine with my current code, however, if occationally a field is terminated with a slash at the end (ie. <column data /> the treeview becomes skewed and doesn't display properly. How can...
I am trying to add the combo box that allows you to select the scope of your search, to the global navigation on selected site in my sharepoint installation. I am working with MOSS. The only thing I can get to display is the search text box.
Thanks,
Karl
I have a database the has the navigation pane hidden by default on startup. One of the buttons on my main form prints a report. During the print operation, the navigation pane is displayed and will not be hidden again until I close the db and reopen it. How do I keep the navigation pane hidden...
I am interested in getting status of an ip printer with pjl commands. I understand the syntax and am able to send controls with my jobs, but I would also like to get status of the printer. How do I find what the printer is sending supposed to be sending back to me?
Karl
If I understand correctly, the members in the second set(column B) are predetermined. This is not the case. Your second selection set needs to be based on what what was selected from your first. These values aren't known until the selection is made. The second selection includes everything from...
I would like to limit the list selections in subsequent cells as selections are made. Say I start with a list of numbers from 1-10 in cell A1, if my first selection is 8 my selection set in B1 needs to be 1,2,3,4,5,6,7,9,10. If I then select 3, the selection set in C1 needs to be...
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.