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...
try this
add a reference to excel and word through
project|references
Sub openExcelWord(Doc, DocType)
If DocType = "WORD" Then
Dim WD As New Word.Application
Set WD = CreateObject("word.Application")
WD.Application.Visible = True
WD.Application.Documents.Open...
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...
thanks for responding. That is not exactly what I am looking for. I think my question was not very clear.
I am looking to fill in the text fields of a web application that was written by third party through a vb application that I will write.I cannot edit the ASP pages. I basically want to...
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...
The Table already exists.
I am very new to dbase and have not been able to find very many resources to learn from.
This code was actually working and adding the records however they were not visible until I reindexed the table. Do you need to create the table in order for the records to be...
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...
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.