Get answers.  Share knowledge.  Collaborate with peers.




Report in Visual Basic with data dynamic active report
I developed an inventory. I use Visual Basic as my programming language to access as my database. I want to print an invoice with the report that contains 6 fields including: Selling price, Qty sold, customer name. etc. How can I do that? Thanks.

Answer Question   |  May 6, 2013  6:47 PM
Visual Basic, Visual Basic report
asked by:
5 pts.

Tabs
How do I get rid of multiple tabs on my Google Chrome browser?

Answer Question   |  May 6, 2013  3:48 PM
Browser, Google Chrome
asked by:
5 pts.

Hyper-V VM backup
Hi, Is it possible to back up a VM from the host perspective by transferring a VM’s individual file and folders using traditional approach. Thanks Mohan

Answer Question   |  May 7, 2013  3:26 PM
C, Hyper-V
asked by:
Hv
10 pts.

Problem in Creating Gmail Account
I deleted a Gmail account I had and later I tried to create another account with the same username. When I tried to create the account, it says the username is already taken. But when I try to log in with that username via password recovery, it says the account is deleted.  My problem is, [...]

Answer Question   |  May 6, 2013  2:25 PM
Gmail account recovery
asked by:
10 pts.

Would an Amazon-ruled cloud service space be a positive thing?
Amazon is going to do to enterprise cloud companies exactly what it did to bookstores. This line, which was the headline in this week’s Searchlight also caught Karen Goulart’s attention. With the Amazon cloud positioned as a big winner by SMBs as well as CIOs at more established enterprises, do you think an Amazon-ruled cloud [...]

Answer Question   |  May 17, 2013  1:54 PM
Amazon, Cloud Computing, Cloud Services
asked by:
11,380 pts.

Help required in writing a CL program which will monitor QSYSOPR msgq for specific h/w failure msg ID’s and shoot email ?
Hi All – Could any one help me in writing a CL program which will monitor the QSYSOPR msgq for specific h/w failure MSGID’s and shoot email ? Regards, Madhu

Answer Question   |  May 6, 2013  1:04 PM
CL Program, CL/400, OS/400 and iSeries
asked by:
30 pts.

Computer generation
What are the differences on computers based on size, capacity, performance and price?

Answer Question   |  May 6, 2013  8:55 AM
computer information, Computers
asked by:
10 pts.

About SUBST function
I’m doing a SUBST on a string from a position where the character is space like this: eval str1 = %subst(str1:(wpos1+3)) Let us assume that the string is of 15 length and the string in this str1 as ‘SURESH ‘. The value in wpos1 as ’7′ . Now if we try to extract the spaces [...]

Answer Question   |  May 6, 2013  4:36 AM
AS/400, AS/400 FUNCTIONS
asked by:
290 pts.

Detecting program shut down
How can I include the minimize and maximize buttons and not the close program button (the “X” in the upper right corner? This is in VB6.

Answer Question   |  May 6, 2013  3:56 AM
Visual Basic 6, Visual Basic Functions
asked by:
60 pts.

V7R1 RPGLE variable @JOBDATE1 losing value after a CALL statement
D @JobDate1 S D C EVAL @JobDate1 = %DATE(*DATE) ... 024800000000 C call(e) 'CNRWW832CT' 024900000000 C parm @@DIV @DIV 025000000000 C parm '*SEL' @MOD 025100000000 C parm @C1CODE 025200000000 C if @C1CODE ' ' 025300000000 C eval #C1CODE = @C1CODE 025400000000 C endif 025500000000 On 4/13/2013 we upgraded from v6r1 to v7r1 on a new [...]

Answer Question   |  May 6, 2013  12:17 AM
AS/400, RPGLE
asked by:
70 pts.

Excel
How do I find the sum in an Excel spreadsheet?

Answer Question   |  May 6, 2013  11:55 PM
Microsoft Excel, Microsoft Excel formulas
asked by:
15 pts.

Return, forward, etc bar disappeared
The bar that allows me to forward, reply, attach, etc has disappeared from my e-mail account. Help?

Answer Question   |  May 6, 2013  6:43 PM
Email account, Email toolbar
asked by:
5 pts.

BGP with 2 ISP with advertisement different LAN pool
I have BGP with 2 ISP’s. Now I want my own half live IP pools to be advertised from one ISP and other live IP POOL from second ISP. How do I do it with Cisco 2811? I have done normal setup for BGP and it’s working , but all live IP POOL are announcing [...]

Answer Question   |  May 5, 2013  3:59 PM
BGP, Cisco 2811, ISP
asked by:
15 pts.

Does this sound like my Outlook account got hacked?
I’m using the Office 365 trial, just got it recently. I’ve noticed three different occasions now where I will get a “Reminder” ding a bell and pop up in the middle of my email or whatever I’m doing…and yet, I DIDN’T SET THIS REMINDER! These are junk mail, like “Dear Friend,” etc. and come from [...]

Answer Question   |  May 5, 2013  3:56 PM
Microsoft Office 365, Microsoft Outlook
asked by:
25 pts.

Error 453
I get this message: error 453 Too Many Recipients (VM502) I can send via the web mail but not via Outlook.

Answer Question   |  May 5, 2013  3:53 PM
Microsoft Exchange 2003, Microsoft Exchange errors
asked by:
20 pts.

Please help me in security
I have question about public key and private key. If one user sends a message to b, encrypted by public key of b, then how can user b decrypt it using its private key? I mean the public and private key are not different?

Answer Question   |  May 6, 2013  3:31 PM
Security, Security keys
asked by:
35 pts.

Resource allocation in cloud service
Namaste sir, I am Sivaram from Chennai, India. I’m happy to share my views with you. I am interested to learn more about cloud issues. Particularly, I want to know about the recent issues faced in resource allocation method in cloud services. I am interested to have a deep study on optimum resource allocation in [...]

Answer Question   |  May 6, 2013  3:39 AM
Cloud Computing, Cloud Services
asked by:
5 pts.

Powercheck removed a path from POWERMT display command
After running POWERMT check command, it only displays one path. How can I fix the issue?

Answer Question   |  May 6, 2013  2:37 AM
EMC, EMC PowerPath
asked by:
5 pts.

ITKE Discussion tool bar
It’s been a few weeks since I had the discussion tool bar. ITKE development can not replicate the problem. Did you experience this problem? How did you resolve it? Thanks Phil 5/7/13 .. added tags that have nothing to do with this task but might get some attention

Answer Question   |  May 7, 2013  1:37 AM
AS/400, Database, Development, itke discussion tool bar, Networking, Security
asked by:
44,070 pts.

Unzip a file using the command line
I am trying to unzip a file from the command line using java to do the extraction. The following statement works; but the problem is, the extracted files end up on the C drive. How do I specify the folder for the extracted files? C:Program FilesJavajdk1.6.0_24binjar xf c:testTEST_1.zip

Answer Question   |  May 3, 2013  7:57 PM
CMD, DOS, Java, script, Windows
asked by:
480 pts.