Get answers.  Share knowledge.  Collaborate with peers.




Wireless connecton when computer sleeps
My wireless connection is use through my PC. When my PC goes to sleep, my wireless connection turns off. How could I continue using my wireless connection when my PC sleeps?

Answer Question   |  January 21, 2013  6:11 AM
Wireless, Wireless connection
asked by:
5 pts.

How to convert FXP to PRG file name (ITMAS.FXP TO ITMAS.PRG)
How can I convert FXP to PRG?

Answer Question   |  January 21, 2013  2:09 AM
FXP, PRG
asked by:
30 pts.

Picture Doesn’t Appear
In my preview window I see the picture I have inserted into my document, but when I open up the document the picture is not showing and this message appears where the picture should have been. {SHAPE/*MERGEFORMAT} Is there anything I can do to get the picture to appear?

Answer Question   |  January 21, 2013  5:36 PM
Microsoft Word, Microsoft Word features
asked by:
5 pts.

Questionnaires List
I managed to received on MDB files that contains various examination questionnaires. I believe that its possible to take and retrieve answers inside from the file itself. Can someone tell me how?

Answer Question   |  January 21, 2013  4:49 PM
MDB, Microsoft Access
asked by:
5 pts.

What do you think about this notebook?
I would appreciate your opinions, very much, on this system. Both in relation to my needs, but also the system it self (strengths and weaknesses). My needs: WoW Civ5 Video streaming from internet Ordinary use (internet, office, music, etc.) Summary og system: Ultrathin notebook Kingston 8GB DDR3 RAM DualChannel (don’t know either speed nor CL, but let’s [...]

Answer Question   |  January 21, 2013  1:56 PM
Notebook, Notebook review
asked by:
80 pts.

How to install Oracle 9i on Win 2008 server?
error :- jrew.exe has stopped working so database not generated

Answer Question   |  January 21, 2013  12:18 PM
Oracle 9i, Windows Server 2008
asked by:
5 pts.

Network & server issues
We are a retail company dealing with textile , retail business. We have about 4 branches within the span of around 250 to 300 kms from our main office. In a branch we have about 60-70 computers with thin clients operating with the help of IBM BLADE server. Total, we have about 250-270 computers accessing [...]

Answer Question   |  January 21, 2013  5:37 AM
IBM BladeServer, SQL Server
asked by:
5 pts.

Media Card Storage
I have a Blackberry Bold 9650. My media card storage shows 89% used. 29% is music but 59% shows as “other”. I have no pictures or anything else stored. What is “other” and can it be deleted to make more room?

Answer Question   |  January 21, 2013  9:51 PM
BlackBerry, BlackBerry applications
asked by:
15 pts.

Layout created in Dreamweaver CS4 shifts column dimensions only in IE
I created a template for a site I’m making, with a table to hold positions of different sections. The template works fine when I preview in Firefox and Chrome, but IE widens the column where I put the bulk of the editable text, shoving some of the contents under my Navigation Buttons on the left, [...]

Answer Question   |  January 21, 2013  9:47 PM
Chrome, Dreamweaver CS4, firefox, Internet Explorer
asked by:
5 pts.

EDI incrmentation
How to increment the second element of the REF segment by one for each occurrence in an 813 mapping version 4010?

Answer Question   |  January 21, 2013  7:20 PM
EDI, Gentran, Gentran Server
asked by:
5 pts.

Deleting duplicate Word docs
I have many Word documents that are in my system 2X each. I right-clicked on my mouse to delete some and none will delete. How do I get rid of the abundance of Word docs I have?

Answer Question   |  January 21, 2013  6:36 PM
Microsoft Word, Microsoft Word documents
asked by:
5 pts.

Word print preview and track changes
We have some formatted documents as part of our SOP process and we require that Track Changes is on always for these documents. When we go to print or print preview, the merge fields get updated and track changes marks up the document. I tried disabling the “Update Fields Before Printing” option, but this did [...]

Answer Question   |  January 21, 2013  3:21 PM
Microsoft Word 2010, Microsoft Word features
asked by:
5 pts.

iSeries query: Compare two fields in one file
Try to do a multiple select statement and then compare the results of that statement. See below: SELECT “T16.APAR”.P._PARCEL_NR FROM QS36F.”T16.APAR” WHERE “T16.APAR”.P_PARCEL_NR NE “T16.APAR”.P_PARCEL_NR (SELECT “T16.APAR”.P_PARCEL_NR FROM QS36F.”T16.APAR” AS “T16.APAR” WHERE “T16.APAR”.P_YEAR = 2012 AND “T16.APAR”.P_ROLL_TYPE = ‘R’ AND “T16.APAR”.P_EXCLUSION_VALUE > 1; (SELECT “T16.APAR”.P_PARCEL_NR FROM QS36F.”T16.APAR” AS “T16.APAR” WHERE “T16.APAR”.P_YEAR = 2013 AND “T16.APAR”.P_ROLL_TYPE [...]

Answer Question   |  January 21, 2013  3:11 PM
AS/400, AS/400 queries, iSeries
asked by:
365 pts.

CL/400
I need to copy records from work link to our database file, so I am using CPYFRMIMPF command in the following way CPYFRMIMPF FROMSTMF(&LINK) TOFILE(SRINSOFT/EDI850WK) + MBROPT(*REPLACE) RCDDLM(*CRLF) + DTAFMT(*DLM) STRDLM(‘”‘) FLDDLM(‘,’) + FROMRCD(2 *END) My worklink has 5 records but it copies only the 2nd and 4th record to my database file. What is [...]

Answer Question   |  January 21, 2013  12:00 PM
CL command, CPYFRMIMPF
asked by:
105 pts.

Problem with the READ from PF in RPGLE
Hi ! Im trying to read a physical file from my RPGLE program. That physical file having many fileds. AGCDE is the one of the filed there. The AGCDE data is from 001 to 700. But i just added it randomly. Now im having a problem with READ in RPGLE.. When i call the program [...]

Answer Question   |  January 18, 2013  6:47 AM
AS400 RPGLE, reading Physical file
asked by:
1,745 pts.

Networking Problem
PLEASE PLEASE HELP. I recently started working for a company where currently their network structure is this- Dedicated Server, Windows Server 2008. They have a modem connected to a wifi router. therefore it’s a LAN to WAN structure. A couple of the computers are connected via their LAN cables and a few connect through WIFI. [...]

Answer Question   |  January 17, 2013  11:44 PM
LAN to WAN Connectivity
asked by:
15 pts.

Deleting IFS files
Would anyone be able to help me with the following code? I modified it to delete entries in a folder older that 35 days from today’s date when the program is run. Thanks in advance for any assistance you can offer. PGM DCL &TODAY *CHAR 6 DCL &TODAY2 *CHAR 6 DCL &MBRDATE *CHAR 10 ADDLIBLE [...]

Answer Question   |  January 17, 2013  7:37 PM
IFS, IFS Folder
asked by:
155 pts.

Job log spool file of a running job
Can I create a spool file of the job log of a currently running job on the system?

Answer Question   |  January 17, 2013  6:32 PM
OS/400, OS/400 spool file
asked by:
155 pts.

Linking tables in databases that change each month
The test software that we use, creates a new database each month. So you have to relink the tables you use to the newly named database each month to get the new information. Is there some code that I can put into my database that will go out and relink these tables?

Answer Question   |  January 17, 2013  5:42 PM
Microsoft Access 2007, Microsoft Access database
asked by:
5 pts.

RPGILE
Declare one character field value is 2.77 in this filed length is 15 data type Char i covert the value to numeric using %dec function. But i am getting the value like 277 it does not display dot. how to get dot ?

Answer Question   |  January 17, 2013  5:24 PM
Buildin Funtion
asked by:
105 pts.