Get answers.  Share knowledge.  Collaborate with peers.




Set up sub domain at Domino Server

On the IBM Domino Administration Console ….
-You can Select ” Configuration”
- Messaging
- Domains then create all the domans you wish to do .



View Discussion   |  March 31, 2013  7:02 AM
Lotus Domino server, Lotus Domino Server 8
discussed by:
Abushahd
3,225 pts.

Limt size of attachment in iNotes 8.5.x

Hi,,
If you are a Lotus Domino Administrator you can following these steps :
- on the Server’s Configuration Document
-Router/SMTP
-Restrictions and Controls
-Restrictions
-Maximum Message Size : you can set the limit of the attachments size over here …



View Discussion   |  March 31, 2013  6:57 AM
iNotes, iNotes emails
discussed by:
Abushahd
3,225 pts.

Attachments are not opened in Lotus Notes

-How many users have this problem ??? Are all users unable to open this attachment ??
-What is the type of this attachment ?? e.g. Excel , PDF ? Please make sure that users who have this issue have this program installed on their PCs…
-This is not a Lotus Notes issue … it is a problem with the program of this attachment …



View Discussion   |  March 31, 2013  6:52 AM
Lotus Notes, Lotus Notes attachments
discussed by:
Abushahd
3,225 pts.

How to change Lotus Notes mail to English

Hi,,

You can either download it from the passportadvantage URL if you have an account
https://www-112.ibm.com/software/howtobuy/passportadvantage/paocustomer/sdma/SDMA?
P0=DOWNLOAD_SEARCH_ALL
Or
You can ask the local IBM office where you live to provide you with it then you can install it .



View Discussion   |  March 31, 2013  6:48 AM
Lotus Notes, Lotus Notes administration
discussed by:
Abushahd
3,225 pts.

Mail box location

You can find the Mail.box under a folder called ” data” under the ” Lotus” folder .



View Discussion   |  March 31, 2013  6:44 AM
Lotus Notes, Lotus Notes mailbox
discussed by:
Abushahd
3,225 pts.

Hotmail and Windows 8

Since Windows 8 and Hotmail are both Microsoft’s, you need to ask Microsoft Support to get an authoritative answer. — Tom



View Discussion   |  March 31, 2013  12:33 AM
Hotmail, Windows 8
discussed by:
TomLiotta
108,135 pts.

MS Access 2008 calculation in query

The later two posts seem to be the duplicates. But it doesn’t matter much until the question makes sense. The values in the two apparent examples don’t add up, so it’s not clear what they represent. It looks like we’re shown an output report rather than actual table columns, and ‘Total Marks’ is the totals. But we’re not told anything about the tables, so there’s nothing useful available. You can’t create a process that gives output until you have some idea what the input is. — Tom



View Discussion   |  March 30, 2013  11:28 PM
Microsoft Access 2008, Microsoft Access query
discussed by:
TomLiotta
108,135 pts.

How do I open an INDD file

As with almost every file type, you open it with the application that created it. How did you create the file? What kind of information do you have in it? See .INDD at WhatIs.com for information. — Tom



View Discussion   |  March 30, 2013  11:18 PM
INDD file
discussed by:
TomLiotta
108,135 pts.

MS Access 2008 calculation in query

Question appears to be a duplicate.



View Discussion   |  March 30, 2013  3:21 PM
Microsoft Access 2008, Microsoft Access query
discussed by:
philpl1jb
44,180 pts.

MS Access 2008 calculation in query

Please tell us what your tables look like and what ‘Total Marks’ is. Also, when you say ‘last three columns’, are those the 2011, 2012 and ‘Total Marks’ columns?
 
When I see column headings across the top that seem to represent years, I think of crosstab queries in Access. See if that link helps you learn.
 
Tom



View Discussion   |  March 30, 2013  8:52 AM
Microsoft Access 2008, Microsoft Access query
discussed by:
TomLiotta
108,135 pts.

Dell trouble

Yes and no. If you’re asking about a Windows 7 install disk, you buy one. (I.e., you pay for a license.) You don’t just download and install. Please give a more complete description of the situation you need to resolve. — Tom



View Discussion   |  March 30, 2013  2:09 AM
Dell laptop, Laptops
discussed by:
TomLiotta
108,135 pts.

