Get answers.  Share knowledge.  Collaborate with peers.




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,485 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:
145 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:
145 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.

how to stop execution of a code until a Jwindow is closed?
Hi this might be tuff to understand- what i m trying to do is i m creating an object of a JWindow class into another class… like this:- public class GamePlay extends JPanel{ TossWindow toss; public GamePlay(){ Toss(); } public void Toss(){ toss=new TossWindow(team1Name,team2Name); System.out.println(toss.tossWinner); } } in above code TossWindow is a class that [...]

Answer Question   |  January 17, 2013  4:41 PM
Class, Inheritance, Java, JWindow, object, Swing, Threading
asked by:
425 pts.

How to implement MOUBTN using RPG III/RPG400
We are converting some code in a legacy application and, in its simplest form, want to know that a mouse has been used/clicked rather than ENTER pressed. We are not that familiar with the MOUBTN keyword, which we assume will tell us what we want, and are having trouble getting this to work. Though we’ve [...]

Answer Question   |  January 17, 2013  2:58 PM
AS/400, DSPF, MOUBTN, Mouse, RPG III, RPG/400
asked by:
250 pts.

Expression to insert value to a table column in SQL
My CL program has RUNSQLSTM. The SQL source has some SQL statements(source is of type SQL) which inserts value to a file. I need to change the SQL to have a column(FLD1) value like this (A*B*C)/10**D. A,B,C, and D are file fields. The attributes are like this A- (15,2) B- 13 C – (13,5) D [...]

Answer Question   |  January 17, 2013  10:11 AM
AS/400, SQL
asked by:
1,975 pts.

How to create backup RAID configuration?
Hello everybody. I am studying about Hard RAID. I want to backup RAID configuration and save it to my USB or FDD, so how to do it? Is RAID configuration only in RAID card?

Answer Question   |  January 17, 2013  9:37 AM
RAID, RAID configuration
asked by:
5 pts.

Telecommunication
What is BTS and BAC in telecommunication transmission?

Answer Question   |  January 17, 2013  9:15 AM
BAC, BTS, Telecommunications
asked by:
5 pts.

SQLRPGLE- Query Not fetching records in program
Hi I have below query in my program , when i executed it interactively thro strsql , its fetching records but the same query is not fetching records when i execute it in my program. Please provide your valuable answers as soon as possible.. as i need it very urgently… As si mentioned it has [...]

Answer Question   |  January 17, 2013  7:28 AM
AS/400, i series, IBM, SQLRPGLE
asked by:
95 pts.

Excel Menu Bar disappeared
How do I get the Excel Menu Bar back. I add it through the VB Editor, but once I closed and relaunched Excel, the menu bar disappeared again. I was told to search for *.xlb file, but could not find any! Please help.

Answer Question   |  January 17, 2013  3:23 AM
Microsoft Excel, microsoft excel functions
asked by:
5 pts.

How can I copy an order or quote
How do you copy an order or quote to save time?

Answer Question   |  January 17, 2013  3:18 AM
Purchase order
asked by:
10 pts.