Get answers.  Share knowledge.  Collaborate with peers.




Microsoft Visual Basic error
I was using a floor plan sent to me by an architect, and after I opened it I started getting a notice every time I opened any other drawing, either mine or an architect’s. I get this warning box that says: !Microsoft Visual Basic Object library invalid of contains references to object definitions that could [...]

Answer Question   |  April 17, 2012  12:13 PM
Autocad 2007, Microsoft Visual Basic
asked by:
5 pts.

Adding an editable Excel spreadsheet to a Lotus Notes form
Hi, I’m totally new to Lotus Domino designer so please forgive me if this is an incredibly stupid question. I’m trying to add an editable spreadsheet to a form. It seems simple enough to add a spreadsheet attachment, however the attachment is not editable as the edit button is greyed out. I need to be [...]

Answer Question   |  May 10, 2012  9:22 AM
Lotus Notes 7, Lotus Notes 7.0.3, Microsoft Excel
asked by:
10 pts.

Crystal crosstab formulas
When I create a crosstab report using general ledger debits and credits, I can’t get the formula to subtract the credits from the debits. Can you tell me what formula I can use to fix this issue?

Answer Question   |  April 17, 2012  7:41 PM
Crystal Report formula, Crystal Reports 10
asked by:
10 pts.

What tools can you use to measure network throughput?
What tools can you use to measure WAN and LAN network throughput?

Answer Question   |  April 19, 2012  3:19 PM
LAN, Network performance, WAN
290 pts.

Compilation issue in AS400
Hi, I had an issue in Compiling my Files/Programs. When i compile my Files/programs interactively , I am not able to See my Spool file.Then i have checked my OUTQ , it was in *WRKSTN, which is the Printer for my Client.So when i compile it was going to their Printer. I asked them to change [...]

Answer Question   |  April 20, 2012  8:46 AM
AS/400, AS/400 Spool Files, AS400/RPG
asked by:
510 pts.

pass array to clle
i created RPGLE,within that i defined compiled time array now i want to pass that array (at a time only one insex) to cllle but while i run this rpgle its give me run time error ..that  Error occurred while calling program or procedure *LIBL/practcl8 Message ID . . . . . . :   [...]

Answer Question   |  April 16, 2012  4:44 AM
AS/400 DB2, AS400 iseries, iSeries RPGLE
asked by:
200 pts.

Encrypting AS400 database file
I need to encrypt a database file residing on the as400 and FTP to a destination. Can I use QC3ENCDT to do this?

Answer Question   |  April 18, 2012  9:55 PM
AS/400, AS/400 Database File, QC3ENCDT
asked by:
125 pts.

Creating a calendar view in Lotus Notes 6.5.1
Hello. I created a form called appointment. I then created a calendar view. When I run my Calendar, my appointment appears at the top of the view, and I can’t figure out how to make my appointment appear in the correct time slot on the calendar.

Answer Question   |  April 18, 2012  7:34 PM
Lotus Notes 6.5.1, Lotus Notes Calendar
asked by:
230 pts.

Modify deleted items retention policy in Exchange 2007
A retention policy was set up on Deleted Items folder. The Length of retention period (days)is 90 days. I want to change it to 30 days. If I change 90 days to 30 days today, all emails older than 30 days will be gone from Deleted Items folder tomorrow, is it right? Thank you.

Answer Question   |  April 16, 2012  3:54 PM
Microsoft Exchange 2007, Microsoft Exchange folders
asked by:
X4y
10 pts.

retrieve library list
how to retrieve library list when i pressed f4 in a field and is field has *all the it fetch all library listed in subfile

Answer Question   |  April 17, 2012  11:45 AM
RPGLE, Subfile
asked by:
1,240 pts.

MMAIL – Insert image (logo) held on IFS
Has anyone succeeded in including an image held on the IFS on an MMAIL email ? I can show an image held onthe web but not on the IFs.

Answer Question   |  April 16, 2012  8:35 AM
IFS, ios v5r4, MMAIL
asked by:
380 pts.

Content-Type in AJAX Post Call in FireFox
Hi, In fire fox browser how to send Content-type as ‘application/json’ in ajax call. For IE I am using below code, it is working fine but failed in FireFox. By default FF taking text/html as  mime type. Please help me in this regard. dojo.xhrPost({     url: URL,     data: jsonObj,     handleAs: ‘json’,  headers: { “Content-Type”: [...]

Answer Question   |  April 13, 2012  7:06 AM
Firefox 11, Windows 7
asked by:
10 pts.

Crystal Report 2008
We recently moved our report portal from Crystal Xi to Crystal 2008. Now the embedded images on the reports only display a text of “Image”. When I send the report to the printer the Image will then display. Does anyone have any idea how to get the image to display on the screen?

Answer Question   |  April 12, 2012  4:35 PM
Crystal Reports 2008, Crystal Reports XI
asked by:
5 pts.

The Server that contains information about your user account nd mailbox can’t be found
Hi,  I would really appreciate if some one can help me out here. I have Outlook web Access (OWA) problem. We created new child domain. Any user that is created on this domain is UNABLE to use OWA. They get the following error messge after they enter the domainusername and password. Here is the error: [...]

Answer Question   |  April 17, 2012  2:59 PM
Activate Directory permission, Exchange 2010
asked by:
5 pts.

Skydrive
How do I transfer pictures from my SD card to Skydrive. I have Windows 7

Answer Question   |  June 9, 2012  2:34 PM
SD cards, Skydrive, Windows 7
asked by:
5 pts.

How to get no. of items appended into rich text field
I want to know the count of total no. of lines of text appended into rich text field i.e  history field. There is a rich text field to track the history of editing the document. Every time the document is modified i.e. changing any of the fields the information is appended into the rich text  field. But [...]

Answer Question   |  April 26, 2012  8:46 AM
Lotus Notes, Lotus Script
asked by:
1,055 pts.

AS400 interact with G/L system
How do AS400 interact with G/L system by running a job monthly?

Answer Question   |  April 13, 2012  6:56 AM
AS/400, G/L system
asked by:
1,975 pts.

All Contact Address Lists Do Not Appear
When I open a new mail message form, sometimes the email address of someone I put in the “To” line doesn’t automatically appear.  When that happens, I click on “To” and a Global Address List pop-up opens.  Unfortunately not all of the contact lists I have in My Contacts are listed n the Global Address List pull-down.  [...]

Answer Question   |  April 12, 2012  7:30 PM
Microsoft Outlook 2007, Outlook contacts
asked by:
MBW
5 pts.

Executing Code after Save
In my Lotus Domino web app, I am saving a form but the @URLOpen and/or @Command(EditDocument) code is getting executed before some of my other code even though it is at the end of the button code stack. I have tried using the @PostedCommand but no difference. I have tried pushing that code into the [...]

Answer Question   |  April 11, 2012  5:07 PM
Lotus Domino, Lotus Domino Designer
asked by:
5 pts.

adding an image to pdf
Is it possible to insert an image so that the text will move and flow around it? or will i manually have to move the text around, prior to adding the image, so that there’s a blank area to add it to?

Answer Question   |  April 26, 2012  2:31 PM
PDF, PDF Files
asked by:
5 pts.