HI there,
I m trying to install Petshop 3.0 on a
+ Windows 2000 Professional Laptop. With
+ Microsoft net framework version 1.1
+ SQL Server 200 sp3a
When I try to install this I get the following error :
"Failed to register assembly PetShop.BLL, Version=3.2.1.0...
HI there,
I m trying to install Petshop 3.0 on a
+ Windows 2000 Professional Laptop. With
+ Microsoft net framework version 1.1
+ SQL Server 200 sp3a
When I try to install this I get the following error :
"Failed to register assembly PetShop.BLL, Version=3.2.1.0, Culture=neutral...
Hi there,
Got a nice challenge here .. we must implement a security system, that should enable us to handle :
+ Application Security (that is, what sections of the application a user can “see” … menu options, screen controls and so on) and
+ Data Security (that is, what user the...
Hi there,
We have a web-based application, done with visual studio 6 (ASP with VB 6) and some Crystal Reports (Version 8.0) - using the Activex viewer to "see" the reports on WebPages.
Situation is that we need to migrate our servers OS to Windows 2003, but looks like...
Hi there,
On client machines (Windows 2000 and XP), I need to call, from an html page (it could be either in vbscript or javascript) a program that is already "running". I need to pass a string value to this program from the html page(depending on this value the program would do some...
Hi there,
Got the following issue on an html/asp page, using as browser internet explorer 6.x (don't have to worry about netscape) : when displaying on an iframe a file that has an Apostrophe it doesn's show the file !!!
The elements I use are
a)Iframe
<iframe...
Hi Harsh25 ,
What Caf says is correct about using an array for multiple recipients ... what i did is use the vb split function wicht convers a comma separated string (wich has the list of addreses) to an array ! Here is the code .. hope it helps :
Public Sub SendMail(ByVal...
Hi there,
I’m looking for a product that allows me to merge 2 pdf's and that allows me to convert tif's to pdf. The idea would be to do this from vb 6 component.
The key is that it should not need adobe acrobat to be installed on the machine to run !
There is an...
Hi there,
I m using the "CDO.Message" object on Windows 2000 Server to create an email from a component called from an asp. Basically the code is
Dim oEMail As Object
Set oEMail = CreateObject("CDO.Message")
With oEMail
'Load IIS configuration
.Configuration.Load cdoIIS...
Hi Frederico
Thanks for your reply. Of course here goes the vb routine that does the e-mail sending process. I took out the error handling routines to focus on the routine itself.
Public Sub SendMail(ByVal pFrom As Variant, _
ByVal pTo As Variant, _...
Hi there,
I'm sending a Mail using lotus notes r5 with visual basic 6.0
This works fine expect for one problem. Text that appears in the body of the mail is one continuous line and i cannot get line breaks/carrige returns in the body text. !!
I capture the body...
Dr JavaJoe,
Thanks for your response. I did check it out but still that didn't help me.
I would like to document this in case it helps someone. What was happening is that the err structure was loosing its values !!!
This means that i had a code that said :
Err_Gen...
Hi there ,
I have problems with the behavior on some nested error handling procedures ! In case of an error, I would like to active the current’s procedure error handler, do some clean up code for that procedure, and return control to the parent’s procedure error handler and so on …
Let ‘s...
Found out what the problem was :
Found out the problem ...
It has to be :
Response.ContentType = "application/octet-stream"
Response.Write xml_dom.xml
And it works fine !!
Thanks !
Hi there,
I'm trying to send multiple files from the server to a browser without any user intervention to a default path on the client's machine.
This is using vbscript on asp.
To do this, I'm trying to use an xml object and using the ado.stream object, put each file...
Hi there,
I have a recordset with data (yes with data ! J ) .. and I need to be able to sort it by different columns (without requeryng the db). I though the “sort” property of the ADO 2.5 recordset would help me, but here is where it gets tricky: in case of “date columns” or “money fields”...
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.