Microsoft POS #2I have a group of customers that I am working on setting up A bundled POS
system for.
I have looked at RMS and Microsoft POS. The customer's are small bulk food
stores. They package all of the bulk food in various containers and weigh it
with a Hobart scale producing a label with an system 2 price enbedded
barcode. These are UPC A formats. They are for the most part simple single
store installs and donot require the complex RMS system.
I have setup the Microsoft POS version 2.0 and found it will work perfect
for these customers. The only problem when you programed the system you
l...
Error Generating the Offlice Address BookI have a mixed site with 3 5.5 server and 4 2003 servers. I installed
2003 SP1 a few weeks back and since then I'm having an issue
generating my Offline Address Book.
Here the event log messages I'm getting.
Event ID 9331:
OALGen encountered error 80040107 (internal ID 501023d) accessing the
public folder store while generating the offline address list for
address list '/'.
- Default Offline Address List
For more information, click
http://www.microsoft.com/contentredirect.asp.
Event ID 9335:
OALGen encountered error 80040107 while cleaning the offline address
list public ...
XCH Error 3092, OAB replicationI am getting error 3092 for OAB in Exchnage 2003 (migrated from 5.5)
"Error 1129 occurred while processing a replication event.
Folder: (3-8) NON_IPM_SUBTREE\OFFLINE ADDRESS BOOK\EX:/o"
Tried to delete offilne addressbook and recreate but error has not stopped.
Any help will be a great help on where to look to get rid of this issue.
Thanks
...
Using expression builder objectHi,
I'm developing a wizzard in Access which builds import templates for various
data sources to a fixed set of tables. In step 3 the users must be able to
build an expression ; for instance Left([Fieldx],20) . Now I would like to
have a command button on my form which calls the Access expression builder to
allow the users to use this to build the expression. This expression will
then be stored in a text box linked to the templates table.
Anybody know how to call and use this object from VBA code?
--
Kind regards
Noëlla
DoCmd.RunCommand acCmdInvokeBuilder
I th...
Auto-format in Microsoft Excel.Each time i try to enter a number range, for example, 8-
10, in Excel, it constantly re-formats it to a date. If I
change the formatting to "General" it turns it into a
random number, usually 38209. I would like to turn off
ALL auto-formatting, but that's probably asking too
much. How do I disable this frustrating feature?
thanks.
Hi Paul
When you enter "8-10" in a cell, that's not strictly a number but Excel
thinks you mean a date so converts it as such.
A date is a number and in your example the number 38209 represents August 10
2004 which is not a ra...
Copy entire row where CellValue=0I need to loop through the collumn and search for value that is more then 0.
When I find it I need to copy whole row and paste it 2-3 rows below the
table. I tried to select the collumn and search the selection but for some
reason I copy and paste only one row.
Thank you for any help.
Hi
as a starting point:
http://www.rondebruin.nl/copy5.htm
--
Regards
Frank Kabel
Frankfurt, Germany
"OxanaB" <OxanaB@discussions.microsoft.com> schrieb im Newsbeitrag
news:8628F791-CF2D-480A-9EBF-6C31BCEF0293@microsoft.com...
> I need to loop through the collumn and search for value tha...
worksheet tabs 01-06-10Hi
In the 2003 excel-- Is there a way to have the worksheet tabs automatically
go in alphabetical order-- or do you have to do in manually?
--
Thank-you!
Ruth
Ruth,
Use this code:
Sub ArrangeSheetsInOrder()
Dim iCount As Integer
Application.ScreenUpdating = False
iCount = Sheets.Count
For i = 1 To iCount - 1
For j = i + 1 To iCount
If Sheets(j).Name < Sheets(i).Name Then
Sheets(j).Move Before:=Sheets(i)
End If
Next j
Next i
End Sub
"Ruth" wrote:
> Hi
>
> In the 2003 excel-- Is there a way to have the worksheet tabs automatically
...
Excel 2007When I select cells to copy as a picture in Excel 2007, the resolution is
terrible. Text and objects with shadow's are very blotchy when pasting the
picture.
How do you change the resolution of a 'Copy Picture'?
...
Error: Invalid byte was found at byte index 63.Does anyone know what this means:
"Invalid byte was found at byte index 63. "
If yes, please help.
Apogee
Apogee wrote:
> Does anyone know what this means:
>
> "Invalid byte was found at byte index 63. "
That means exactly what it says: At index 63 XML parser found a byte, which is
invalid either according document's encoding or is forbidden in XML documents
at all (see list of allowed in XML characters at
http://www.w3.org/TR/2000/REC-xml-20001006#charsets)
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel
...
how do I connect an object from one page to a different page?I am trying to connect an object from one page to a seperate object on a
different page. The instructions say to hold down your mouse button then
click on the point you want it connected too. My problem is that is doesn't
allow you to select the starting point of the connector, then select a
different page, then click on your end point of the connector. Please help!
try using a hyperlink.
al
"Pepper" <Pepper@discussions.microsoft.com> wrote in message
news:3F5657F4-48EA-4681-A21E-D33FC7030401@microsoft.com...
>I am trying to connect an object from one page to...
Grammar check not workingHello,
I am using Word 2007 and have a problem with grammar and punctuation errors.
I deliberately put two spaces between words, do not put space after a comma,
write long sentences and finish a sentence without a verb but the green
underline never appears. The spell check is functioning properly, no problem
with that. In Word Options > Proofing, "Mark grammar errors as you type" is
selected. I changed that selection and tried again but it still did not work.
I used different languages as default language but no change.
I would be grateful if someone could come...
How To Copy MS Word mailing labels into ExcelI have a word doc that I want to put into Excel. I want to add some
more fields to the names and addresses. Is this simple or do I have to
learn how to program?
Michael Rodriguez
City of Grand Prairie
Michael, have you tried to copy and paste the data into excel?
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 97
** remove news from my email address to reply by email **
"Michael Rodriguez" <mrodrigu@gptx.org> wrote in messa...
How can I change 'Normal' Style for Word e-mails to 'Normal (Web)'?Hi, I'm using Word as my e-mail editor in Outlook 2003 and want to change
the default Style for e-mails from 'Normal' to 'Normal (Web)'.
The problem is that new e-mails and replies in HTML format use the 'Normal'
Microsoft Word 'Style', and this has no gap after paragraphs. The upshot of
this is that when sending an e-mail, I have to press return twice to create
a gap, but when the recipient views this, their software shows it as four
gaps (the extra carriage return I typed + their correctly viewed HTML
carriage return after each line).
E.g. I type this:
...
Invalid XML error when I open customization settingI have a problem when I try to open customization setting after I import an
entity. The system errored "Invalid XML" "The XML passed to the platform is
not well-formed XML". Please recommend how to resolve this problem. Thanks.
...
Linker Error after upgrade from VC7.1Hello all,
After upgrading a VC7.1 project to visual studio 2005, it failed to build in
the release configuration with the follwoing error :
1>nafxcw.lib(winocc.obj) : error LNK2005: "public: class CWnd * __thiscall
CWnd::GetDlgItem(int)const " (?GetDlgItem@CWnd@@QBEPAV1@H@Z) already defined
in InstallDlg.obj
The debug build works fine.
The project uses MFC in a static library.
Well, after doing some research, it seems that this one is tied to the fact
that in a release configuration, _AFX_ENABLE_INLINES is defined, so inline
functions are embedded in the .obj file.
Sure there...
Unexpected error message on closing an Excel fileSuddenly I am getting the following message when I try to close a workbook:
"Your formula contains an invalid external reference to a worksheet.
Verify that the path, workbook, and range name or cell reference are
correct, and try again"
The mysterious thing is that it does not happen consistently and that, after
I click OK after the above message, I can still save the file.
What might be the cause of this error message and can the "invalid
reference" be tracked down using one of the utility add-ins such as J.
Walkenbach's PUP?
If it only happens when you close ...
Outlook freezes after sending one email after upgrading 4.0We just upgraded from 3.0 to 4.0 this weekend. All client machines have had
the desktop client upgraded and 2 have the same issue. One is XP with Outlook
2003 and the other is Vista with Outlook 2007. Open opens and the CRM addin
initializes correctly. As soon as you compose and send an email, Outlook
locks up and you have to kill the process in task manager to close Outlook.
I've had the same problem and have tried all I can think of...how did you fix
this issue?
Thank you.
"Sander" wrote:
> We just upgraded from 3.0 to 4.0 this weekend. All client machines have...
CRM toolsHi,
I'm working with CRM, and i listening about many tools that i didn't
find. Example CRMDiag and more patches that repair a lot of knowed
errors and warrings. Anybody know an url to download them?
thanks
Hello,
If you have any problems with your CRM deployment you can issue a support
call to Microsoft Dynamics. They will supply you with these tools if this is
needed to resolve the case.
Best regards,
Merijn van Mourik
"makeio" wrote:
> Hi,
>
> I'm working with CRM, and i listening about many tools that i didn't
> find. Example CRMDiag and mor...
DNS Error on ExchangeI am getting the following error on my Exchange server. What is my problem?
Thanks.
Event Type: Warning
Event Source: smtpsvc
Event Category: None
Event ID: 2012
Date: 1/28/2005
Time: 12:01:53 PM
User: N/A
Computer: PUMA
Description:
SMTP could not connect to the DNS server '24.220.0.11'. The protocol used
was 'UDP'. It may be down or inaccessible.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: d5 04 00 00 Õ...
Is that a DNS server that's configured on your Exchange box? It shoul...
error on upgrade: ID 4386Hello,
I am upgrading from DPM 2010 RC to DPM 2010 RTM, 64 bit version, on Win 2008
R2 standard.
The RC is working without any issues. The upgrade scenario is supported.
At the very end of the process the upgrade fails giving me the following.
_____
The SQL Server installation failed because a restart was pending on this
computer. Restart the computer and then start DPM Setup again.
ID: 4386. Details: Unknown error (0x84be0bc2)
_____
Restarting the server does not correct the issue. On the next attempt I am
getting the same error message.
Where to look for the pending rest...
Upgrade CRM 4.0 Professional to CRM 4.0 EnterpriseWhen I enter the CRM license code in the Deployment Manager to upgrade to
Enterprise I get a message "The license code entered is not valid for
upgrade. Make sure you have entered the license code correctly, and then try
again". Do I have to reinstall CRM 4 to install Enterprise?
Hi,
what is your current installation? Professional?
Have you entered trial version license keys ?
/Aamir
Current is Professional. I got the key from our MSDN subscription which
didn't indicate a trial license. I was able to install the Enterprise edition
on a test server using the same key w...
error 0x800cc0fi installed windows xp, and i set up all my email
accounts. they are all working , except one: i receive
0x800cc0f message, which states that the service has been
interrupted, contact your ISP...., but this is not the
case, since my internet conneciton is working fine
all the account settings are correct
I am having the same problem. I have to close outlook and reopen to retrieve
all of my messages.
Have you found a resolution yet?
"Kerstin" wrote:
> i installed windows xp, and i set up all my email
> accounts. they are all working , except one: i receive
> 0x800c...
Send/Recieve error #3I had few viruses in my computer that I cleaned up.
Ever since, I face send/recieve error in my pop3 email
account. I think I deleted a driver or somthing.
Any idea?
...
Shared services admin page missingPS2007 SP2 FebCU and WSS 3.0 SP2 FebCU
Installed PS2007 and migrated data on a new dev server with win2k8.
Everything is running good and i even got through the migration. However, i
cannot build cubes. The error says that it cannot connect to the analysis
service Db, then below that is says "provider cannot be found..."
I used the technet guide in addition to MSProjectExperts Implementing and
Administering MOPS2007 to retrace my steps and it appears that I've not
missed any steps.
I then noticed that my SharePoint Services Provider admin site is no longer
a...
[Exchange 5.5]: Orphaned Object ODNDear All,
I would like to check ODN of a object which is replicated from another
server. I can't check same on originating server as it has been deleted over
there and shows orphaned object on my server.
Thanks in advance.
Regards,
Dhananjay
...