Get answers.  Share knowledge.  Collaborate with peers.




Key Listener is not working for another object of the JPanel ?
Hi I am writing a game, I have a JMenu and in that i have a JMenuitem ‘play’. Now i want to add replay option in the game so that when i click on ‘play’ my game board should be replaced by another one of the same kind.. I have implemented key listeners for my [...]

Answer Question   |  November 5, 2012  2:51 PM
Java, Java development
asked by:
425 pts.

Wireless Access List
My wireless access list was enabled and no MAC addresses were listed on it, thus no devices can connect to the network. Can I forcefully connect or reset all settings without connecting? I would have to go through a great deal of effort to physically access the router so if that is unnecessary I would [...]

Answer Question   |  November 5, 2012  2:41 PM
MAC address, Wireless
asked by:
60 pts.

xxVLLSP – COndition list :SYNON
Hi, Does any one know How to 1) add a condition to Synon defaul condiotion list .. 2)And how to Promote this condition list (xxVLLSR ) to Production Box.. we are using – MKS Chain Managmnt tool.. Regards Adi

Answer Question   |  November 5, 2012  2:41 PM
AS/400, Synon
asked by:
10 pts.

ICFGNT.DLL is missing
Hi friends, Need help after I install I found this error message” window cannot load the internet configuration library(icfgnt.dll) the following error occur the specific module could not be found thank you. regards, William

Answer Question   |  November 5, 2012  8:42 AM
icfgnt.dll
asked by:
60 pts.

Standard SAP Report to track changes
Is there a transaction that will show order changes similar to table CDPOS but for users that do not have access to SE16 or SQ01?

Answer Question   |  November 5, 2012  10:48 PM
SAP, SAP Reports
asked by:
5 pts.

Submitting the same Job from multiple users to a single threaded jobq. Output from one job going to another jobs printer?
We have a Work Order Create program that gets invoked by multiple users multiple times throughout the day. The jobs are submitted to a jobq that is single threaded. Within the calling CL there is a SBMJOB of a secondary job that also gets submitted to the same single threaded jobq. The problem is somehow [...]

Answer Question   |  November 5, 2012  10:18 PM
AS/400, JOBQ, OVRPRTF, SBMJOB
asked by:
10 pts.

Label Image storage
Where are label images stored for printing – locally or server?

Answer Question   |  November 5, 2012  8:35 PM
Label images
asked by:
15 pts.

Subnetting
Given an IP address range, select the correct subnet mask for the scenario. IP address: 200.4.82.0/24 You need to create 6 networks with a minimum of 28 hosts per network. What is the correct subnet mask and the 3rd subnet range?

Answer Question   |  November 2, 2012  7:58 PM
Subnetting
asked by:
40 pts.

FTP subcommads
Hi All, Can anyone provide list of file/object extension .XXX, downloading data to PC and PC to iseries box we need this extensions. 2) I faced an issue have taken one of savf data to PC. But when I tried to transfer to iseries the file is saved in PF type. Can anyone help me [...]

Answer Question   |  November 2, 2012  7:23 PM
AS/400 FTP
asked by:
55 pts.

Copied Names.nsf, but it’s empty
I copied the whole data folder to a user’s laptop to set up Lotus Notes, but her contacts don’t show up. Do you have a fix for that?

Answer Question   |  November 2, 2012  4:40 PM
Lotus Notes, Lotus Notes 8.5.3, Names.nsf
asked by:
10 pts.

QAD Question
I need to find a way to transfer the latest level of a part in QAD and import it into an excel spreadsheet. I need to do this with about 1,500 parts. Please help!

Answer Question   |  November 2, 2012  2:40 PM
QAD levels
asked by:
10 pts.

Tech Support: Horror Stories from the Trenches
Going into the IT field, we all had to start somewhere. Helping out at school on the website, fixing a friends computer, joining the schools computer club, but that was before you graduated to the job field. You now have your A+ and you have just been hired as a member of the help desk [...]

Answer Question   |  November 2, 2012  2:39 PM
Customer support, Help Desk, Help desk services, Tech support
asked by:
5,475 pts.

MQ user profile
HI, I need to create an MQ integration profile which the client would be using to fetch the data from the MQ server which is installed in IBM i server….Now i need to know what are the important parameters for creating that profile.

Answer Question   |  November 2, 2012  10:19 AM
IBM iSeries, WebSphere MQ
asked by:
35 pts.

Getting the number of records from CL
I want to get the number of records from the CL program.I used the following code however I am getting the error. Please suggest the solution PGM DCL VAR(&RCDCOUNT) TYPE(*CHAR) LEN(10) VALUE(’0′) RTVMBRD FILE(ATANEJA/SAME1) NBRCURRCD(&RCDCOUNT) SNDMSG MSG(&RCDCOUNT) TOUSR(ATANEJA) ENDPGM Error code is : CPD0783

Answer Question   |  November 2, 2012  7:06 AM
AS/400
asked by:
670 pts.

Getting the error CPF5257 when trying to write record in Logical File
RPGLE Program crashing with the error CPF5257 (Failure for device or member &4 file &2 in library &3) when trying to write record in Logical File.

Answer Question   |  November 2, 2012  3:54 AM
AS400 RPGLE, Logical File
asked by:
55 pts.

Word 2010 commenting initials
A number of us are editing a document and inserting comment balloons.  When whoever is editing it and enters a comment, their initials appear to the left of the comment until they save the document.  Then all initials revert to “author” and start with an “A”.  When the next person edits the document, the same [...]

Answer Question   |  November 2, 2012  2:29 AM
Microsoft Word 2010, Microsoft Word documents
asked by:
5 pts.

Save to older version of SPSS
Can I save a version 20 .sav file to an older version, such as 17?

Answer Question   |  November 2, 2012  11:02 PM
SPSS, SPSS 17
asked by:
5 pts.

Limit on Number of Records Returned by a Query
Are you familiar with a Crystal Reports issue that will not allow a report to return over a certain number of records? In our case, the number is 8500 records. Both Crystal and the database being queried are on a remote server, I suppose that some throttle is set for performance reasons?

Answer Question   |  November 2, 2012  8:17 PM
Crystal Reports, Crystal Reports Record
asked by:
5 pts.

z/OS 1.4 on Z9?
Will z/OS 1.4 run on a Z9 under VM if it ran on a Z990 under VM…it is a vanilla OS. I KNOW it is out of support!!!

Answer Question   |  November 1, 2012  5:57 PM
z/OS
asked by:
15 pts.

logical based on physical file member
I want to create a logical file over the data contained in one member of a muiltiple member phyisical file. I can find nowher that allows me to specify the member name of the PF.

Answer Question   |  November 1, 2012  4:37 PM
Logical File
asked by:
15 pts.