Real Time inventory transaction posting from visual studio sdkI'm trying to enter an inventory transaction (update/transfer) from
developer toolkit (visual studio sdk, not eConnect).
I don't manage to do that or to find the relevant procedures which enable me
to post a transaction.
Does any body have any idea regarding that or its only possible to do that
through dexterity and eConnect?
I'm trying to decrease depandancy from Dexterity and work either through the
code in c# or issuing transaction directly to DB to the relevat tables
according the sdk instructions.
my clients can not afford eConnect or integration manager as well they a...
Anyone installed c360's Activity Summary customization?I was just requested to insall c360's Active Summary customization and
need to know if anyone has any input that I need to be aware of.
Pitfalls, errors, problems, etc...
Thank you!
I don't have that product, however I wrote my own app to do the same
thing,.....but I'm famliar with how their product works (same as mine, no
big diff), and I can't think of anything that could go wrong. On the
database side its only doing reads, so its next to impossible for something
bad to happen. Just follow the instructions they have because you do have to
properly edit the ISV.config file,...
Need help triming a sentenceHello:
I would like to trim the following:
Specialty: Allergy & Immunology
to show only:
Allergy & Immunology
What formula can I use for this?
Thanks
With your text in A1, use:
=RIGHT(A1,20)
--
Gary''s Student - gsnu200909
"Jim" wrote:
> Hello:
>
> I would like to trim the following:
>
> Specialty: Allergy & Immunology
>
> to show only:
>
> Allergy & Immunology
>
> What formula can I use for this?
>
> Thanks
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
--
David Biddul...
EXE running from network share larger than EXE itself?I have a statically linked MFC EXE compiled with VS.NET 7.1 (2003). The EXE
is 1.7MB.
Hooking up a network bandwidth monitor I noticed that if I run the EXE from
a UNC path (ie. Start | Run | \\servername\share\blah.exe), the 1.7MB EXE
causes 5.3MB of network traffic to occur between my workstation and
\\servername.
The WMI is statically linked, like I said, although it does #import the WMI
libs and also some network libs (ADSI, Directory Services Object Picker,
etc.), but these libs will be used on the local machine, not the remote. In
other words, if I run my EXE from \\servername...
help with selections
I am a relative new user of excel but have a fair bit of experience with
Access.
In Access if fro example I wanted to select all the records from a
table where the price was above �10 and below �90 it would be a simple
query.
How do I extract a similar subset of data from an excel work sheet.
Any help would be appreciated.
--
josswallace
------------------------------------------------------------------------
josswallace's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=30229
View this thread: http://www.excelforum.com/showthread.php?threadid=499029
You cou...
Posting to a closed period (year in the past)At the beginning of the year, I started using a new company in GP. I
entered my 12/31/06 balances as a 1/1/07 journal entry. Now I want to back
up and enter the 12/31/05 balances, THEN close the end of year for 12/31/05.
Also, I want to go back and enter the monthly balances for 06, then close
2006 end of year.
I also plan to remove the 1.1.07 journal entry that we put in to get the
company started for this year. I know how to use integration manager to
import the records, but where I previously entered end of year balances for
05, it shows it as a historical year, and treats it a...
newbie help with elearning sample console.writelineI'm working on some elearning courses from MS
i'm such a beginner i don't even know how to test the sample codes
create a new windows app, new console app, new class library?
lessons never tell a beginner the basic stuff - they always assume more
knowlege than i have
:-)
in this example it writes to the console
but when i run it, the dos prompt window flashes open and closes too fast to
read.
how to keep it open or where else to see the results of console.writeline
i don't see it in immediate window nor in output window.
even if i start a dosprompt before running...
Outlook error after Smiley Hotbar for Outlook was installedUser installed Outlook Smiley Hotbar and now when she
sends an Outlook email receives the following error
message: Outlook executed an invalid instruction ub nidyke
<unknown> at 000:013f5352.
I have uninstalled MS Office 2000, deleted Temp and
Internet Temp, then reinstalled Office 2000. Uninstalled
Smiley in Add/remove programs and she still receives this
error message in Outlook, Note, it does send the email
still.
Locate outcmd.dat and extend.dat to reset the Toolbar and add-ins cache as
well.
In addition to that run an anti-spyware application as well.
--
Robert Sparnaai...
Posting "through" General LedgerThis is a multi-part message in MIME format.
------=_NextPart_000_005C_01C9C985.8B96F7D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Post Through General Ledger Files If you mark the Post Through =
General Ledger Files option, batches posted in other modules =
automatically will update the module in which the transactions =
originated and the appropriate posting accounts in General Ledger.=20
Somehow this is not working as mentioned above and I have to go Series =
Posting - Financial and PUSH almost all of the Batches to to post.
...
Help! Workspace creation failed and PS2007 still thinks it exists although I can't see it in PWAI had a workstation creation fail on an "XYZ" project. When I try to
re-publish using a different template (which I know works), it says
the workspace already exists. Problem is I can't see it in the
Project Workspaces area of PWA, nor from the Sites area of PWA, nor
from the Project Workspaces area of the Server Settings page, nor from
the Sites and Workspaces are of the Site Settings page (of PWA).
I've got to figure out what about the newly provisioned template it
doesn't like (I've since then changed to the previous version), but
first I need to get r...
Yahoo text has multiple deletions since '08 Word was installedVersion: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: intel
I've probably made some basic error with installing Office: mac 2008. Since doing so, I can't read much of anything on Yahoo. Many letters are missing; some are squished together. Is there are a problem with font compatibility? I'd welcome any suggestions on how to fix the problem. Otherwise, I'll need to uninstall and try again, which I suppose is not a bad initial strategy. Please help.
Simply shut the computer down, turn it off, then restart.
When you restart, you force a rebuilt of the font caches, ...
macro recording helpI need to pick four non-contiguous cells in a row, copy
them and then paste their values into a column
using 'paste special', 'value', 'transpose'. The
worksheet has one row of data, four rows for summary,
another row of date, four more rows for summary etc.
I can do this easily by clicking the four cells using the
mouse while holding down the control key, but I can't
find a way to do this that the macro recorder will
recognize.
Does anyone have a solution? Thank you. Kathy
Kathy
I turned on the macro recorder and selected 4 cells as you said you d...
Outlook 2003 "Install"s Each Time I Open ItRecently, Outlook 2003 seemed to freeze for a few minutes before it would
open. I went to the Control Panel and attempted to "Repair" the application.
In the process of the repair, the program in the Control Panel asked me to
locate a file. I retrieved the Office 2003 CD, placed it in the machine, and
pointed the installation program to the CD. Soon, the repair was done. I was
able to open Outlook with no problem.
However, the next time I attempted to open Outlook, and every attempt since
then, the machine runs a short installation program prior to running the
program. The in...
Help needed with multiple domainsWe recently acquired a medical practice office building and they're
asking questions about e-mail hosting. I need to know if exchange 2003
can handle this:
They have 12 small practices that would like to have their own
domain e-mail accounts (e.g. Surgical.com; genpractice.com, etc)
and we need to know if Exchange can be setup to handle e-mail for
these multiple domains? Or will it require an individual installation
for each domain?
If it CAN be done, where can I get information on the best way to set
this up? They will be relying on this heavily (including the
possibility of having BE...
Strange Outlook IssueExchange 2000 and Outlook 2000.
Two users open Outlook and it appears they have no new mail. If they hit
the Send/Receive button, still no new mail. They then open an existing
message in their inbox and new mail starts arriving in their inbox.
Any ideas?
Strange Outlook issue <StrangeOutlookissue@discussions.microsoft.com>
wrote:
>Exchange 2000 and Outlook 2000.
>
>Two users open Outlook and it appears they have no new mail. If they hit
>the Send/Receive button, still no new mail. They then open an existing
>message in their inbox and new mail starts arriving i...
Can't Open MS OL 2003Help !!! We have no idea why we can't open our Microsoft 2003 Outlook
today. We've used it for about 3 years without a hitch.
We shut the system down as normal last night, no windows were open. Today
when we attempted to check our mail we got a popup window with the
following:
* Cannot start MS Outlook
* Unable to open the Outlook Window
* The set of folders could not be opened
* The server is not available
* Contact your adminstrator if this problem persists.
The outlook.pst file is less than 1MB.
Fearing the worst, we copied and pasted the outlook.pst and the
archiv...
GP 8.0 + SQL Server 2000 SP4 (installing SP 4)Hello there,
We have running the GP 8.0 on a SQL Server 2000 database with no service
pack. I've just downloaded the SQL Server 2000 SP 4 and I'm planning to
upgrade the database.
I'm concerning as to whether or not there might be side effects on the GP
functionality if I install the SQL Server SP 4.
Is it safe to make this upgrade ? or Are there some technical issues ?
Thanks in advance.
Kind regards
Cesar
I've been running sp4 for months with GP 8, sp2, and I've had no problems.
...
Public Folder IssueHi Everyone,
Recently users who have owner permissions to a Public Folder in the Exchange
2000 environment get the message "Unable to create the folder. You do not
have sufficient permission to perform the operation". Can someome tell me
possible reasons why this would happen. It is not limitied to this one user.
Others have the same issue.
Thanks
Dear Miss Deep Thinker,
check the followign Microsoft Support Article, and let me know if it solved
your problem:
You Cannot Create a New Public Folder in Exchange 2000 Server or in Exchange
Server 2003
http://support.microsoft.c...
2000 File Export IssueRunning Outlook 2000 (9.0.0.2711) and trying to export a
date range to Excel. I'm following the instructions, but
all I get are the column headings -- no data. What am I
doing wrong?
...
Can someone help me with 'vbyesno' message boxI can seem to get it to work...
i just want it so when i click yes it executes some code
i've tried stuff like 'if vbyes = true then blah blah blah' and other
but it doesn't seem to wanna work....
[edit] o yea im usin xl 2k
--
Message posted from http://www.ExcelForum.com
Hi Devitt,
Try something like:
Sub Tester01()
Dim res As Long
res = MsgBox("Continue?", vbYesNo)
If res = vbYes Then
'Do something
Else
'Do somehing else
End If
End Sub
---
Regards,
Norman
"Devitt >" <<Devitt.1cq2qi@excelforum-...
Questions on MFC, DirectShow issuesHi all
Plz can any1 let me know the solution to any of these isssue
1. ChildFrameWnd (having 3 CView-derived classes) in a MDI-based application flickers. How do I avoid it? .. yes, I have tried returning TRUE in OnEraseBkgnd function
2. I have a avi player with a slider control (seek bar) which does not get updated as the avi file plays i.e; say a movie file is played, the seek bar does not traverse in time. I have the following code embedded
void PlayerView::OnTimer(UINT nIDEvent)
{
PlayerDoc* pDoc = GetDocument()
LONGLONG lPosition = 0
LONGLONG lDuration = 0
pDoc->m_pMediaSeek...
VBA Help #2In a user form I have 6 radio buttons, 3 inside one frame, and 3
indentical inside another frame. I want to be able to make it so that
the radio button selected in one frame cannot be the same in the other
frame? Hopefully this can be solved!
Thanks
** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Software! Free Support at
http://www.ozgrid.com/forum/ **
If I understand you correctly:
Assume Options Buttons1-3 in Frame1, OptionButtons4-6 in Frame2:
Private Sub OptionButton1_Click()
OptionButton2.Enabled = Not OptionButton5.Value
OptionButt...
Can't sum numbersI can copy and paste my debit card purchaes from my bank - online.
The numbers are in a column and appear as $14.34 (ex.)- with a dollar sign
in front of them.
I can't sum these numbers. I select them all and convert them to a number
format and they still won't sum.
I f2 the cell and remove the dollar sign and they still won't sum (sum = 0)
Any ideas?
Select the range and format the range as numbers and then and do Edit /
Replace, replacing the dollar sign with nothing. If it still won't sum, put
a 1 in an empty cell, copy it, select your data and do edit / Paste S...
Formatting helpI have an existing spreadsheet that I want to enter a date
in a cell. I formatted the cell for dates. When I enter
e.g. 1/26, the result is 01/00/00 and at the top it shows
=1/26. It appears that no matter which cell I use when I
enter the date as stated it does a calculation rather than
give a date. How do I stop the cells from doing a
calculation and just give me the date?
You have to enter the date in a format that Excel will
recognize, or pre-format the entry cells as text.
HTH
Jason
Atlanta, GA
>-----Original Message-----
>I have an existing spreadsheet that I want to ente...
ActiveX issue in PowerPoint 2003I used More Tools/"Microsoft Forms 2.0 Frame" to add a scrollbar to one
slide's image. This works fine, but now every time I open the saved file I
get the following message:
"This application is about to initialize ActiveX controls that might be
unsafe. If you trust the source of this document, select Yes ..." Well, of
course I trust the doc, because I'm the one who created it.
The message also states "If you have changed the default setting for ActiveX
initialization during the installation process ... the system will perform
the initializati...