Hi,
I have some report designd with crystal report 7.
I try to open it with version 11,I get error message.
Do you think if I can open it with version 9 or version 10?
Thanks a lot
M
Hi,
I have a third party Access application that the front end tables link to different back end databases.
I want to output a list to show which table link to which database.
Thanks
M
Hi,
I have a third party Access 2000 application.
It doesn't work with Access 2003 in generial.
I works in Access 2003 after I change the security level to 'low' (tools --> Macro -->security level).
I do not know why this happens and I hope the application can work in Access 2003 with...
Hi,
I plan upsize my current Access application to SQL server 2005 application.I hope the front end is same and no change and just move the database to SQL Server.
My current Access application use DAO to access database.I want to know if DAO can work with SQL server.
I found the upsizing...
Hi,
I plan to upsize current Access Application to SQL Server Application.
I read a documentation.It say 'it will create a ADP file after upsizing'.
I confuse ADP and MDB format now.I check the current application,it is MDB format now.Do I have to convert it to ADP format after I upsizing it...
Hi,
I can set the control source for textbox so the textbox can like to a field in table.May I do this for lable?I can not see the control source property for lable.
Please help me.
Thanks
M
Hi,
I am new for access.this is simple question for you.
I have a button on a form.I want to write the click event for the button.
The form screen goto a report screen(that named report1) when I click the button on the form.
Please let me know how to do this.Thanks
M
Hi Jerry,
Based on my understaning.reference settings is for early binding .and we do not need the reference settings if we use late binding.Is that right?
Application with late binding is slow then application with early binding.
Thanks
M
Hi
I have a query like
select * from table1 where column1 = "?"
I need pass the ? variale from a form .
Please let me know how to do that?
I also like show the query result on a report.I need a simple tutoral to know this.
Do you have a URL link for this?
Thanks for help
M
Hi Jerry,
Do you mean latr binding do not have version problem.right?
code like
Dim objWord As Object
Set objWord = CreateObject("Word.Application")
Do I have to change reference setting for Word.Application?
Thanks for help
M
Hi,
I did this but I get error.Please help me .Thanks
test.cfm
<cfscript>
my_obj = CreateObject("component", "testfolder.components.testcfc");
objEmail=StructNew();
objEmail.email="123@msn.com";
objEmail.message ="hello";
my_obj.emailInfo();
</cfscript>
testcfc.cfc
<cfcomponent>...
Hi,
I try to assign a value to Object like the following code.
<mx:Script>
<![CDATA[
public var emailData:Object;
public function sendEmaildata():void {
emailData.email="abc@hotmail.com";
}
]]>
</mx:Script>
But I get a error like this " Cannot access a property or method of a null object...
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.