I am getting an error in a word document that says Error!BookMark Not Found. However the book mark has been found and the data from the book mark is displayed right in front of the error message.
For example I have a bookmark that pulls an address (i.e.1234 Main St)
This appears on the word...
I am using the following function to get the NT user name.
I am using PWS.
It works fine on some servers but not on others(the one I need it on ). Am I doing something wrong or is there another way to get the Windows NT UserName that I can try
Function NTUserName()
on error resume next...
I am trying to fill in a HTML form in an asp page that I have loaded into the webbrowser object on a VB form. I have no problem getting it to work unless there are frames.
Here is the code I am using that works in a page without frames.
frmSBrowse.SBrowser.Document.Forms(0).MIDDLE_NAME.Value...
I am looking to fill in information on a web application from a database. The web application is not something that I have created or have control over. I would like the vb application to function like AI cyberforms (which fills in your info on the forms of websites that you are visiting)one of...
I am looking to fill in information on a web application from a database. The web application is not something that I have created or have control over. I would like the vb application to function like AI cyberforms (which fills in your info on the forms of websites that you are visiting)one of...
I am looking to fill in information on a web application from a database. The web application is not something that I have created or have control over. I would like the vb application to function like AI cyberforms (which fills in your info on the forms of websites that you are visiting)one of...
I am trying to update a Dbase IV table with vb 6 using ado 2.5. I thought that everything was going ok no vb errors no ADO errors. However when I searched the Dbase table for the record that I had inserted it was not there. I have include my code. I am baffled at how the code can execute without...
Is there a way to detect the version number of another executable through your vb app.
I am trying to have my app automatically prompt the user to install a new version if there is one available and if I could detect the version of the exe in the setup folder on the network and compare it...
I am developing an application using vb 6.0 and cr 8.5 I have a report that has parameter fields. I am trying to figure out what the best method to pass a parameter to the crystal report.
Right now I am using a the crystal reports ocx control. If there is a better way to use crystal 8.5 with vb...
Is there a VB function that will convert a string to proper case i.e. "holly grow" is converted to "Holly Grow". similar to the ucase and lcase functions.
I am almost positive that I have used this before but I cannot remember the function name.
thanks
This is actually two questions.
1.I need to insert a gif file into a word doc before I print it out.Is this possible.
2.I would like to use the header and footer features of word but I cannot figure out how to access them.
I have a program that that opens word writes out a letter adding in...
I am looking into writing an application thta will send out text messages to the pagers of managers of a call center when call volumes reach a certain level. I am not sure what is needed to send text messages. Can this be done using CDONTS or will I need to purchase specialsoftware or write a...
I have a paramater that is being passed in the querystring.
The parameter may or may not include spaces.I have used the urlencode function to take care of this. However when testing with Netscape V 4.08 the urlencode doesnt work and I get the error the parameter is incorrect.What is causing...
I am trying to pass an item in a querystring that will be used as a parameter in a SQL Server query. However the item may or may not contain a ampersand. If the item does contain an ampersand then it is not being passed correctly through the querystring and is cutting off at the word before the...
I have a data entry form which I need to have validated. I have written the code to do the validation however if something has been left blank I would like for the text in front of the appropriate input to be highlighted in red.
I have created divs for the text that appears in front of the...
I am developing a work flow content managment system that will be used with a subscription newsletter.The client wants to use Exchange 5.5 to submit content to an editor for final review.Can any one suggest ways in which this can be done. I would also like to know of any Exchange resources out...
I am trying to develop a subscription email service. I am looking for the best way to do this without using a third party component like aspmail etc. Does anyone have any suggestions.
I also would like to know how to avoid the emails looking like spam there will be between 10000 and 30000...
I know of a couple of different ways to use ASP.
1.ASP pages written with Interdev or similar software(Server side code and HTML Intermingled.
2.DLL used to write out ASP using Scripting Context Object
3.VB Web classes
I have a couple of questions about the different methods?
Any thoughts...
I have an application that uses com to open excel and access. The users may have different vesions of Excel 5.0 or 8.0 and different versions of access 2.0, 95, or 97.<br><br>For the Excel Spreadsheets The problem I am having is that I cant include both the 5.0 and 8.0 OLB.So if a user has a...
I would like to be able to map a network drive on the client PC is this possible with asp.I have done this in a VB App using an API but I'm not sure how this will translate to ASP.
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.