Hello,
I am opening a popup window with this function:
function newWindowEvent(Page)
{
var winl = (screen.width - 400)/2;
var wint = (screen.height - 400)/2;
var settings = "height=400,width=400,toolbar=1,location=1,top="+wint+",left="+winl+"";
var x =...
Now that I know some of you use this control I'm hoping that someone has the answer to this question.
In the samples there is a project called "Hyperlink". I'm using it to learn how to add a hyperlink column into a much larger project. The only problem is that it has an error in it. If you...
Hello,
I need to populate a datagrid a second time. The first time it is populated works perfect. However, when I click on the button that populates it a second time I get this error:
THE DATA GRID STYLES COLLECTION ALREADY CONTAINS A TABLE STYLE WITH THE SAME MAPPING NAME!
' Code that...
Has anyone ever encountered anything similar to this? I have a Tab Control on a Windows Form. Currently, it has 8 Tab Pages. On the eighth tab I have 2 DateTimePickers and one Button. I'm trying to add another control to this tab. I need to add a datagrid, but in trying to solve this...
Hello,
Can anyone please tell if it is possible to add a reference to Microsoft Word 11.0 Object Library AND Microsoft Word 10.0 Object Library? I only see 11.0 under the Com tab. How do I go about adding 10.0 as well so that it would even be possible to add a reference to it?
After I am...
Hi,
Can someone please tell me what I am missing here:
Dim conn2 As New SqlConnection
conn2.ConnectionString = "File Name=c:\tempdb.udl;"
conn2.Open()
Every place I've read about using a UDL file to connect to SQL Server has said to use "File Name=path\filename.udl"...
Hi,
Can someone please tell me how to do this in code? This code would run as a result of a menu item or toolbar button being clicked:
If frmMDIChild is already open
bring it to the front or rather make it active
else
show frmMDIChild
end if
It must be simpler than what I'm making it...
I have a report with very few sections. A report header, a page header, group header, 2 details section, report footer, and page footer. Can you please tell me why I might have nothing but a report header on the first page. The details do not start until the second page.
I'm using CR 7.5...
I am using Crystal Reports with Oracle. In my report, I want to string two text fields together. When I open the Formula Editor, the two fields are not available to be selected. I can add them individually as database fields, but I cannot concatenate them in a formula. It appears that fields...
Is there a way to use the "Modify Selection Formula" feature of a compiled report, when the selection formula contains 'like' or 'startswith'? I can make it work with '=', but not the other two.
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.