Exporting Gmail emails To PST Outlook

What version of Outlook are you using? There are numerous free ways to get it done depending on what the version actually is. — Tom



View Discussion   |  March 30, 2013  1:06 AM
Gmail, Microsoft Outlook
discussed by:
TomLiotta
108,135 pts.

Problem seeing a binary file

…but neither would open the videos.
 
Why not? What happened? How did you try to get them to open it? Was there an error? If so, what was it? How were you told that those programs would process the file?
 
We need more information to know what to suggest. At the moment, we don’t even know what you are really trying to process. For all we know, you just installed a virus on your PC.
 
Tom



View Discussion   |  March 30, 2013  12:40 AM
Binary, Binary files, Microsoft XP
discussed by:
TomLiotta
108,135 pts.

Binary files

Binary files don’t “convert” to folders unless the file contains some kind of archive. If that’s what it is, then you need to run whatever kind of program handles that kind of archive. We would need to know what created the file in order to know how objects in an archive can be extracted. Details about the file are needed for any useful answers to be suggested. — Tom



View Discussion   |  March 30, 2013  12:34 AM
Binary, Binary files, Windows XP
discussed by:
TomLiotta
108,135 pts.

How do you create an order form where you can enter multiple product line items?

Yes, it’s possible.  I would think that the access sample database would contain something like this. You may also find examples by searching the web. You will be creating two tables .. the order table would contain the one time stuff about an order, order number, customer #, order date, etc.  The second table would contain one row for each item ordered..it would have the order number and the item number and the quantity ordered.  As you said a third table contains the product info and a fourth table the customer info.   You would be creating a form tied to the order file and a subform tied to the order detail. 



View Discussion   |  March 30, 2013  12:30 AM
Microsoft Access 2007, Microsoft Access forms
discussed by:
philpl1jb
44,180 pts.

Need help writing query-I’m stumped!

Since this is clearly an academic exercise, we can’t tell you how to do it. We can give some guidance to help you understand how to do it.
 
First, you should understand that this is not a good table design. If payments should be matched with charges, then there should be an identifier like ‘InvoiceNumber’ that can be associated on both sides. But even that isn’t especially useful. An ‘OutstandingBalance’ for the EEID might be more useful.
 
To solve this problem, start with an understanding that this TABLE can be seen in terms of two VIEWs. One VIEW would be those rows that have a non-zero value for DR; the other has non-zero for CR. With two VIEWs to work with, testing queries that match rows between them might suggest approaches to a solution.
 
Tom



View Discussion   |  March 30, 2013  12:29 AM
Microsoft Access 2007, Microsoft Access query
discussed by:
TomLiotta
108,135 pts.

Need help writing query-I’m stumped!

..

If you join the file to itself 
something like this ..

Select a.id, a.eeid, a.dr, b.id, b.cr
from myfile a join myfile b
on a.eeid = b.eeid
and a.dr = b.cr
order by a.eei, a.dr


View Discussion   |  March 30, 2013  12:22 AM
Microsoft Access 2007, Microsoft Access query
discussed by:
philpl1jb
44,180 pts.

Implementing a CRM system in a supermarket

Specific problems can be addressed here, but large questions concerning entire application areas can only be reasonably answered with “Hire a professional.” — Tom



View Discussion   |  March 30, 2013  12:21 AM
CRM, CRM system
discussed by:
TomLiotta
108,135 pts.

Make a table

Assuming that you are asking about a “database table” and that you are using Microsoft Access, you need to take a course in Access (or in whatever database you’re using). You can attend a local community college or look at any of the links that come up from a Google search for [ tutorial access ]. One you can start with is Microsoft’s Get to know Access tutorial. — Tom



View Discussion   |  March 29, 2013  11:15 PM
tables
discussed by:
TomLiotta
108,135 pts.

Reset/CTRL in a Macro in AS/400

A ‘status’ message doesn’t need to be cleared by the workstation. It goes away as soon as the program that runs it either sends a new status message or ends. So the question still isn’t clear to me, and knowing what software the macro is for would indeed be useful. — Tom



View Discussion   |  March 29, 2013  11:07 PM
AS/400, AS/400 macros
discussed by:
TomLiotta
108,135 pts.