Computers
How do I photocopy information about computers from newspapers

Answer Question   |  January 17, 2013  11:53 PM
Photoshop
asked by:
10 pts.

Can’t print correct library list out with Java
We have several customers running on our hardware. For these customers we set up job descriptions to keep library list information since they all have their own database files. I have a Java program that runs as a batch program at a set time to update a database file for each customer. I create these [...]

Answer Question   |  January 16, 2013  5:24 PM
Java, SBMJOB, WRKJOBSCDE
asked by:
45 pts.

Have you checked out our new code button?
ITKE has a new code button. Here’s how it displays code: =begin create database Contact; use Contact; CREATE TABLE Employee ( Name VARCHAR(50), Phone VARCHAR(15) ); =end To use it, click the CODE button at the top right corner of the text editor box (you may need to clear your cache to see it) and [...]

Answer Question   |  January 16, 2013  4:39 PM
Code
asked by:
2,060 pts.

EmbeddedPivotChart: Drilldown-Class
Hi Everyone Let me start off by saying I’m a complete Noob when it comes to this, so I hope my explanation makes sense… I’ve been trying to implement the Embedded Pivot Chart Drilldown Class as explained by Craig Hatmaker on the YouTube video :http://www.youtube.com/watch?v=-Uu2WqDxLdk Firstly, the video was excellent and very informative, and the [...]

Answer Question   |  January 17, 2013  3:25 PM
Microsoft Excel 2010, VBA
asked by:
50 pts.

Java security warning
The latest Java Security warning has stirred up questions. What is the real threat? And what is the recommended precaution to be taken for a Windows network environment?

Answer Question   |  January 15, 2013  5:50 PM
Java, Security
asked by:
5 pts.

Setup file for MS VB 6.0
I have the license but need to reinstall MS VB 6.0. I misplaced the CD; does anybody know where I can get the setup files?

Answer Question   |  January 14, 2013  6:18 PM
Visual Basic 6.0, Visual Basic Installation
asked by:
5 pts.

Which programming language would be best for me to learn?
Hi all, I work as product associate for contract intelligence software company. Below mentioned are my skills…can some one advise which language would be good for me to learn? > I create usability documents > Fair Idea about SQL >Fair Idea about C > Configuration management > Creating impact and change request documents. > Training [...]

Answer Question   |  January 14, 2013  12:51 PM
Programming, Programming Careers, Software
asked by:
20 pts.

Error -2147467259 in Visual Basic 6.0 while sending XML to Web Service
Hi, I am using Web Service for Payment Gateway. I have written below code. It is working in Windows XP Operating System. But when I am running this application in “Windows Embedded System (Operating System)”, it is showing as “System Error -2147467259″. I am unable to trace the error. Please help me. Here is the [...]

Answer Question   |  January 14, 2013  12:33 PM
Visual Basic 6.0, XML
asked by:
5 pts.

Calendar Button RSVP
Can I create a button that will add a date to the calendar; send a response with specific info back to me and then rsvp the sender that I received the info?

Answer Question   |  January 11, 2013  6:45 PM
Calendar, Calendar control
asked by:
5 pts.

Set a Variable in Hexadecimal Value RPG or CL
Hi everybody, I would like to use variable value for settin color on display, I usually do as follow: D $color S 1A INZ C eval $color = X’28′ and obtain color red ! Now my user would like to change it and type 38 into the numeric variable $V1. $v1 = 38 . It [...]

Answer Question   |  January 11, 2013  6:37 PM
AS/400, AS400 Command, Hexadecimal values
asked by:
5 pts.

Java
Can anyone can provide Java code to pull AS/400 history logs?

Answer Question   |  January 11, 2013  4:07 PM
AS/400, Java, Java code
asked by:
40 pts.

Not allowing forms to load for printing
Will not allow tax forms from the state to load for printing. It starts, but instantly shuts down the internet connection to the site. Forms are printed through Adobe and I have Microsoft XP for home use.

Answer Question   |  January 10, 2013  2:51 PM
Adobe, Microsoft XP
asked by:
5 pts.

About database connection
How to connect Visual Basic 6.0 project to the MS Access ACCDB file for save the data?

Answer Question   |  January 9, 2013  10:25 AM
ACCDB file, Microsoft Access, Visual Basic 6.0
asked by:
5 pts.

DLL FILE Creation
How DLL Files are created?

Answer Question   |  January 9, 2013  8:50 AM
DLL, DLL files
asked by:
15 pts.

Debugging ILE programs
Are there any documents on Debugging ILE programs(cobol ile or rpg ile) ? Please share the link..Thanks

Answer Question   |  January 8, 2013  6:18 PM
AS400 - COBOL, AS400 Debug, AS400 RPGLE, Debugging
asked by:
70 pts.

PHP on the 400
Do you have any standards for PHP usage that I can plagiarize ? I’m mostly interested in things like folder(s) in which to store source code or process of going from “test” to “live” with no change control software.

Answer Question   |  January 8, 2013  5:04 PM
AS/400, PHP
asked by:
1,565 pts.

Compilation error
Please anyone give solution for my error in compiling, I have written java code in d: drive and when am trying to compile it, I am getting the error as follows: C:>javac -d D:bmsbin D:bmssrcWelcome.java javac: file not found: D:bmssrcWelcome.java Usage: javac <options> <source files> use -help for a list of possible options

Answer Question   |  January 8, 2013  4:12 PM
Java, Java code
asked by:
10 pts.

In thin client VB.NET application do not run
In my computer lab, I have setup networking through thin client. Now, when I run the application in VB.NET through client computers, it displays a error ” stub get the bad data “. But MS Office 2007 is accessed from client computers. Even typing tutor is running only a few thin clients, not on all. [...]

Answer Question   |  January 7, 2013  9:43 AM
Microsoft Office 2007, VB .NET
asked by:
5 pts.

Protocol ARP //#
Does anyone know what this is, and what programming language ? Protocol ARP = ARPDescriptionTable(OpCode, ARPSrcHardAddress, ARPSrcAddress, ARPDstHardAddress, ARPDestAddress,SourceIPv4Alias,DestinationIPv4Alias) { UINT16 HardwareType = HardwareTypeTable(this); UINT16 ProtocolType = ProtocolTable(this); UINT8 HardwareAddressLen; UINT8 ProtocolAddressLen; UINT16 OpCode = FormatString(“%s, %d(%#x)”,ARPOpCodeTable(this),this, this); switch(HardwareAddressLen) { case 6: [ARPSrcHardAddress = this.toString] MacAddress SendersMacAddress; default: [ARPSrcHardAddress = this.toString] AsciiString(HardwareAddressLen) SendersHardwareAddress; } switch(ProtocolAddressLen) [...]

Answer Question   |  January 7, 2013  12:12 AM
Arp, IP address, Programming
asked by:
50 pts.

limit the users of a particular web application
how to limit the users of a particular web application you are developing ?

Answer Question   |  January 5, 2013  4:49 PM
ASP.NET, PHP
asked by:
40 pts.