Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. qiw360

    CE8.0, report hung when run from remote machines

    Thanks a lot for your suggestions, Synapsevampire. Yes, I got CE8.0 on XP and my first parameter was a datetime, so very likely it was the bug. Unfortunately, the problems were still there after I re-installed the service packs for CE8.0 and CR8.5. I also removed the datetime parameter to test...
  2. qiw360

    CE8.0, report hung when run from remote machines

    I published a report which requires parameters on the CE8.0, I had no problem to pass parameters and pull the report through ePortfolio on my local machine. But, I failed to pull it from a remote machine. The system allowed me to log on (as administrator, from ePortfolio), the parameter input...
  3. qiw360

    Crystal Enterprise Parameter Page for Reports Not Running

    Thanks for your response, a fresh thread is a good idea, I will do that and try to be more specific.
  4. qiw360

    Crystal Enterprise Parameter Page for Reports Not Running

    OK. I published a report which requires parameter input on the CE8.0 on my local machine. The report can be read using ePortfolio on the local machine. But when I try to do the same thing from a remote machine, the report did not come out. Sorry for the confusion. Thanks.
  5. qiw360

    Crystal Enterprise Parameter Page for Reports Not Running

    Hi, I got a problem may related to the page server. My report (with parameters) runs well in CR. When I publish it on CE, it still runs well on the local machine. But when I try to run it on a remote machine, the report does not get through after inputing parameters (it keeps saying...
  6. qiw360

    my 'hello world' does not work!

    Yes, viewstates for both the page and controls are enable by default. After adding the line Joulius suggested, my codes work. It is nice to have it working and know why. You guys are so helpful, thanks a lot.
  7. qiw360

    my 'hello world' does not work!

    Oh, I see, it is the HTTP stateless thing! You pointed me to the right direction. Thanks a lot. In my C# ASP.NET project, should I program ViewState and Session in C# codes (i.e. in the .aspx.cs) or ASP codes (i.e. in the .aspx file)? I think all should be done in C# code since it is namely a...
  8. qiw360

    my 'hello world' does not work!

    Hi, Joulius: Thanks for your tip. Unfortunately it does not work for me. The line: i=(int) TextBox1.Text; did not compile. (Can't convert string into int).
  9. qiw360

    my 'hello world' does not work!

    Hi, I am a beginner in C# ASP.Net. I tried a very simple program: make a textbox and a button, each time I hit the button, the number in the textbox should increase by 1. My program do not work for me. When I hit the button, the number in the textbox do not change at all. I am sorry to ask this...
  10. qiw360

    Starting xAPI session in VB.NET

    Hi, Zemp. Now I can actually open an accpacxapi session from VB.NET! What I did is: 1. add xapi liberary into the project(Project -> Add Reference -> COM -> ACCPACXAPI 1.1 Type Liberary) 2. Open the session Sub Main() Dim Session As New ACCPACXAPILib.xapiSession...
  11. qiw360

    Starting xAPI session in VB.NET

    Thanks a lot, Zemp. The thread your pointed to me is very good. You mentioned on that thread that ACCPAC 5.1 SP2 or later got its own .NET libraries. The version of Accpac on which I am working is 5.2 (with all service packs). But I have no idea where is the .NET libraries. qing
  12. qiw360

    Starting xAPI session in VB.NET

    Hi, I am trying to program xAPI using VB.NET and is having a hard time to open an xapi session in .NET. I try the following simple codes, it compiled successfully. But I got a run-time error. Any idea? Thanks a lot. The codes I tried: Module Module1 Sub Main() Dim Session As New...

Part and Inventory Search

Back
Top