Forum: ASP.NET Jun 25th, 2009 |
| Replies: 0 Views: 670 I have encountered this error message while trying to print the report.
The error message is as below:
Query Engine Error: 'C:\WINDOWS\TEMP\temp_6b2987aa-9743-44b7-8a63-a14f4a186b44.rpt' ... |
Forum: IT Professionals' Lounge Mar 31st, 2008 |
| Replies: 6 Views: 1,019 You can refer this tutorial if you are interested in web programming:
http://www.w3schools.com/ |
Forum: Java Mar 27th, 2008 |
| Replies: 9 Views: 1,030 To run an applet, you will need an html file with this example coding:
<Html>
<Head>
<Title>Java Example</Title>
</Head>
<Body>
This is my page<br>
Below you see an applet<br>
<br> |
Forum: Java Mar 27th, 2008 |
| Replies: 13 Views: 2,909 Did you test both the coding? If the result for both coding are the same, then there should not be any problem in the conversion. |
Forum: Java Mar 27th, 2008 |
| Replies: 9 Views: 1,030 Most probably the .class file that you are trying to run is not a driver class where the main method is coded to call and run the coding. |
Forum: PHP Mar 25th, 2008 |
| Replies: 8 Views: 904 You can use session for this purpose. For example, when user login with a valid password and username, register the username under a session and redirect the user to profile page where in the profile... |
Forum: Computer Science Mar 18th, 2008 |
| Replies: 5 Views: 812 If you are able to do level 1 then level 0 should not be a problem to you. Level 0 DFD is an overview of the system usually with one process only where all the information flow in out to entities... |
Forum: ASP.NET Mar 18th, 2008 |
| Replies: 4 Views: 742 Hmm... usually people will do shopping cart, reservation system, library system, online assignment submission system which are quite common. In my opinion, you can learn more by doing a shopping cart... |
Forum: IT Professionals' Lounge Mar 16th, 2008 |
| Replies: 2 Views: 634 I can say somehow there are different in Computer Science and Computer Engineering. Computer Science is more towards software and logic analysis which is more general whereas computer engineering is... |
Forum: C# Mar 16th, 2008 |
| Replies: 12 Views: 2,333 You can refer this tutorial in order to help you to start.
http://www.w3schools.com/aspnet/default.asp
Try on the basic and simple examples first to grasp the idea. |
Forum: PHP Mar 14th, 2008 |
| Replies: 6 Views: 705 In order to run a php script, you will need to install apache web server and php. You can download it at this website:
http://www.apache.org/
www.php.net
After installing, you will need to... |
Forum: PHP Mar 14th, 2008 |
| Replies: 4 Views: 720 Hmm.. I am not too sure what is the problem though. Usually when no id is being thrown means that there is problem in passing the value or getting the value. It is not done correctly. Maybe you can... |
Forum: PHP Mar 12th, 2008 |
| Replies: 5 Views: 546 I don't really get what are you trying to achieve. Are you trying to display all the fields from both tables where there is matches between 2 tables?
Maybe this query can help. This display all... |
Forum: IT Professionals' Lounge Mar 12th, 2008 |
| Replies: 1 Views: 1,770 Do you mean that you have an form interface for user to key in the email and message where the message will be sent to the email entered when user click the button "Send"? If it is so, yes you can do... |
Forum: IT Professionals' Lounge Mar 12th, 2008 |
| Replies: 49 Views: 6,258 Have been programming for 4 years. I started programming during my college time. Learn quite a few language such as C++, Java, PHP, ASP.NET, C#. But all are mostly basic and hence not master in any... |
Forum: IT Professionals' Lounge Mar 12th, 2008 |
| Replies: 11 Views: 1,211 To complete a project in a month, you need to take into consideration on how big is the scope you want to cover in your project, the number of team members involved to get all the work done in time... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 3 Views: 5,157 If you want to learn grid view, you can search on grid view example on google or learn from e-book. It also depends on your .NET version. Visual studio 2005/.NET Framework 2.0 grid view will have... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 7 Views: 1,896 As far as I know, pop up window can be done in asp.net window based application. However, I don't think asp.net web based application support pop up window. But if I m not wrong, it can be done by... |
Forum: Windows NT / 2000 / XP Dec 5th, 2007 |
| Replies: 4 Views: 1,353 Thank you fayyaz. I will try the antivirus that you have recommended. Any other recommendation? |
Forum: Windows NT / 2000 / XP Dec 4th, 2007 |
| Replies: 4 Views: 1,353 Hello, Can anyone introduce on what are the anti-virus compatible to Microsoft Windows Server 2003? I have been using Microsoft Windows XP but now I change to use Microsoft Window Server 2003 due to... |
Forum: C# Oct 24th, 2007 |
| Replies: 1 Views: 10,212 Hello, I design a form that use keydown event such as F1, F2, F3 and so on. The form have access right according to the user logging in. If user is an admin then the user will have the right to... |
Forum: C# Oct 3rd, 2007 |
| Replies: 3 Views: 2,390 Ok. I got it now. Thank you very much Exelio :) |
Forum: C# Oct 3rd, 2007 |
| Replies: 3 Views: 2,390 I am trying to connect to database using app.config instead of putting the connection settings in each form. Below are the coding that i used. It works in Microsoft Visual Studio 2003. However, it... |
Forum: C# Oct 1st, 2007 |
| Replies: 6 Views: 14,588 Thank you for the help. But there still exist problem. The application will still be closed when the main form is closed.
However, it can be solved using MDIParent and Child Form. But can it be... |
Forum: C# Oct 1st, 2007 |
| Replies: 6 Views: 14,588 Hello,
I am currently designing a system using C# winform. However, there is a problem in opening and closing multiple winform. For example, when i run the application, a login form will appear on... |
Forum: C# Sep 25th, 2007 |
| Replies: 3 Views: 1,324 I have translate the printer format and printout the label with barcode. However, the barcode cannot be detected by the scanner. Does anyone know why?
Thank you |
Forum: C# Sep 25th, 2007 |
| Replies: 0 Views: 698 Hello, I have a doubt to clarify. I have created a form for user to print label. There are two printers to be chosen which is using two different format. For example Printer A and Printer B.
In the... |
Forum: Oracle Jul 31st, 2007 |
| Replies: 1 Views: 3,853 Hello, everyone.
I am going to develop an oracle project using oracle database for back end and oracle forms for front end. The oracle software that I am using to develop this project is... |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2007 |
| Replies: 9 Views: 18,176 I am very sorry if I cause any confusion. There is no error return when running the system using firefox browser. The only problem is validation using javascript is not working in firefox in which... |
Forum: Computer Science Jul 26th, 2007 |
| Replies: 7 Views: 2,752 Ok. Thank you for your advice shoukvid.k :) |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2007 |
| Replies: 9 Views: 18,176 Here is part of the coding using C#. This is one of the module for ASP.NET web based system. Sorry if the coding are messy. The validation are mostly done using .NET validator in which is said to be... |
Forum: JavaScript / DHTML / AJAX Jul 25th, 2007 |
| Replies: 9 Views: 18,176 Hello, I have a doubt about javascript. When designing web based system, usually we used javascript to validate the form. It works fine in IE browser. However, all the validation does not work when... |
Forum: C# Jul 25th, 2007 |
| Replies: 3 Views: 811 What is GDI? From the Internet, GDI is Graphics Device Interface. But I don't understand what is it. Can you please explain more about GDI and how to use it. |
Forum: C# Jul 24th, 2007 |
| Replies: 3 Views: 811 Hello,
I have done a web based project in C#. One of the module that I did was newsletter. I did the newsletter in javascript to design a simple editor with simple function such as bold, underline,... |
Forum: Ruby Jul 24th, 2007 |
| Replies: 4 Views: 2,893 Thank you stymiee and Gary King. Now I got the idea of what is Ruby. |
Forum: Computer Science Jul 20th, 2007 |
| Replies: 7 Views: 2,752 The programming language that I know are C#, Java, C++ and the scripting language that i know are PHP and Javascript. Well, I have basic knowledge of Oracle such as the basic command insert, delete,... |
Forum: Ruby Jul 13th, 2007 |
| Replies: 4 Views: 2,893 Hello, everyone. This is the first time I encounter Ruby Programming Language. Can anyone please explain briefly what is Ruby. From the information that I read in the Internet, Ruby is a fully object... |
Forum: Computer Science Jul 12th, 2007 |
| Replies: 7 Views: 2,752 Anyone have any other idea? Hmm... like idea that are useful to the market nowadays. |
Forum: Computer Science Jul 12th, 2007 |
| Replies: 7 Views: 2,752 That's seems like a good idea. Thanks The Gathering. |
Forum: Computer Science Jul 11th, 2007 |
| Replies: 7 Views: 2,752 Hello, Everyone. I want to get opinion in developing software project. I will be studying Oracle and will need to do a project using Oracle. Can anyone give any idea on what project I can do. It... |