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...
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...
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
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...
Hi;
I'm having trouble understanding 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 =...
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.
Hi;
I am writing my first dll in C++ and using MS Visual C++6.0. I'm having trouble determining how I can retrieve a Windows Session ID for the current session. Can someone help to point me in the right direction or provide a code sample of how I can retreive this information? The session ID...
Hi;
I have a listview control called myLview on a Windows form of the type System.Windows.Forms.ListView. I also have a ListViewItem called li that is associated with myLview. I also have a combobox called cboBox. How do I bind cboBox to the myLview subitem that I selected?
Thanks
jbsys
Hi;
Does anyone know of a simple way to sort the rows of a datatable based on the value of one of the columns? Code Example would be greatly appreciated.
Thanks
jbsys.
Hi;
Being relativly new to C# and .NET, I am hoping someone can point me in the right direction. I have a listview called mylistview such as:
|--------------------------------------|
|City | Los Angeles | 3,600,000 |
|--------------------------------------|
|City | New York |...
Hi;
I'm not sure about how I can retrieve the information from a listitem's 3rd column cell. EG:
____________________________
|Col 1 |Col 2 | Col 3 |
----------------------------
| Red | Blue | Green |
----------------------------
|Purple | Yellow| Magenta|...
Hi;
I am having an issue with loading a list view control with data from a datatable. What happens is that some rows will appear as normal, and other will not. For example, the first row will appear as expected having all of the cells filled with data. The second row or third row will not but...
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.