Hi - is there a way I can load multiple comboBoxes from a database table where the list for the second box depends on the value selected in the first one and the list for the 3rd box depends on the value select in the second box?
any help would be appreciated.
thanks.
Hi;
I am trying to figure out how to enumerate all of the attributes for each in user contained in the user object of the ADSI. Does anyone have any ideas about how to go about accessing the looping through each user's attributes in the ADSI user object? Any help would be greatly appreciated...
Here's a couple of links:
http://www.dangerous-minds.net/index.php?name=PNphpBB2&file=viewforum&f=76
http://www.computerperformance.co.uk/ezine/ezine15.htm#Summary
http://www.w3schools.com/vbscript/vbscript_ref_functions.asp...
Can anyone please help with some example code of how to utilize a class that is part of an external dll? The dll is registered, and I can create an object using the CreateObject("myfile","user") where "myfile" is then name of the registered dll file and "user" is the name of the class contained...
I didn't think so given the fact that I couldn't find information regarding this topic on Microsoft.com. But I thought I'd pose the question, just to be sure. Thanks very much for the reply.
Hi; Since we updated our servers to Windows 2003 Server, we are not able to export any results of our Crystal Report 8.5 reports to Excel, Word, Rtf, pdf or rpt formats. Does anyone have any thoughts on this issue? Any assistance would be appreciated.
Thanks
jbsys.
Hi; I am presently working on a project where I have a web page that queries a name from the Exchange server. The page contains 3 drop-down selection boxes. The content of the second list box depends on the content listed in the first box. The content listed in the 3rd box depends on the content...
Hi;
I have a Cold Fusion(4.5) website that executes Crystal reports(8.0...). The site uses an Oracle 10g database as its database system.
An older version of the site runs on a 9i database. The older version uses the 9i version of the Oracle ODBC driver and ColdFusion executes the Crystal...
Hi;
I'm searching for a definitive document or publication that outlines the differences between older versions such as CF Server 4.5 and CFMX7. Does anyone know where I might be able to find something like that?
Thanks
jbsys
ArkM - Thanks for you help on this. However, one should be aware that I am very new to C++ and may not be aware of the best practices approach to creating this type of, or any, dll file. At any rate, I have isolated the problem. When I transfer this code to a regular C program, all functions...
Hi;
I am having trouble with a DLL function that is available to my calling program. The function receives char * parameter and calls another function that lives inside of the the dll. For some reason, the internal function does not get called by the exported function inside the dll, or more...
...how to change the value of a string parameter being passed into a DLL function. Here's what i have in the function.
void TestGetEnvVar(char *parm1)
{
char enval[]="The dll has changed the value.";
*parm1 = char(&enval);
return;
}
my call is:
parm1 = "original value"...
Volker; When I tested your solution, the getenv (strEnvVar) function returns a null pointer. If I change it to:
return getenv( "HOMEPATH" );
it returns "\Documents and Settings\myhomedir" as I expected. Is there something I need to do to strEnvVar or the result fo the function to actually get...
I will be calling the functions from a Cognos Powerhouse application. So what I really need is an example of a function inside a dll that would accepted and pass back parameter values to/from the calling program.
IE:
Inside the dll there is a function called "getEnvVar()"
Assume that varName...
Hi;
I am very new to MSC++ and need to create a dll using C++ Vs6.0 so that it will NOT be dependant on the .NET framework. My issue is I don't know how to set up my functions to pass parameters into and out of my dll functions. Can someone please help with an example?
thanks
jbsys.
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.