Hi,
Anyone can help me passing a Cognos Report Studio parameter (type string) to an SQL statement in the backend?
I found some information on this, on the www, but unfortunately, it doesn't work.
This is what I have so far:
CASE
WHEN #promptmany('Parameter1')# IS NOT NULL
THEN...
Hi guys,
Still some issues with the above.
It seems like the C# function always returns
a TRUE value, regardless of which user is logged in.
In other words, all users are authorised (which is certainly not the case).
A collegue of mine (who is an expert PHP programmer) supplied me with the...
Hi Jason,
That's exactly what the function needs to do.
All of the valid users are grouped in one specific Active Directory Group.
If the user can login to this group, he is authenticated to use the web application.
If an error occurs, the user must be rejected.
I agree that the code isn't...
Hi Jason,
Thanks for your reply.
I've heard about the new DirectoryServices which are built in in the .NET Framework, however I have no knowledge how to use them, or how to access them at all.
I should probably study a good tutorial about this matter, which will cost precious time.
In order...
Hi,
An ex-worker of our company left the following code:
function AuthenticateUser(UserName, Password, Domain)
dim strUser
' assume failure
AuthenticateUser = false
strUser = UserName
strPassword = Password
strQuery = "SELECT cn FROM 'LDAP://" & Domain & "' WHERE objectClass='*' "
set oConn...
Thanks for the tip.
I've modified my code as below
http://www.plaatscode.be/131152/
I get the progressbar to display now, and the copying process still works after clicking the button.
Every file is copied, which is just fine.
The progress bar however, keeps incrementing till he reaches...
Remou,
I saw that Thread, but I'm unable to implement it in my script.
Another thing: this opens in a new window, which I don't want.
I would like the <div></div> named "LogOut" to display the progress.
One more thing I saw in my code, the declaration of the Source & Destination folders was...
Hi Remou,
Thanks for your reply.
This helped me a lot...
I'm still unable to display the progress of the copy process.
My code so far:
<html>
<head><title>LocalWeb Update Utility</title>
<HTA:APPLICATION ID="oHTA";
APPLICATIONNAME="LocalWeb Update Utility";
ICON="Backup.ico"...
Hi all,
I'm having difficulties integrating a VBScript to an HTA.
In fact, the VBScript will synchronize 2 directories, checking if files have changed.
The script works fine, and now i'd like to have some User input. This user input will be achieved by using a HTA.
I'd like the users to...
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.