Create Multiple Bugdets within a Fiscal YearWe have a client looking to create multiple budgets under one year, is this
possible with Microsoft Dynamics GP 9.0?
Yes
On Wed, 10 May 2006 12:31:02 -0700, Lisa
<Lisa@discussions.microsoft.com> wrote:
>We have a client looking to create multiple budgets under one year, is this
>possible with Microsoft Dynamics GP 9.0?
You can have an unlimited number of budgets for the same fiscal year.
--
Victoria Yudin
GP MVP
"Lisa" <Lisa@discussions.microsoft.com> wrote in message
news:D309603F-76EF-4EB3-8226-B631C91463EA@microsoft.com...
> We have a client lookin...
Huge file sizeIf I add an image to my Pub 2002 publication, the file size increases (that's
normal)--but if I remove the image, the file size does NOT decrease---it
remains the same. Apparently, it is cumulative---right now I am working with
a Godzilla 339MB file size. Even if I remove all of my images from the
publication, and I have nothing but text, the file size remains huge. Can
anything be done to decrease the file size of an existing publication?
Dave Block
Tech Writer
Long Island, NY
Dave Block <DaveBlock@discussions.microsoft.com> was very recently
heard to utter:
> If I add ...
XML HeaderHi,
I have some XML doc loaded in a C# Web Service.
XmlDocument doc = new XmlDocument();
doc.LoadXml(myDoc);
Code Missing to manipulate header (I would like to replace or manupulate all
these XXXXX):
<mso-XXXXXX productversion="XXXXXX">
<mso-application progid="XXXXX"?>
doc.Save(myNewDoc);
Any idea on how to access and manipulate data within the doc header?
Thanks
vbdev
vb6dev2003 wrote:
> I have some XML doc loaded in a C# Web Service.
> XmlDocument doc = new XmlDocument();
> doc.LoadXml(myDoc);
>
> Code Missing to manipulate header ...
problem writing in INI fileHi,
I want to write a long file path in an INI file. I have written
following function to write in INI file:
void Ini_ParamFileWriteField(CString strSection, CString strFieldName,
CString strFieldValue)
{
LPTSTR pSection = strSection.GetBuffer (5);
LPTSTR pField = strFieldName.GetBuffer (256);
LPTSTR pResult = strFieldValue.GetBuffer (256);
BOOL b =
WritePrivateProfileString(strSection,strFieldName,strFieldValue,INI_FILE);
}
This function writes successfully in the INI file, but file names
writen are not complete (a part of file name is written at the end of
the section). Following are...
Creating MailboxesHello,
I am using and LDAP string, similar to the one below to
create a mailbox in exchange 2003, does anyone know if it
is possible to set the email address using this method?
If not, does anyone know of an alternative method? And is
it possible to create and delete users in exchange 2003
using a .csv file import?
Thanks in advance,
Adam
http://support.microsoft.com/default.aspx?scid=kb;en-us;237677
http://support.microsoft.com/default.aspx?scid=kb;en-us;327620
http://support.microsoft.com/default.aspx?scid=kb;en-us;298882
Adam wrote:
> Hello,
>
> I am using and LDAP str...
creating bar graphHello,
I would like to create a bar-graph using the below data's.
---------------------------------------------
Avg. Temp Low Normal High |
---------------------------------------------
Jan 45.5 25 35 45 |
Feb 28.6 18 25 35 |
Mar 47.3 27 36 48 |
April 51.4 31 39 51 |
---------------------------------------------
Conditions:
1) If the Avg. Temp is below the "Low" value , bar colour should
indicate in Yellow.
2) If the Avg. Temp is Below the "Normal"...
Problem opening an XML file in ExcelI have Excel Professional 2003 (11.6113.5703) which has an XML conversion
function but am not able to successfully open an XML document.
I am working on a source file which was sucessfully opened by another part
who also has Excel professional 2003.
We both went through the same process, but she did not get the "Microsoft
Office encountered errors when importing the following files" but I did. Her
Excel file formats correctly using the XML tags as column headers, my file
does not.
Here is how I opened the file:
>Opened as XML list, OK. Then a message, "The specified...
Read XHTML into XMLHi all,
I need to read/parse XHTML aspx pages and look for certain tokens and
content. How can I use a XmlTextReader for this? If not, any other ideas?
Thanks in advance,
JA Reyes.
Jose Antonio Reyes wrote:
> I need to read/parse XHTML aspx pages and look for certain tokens and
> content. How can I use a XmlTextReader for this? If not, any other ideas?
If the pages are well-formed XHTML then it is possible to use XmlReader
(in .NET 2.0/3.0) or XmlTextReader (in .NET 1.x) to parse the XHTML
documents. You can also use the other XML APIs .NET provides so using
XPathNavigator and/o...
How to invoke the xml editor?I installed vs2005 on a new xp pro machine, and installed everything
except C++. When I click on a file with a ".xml" extension it is
opened with IE. When I click file/Edit with XML Editor, it opens it
with Notepad. If I click File/Open With and select XML Editor, it
opens it with IE. So, where is the xml editor?
Can it be invoked from withing VS? Where?
Bill
* billsahiker@yahoo.com wrote in microsoft.public.dotnet.xml:
>I installed vs2005 on a new xp pro machine, and installed everything
>except C++. When I click on a file with a ".xml" extension it is
>opened ...
Offline synch using XML web-servicesThis is a bit long-winded. Can somebody read thru these 2 use cases, and
tell me if it is feasible ? :-
Use Case : Replication before Offline Synch
Scenario 1 : Oracle Server , MSDE client
1. User clicks on 'Go Offline'. System creates a MSDE SQL database in
laptop (client), gets the schemas of the tables in Oracle, creates
corresponding tables in client's MSDE SQL (mapping Oracle datatypes to SQL
datatypes).
2. Offline replication program reads in the tables of the server into a
typed datasets, converts the typed datasets into XML, and stores the XML in
the client. (XML serial...
Data File Not Closing Properly #2Just what does one have to do to properly close a data file (Outlook 2007)?
I am consistently getting a message on opening Outlook 2007 that my data
file did not close properly.
Second question: Why does it take soooo long for messages to download from
the IP server? It seems I'm waiting an awfully long time for the messages to
start coming in.....and once they do start downloading, they will stop after
just a few messages, wait a bit, and then start up again. If I go to the
website connection for my mail it's there right away. (My IP is SBC/Yahoo.)
Jan Groshan <jangro@p...
how can create stacked column chart join with lineDear
I am trying to create stacked chart which data point join with line
but I am unable to create.
Pls some one help me.
thanks
Hi,
In xl2003, create your stacked column chart and then double click one of the
series.
On the Series option tab select Series Lines.
In xl2007, create your stacked column chart and then apply series lines via
Chart Tools > Layout > Analysis > Lines > Series Lines
If these are not the sort of lines you mean you need to provide more
information.
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
<cdac.anand@gmail.com&g...
XML Serialization ... how to truncate <?xml...While xml serializing object how can I truncate <?xml ...?> this line alone?
I need to send the serialized xml data to a web method ... since SOAP
already have <?xml tag there was some confusion
Any help would be greatly appreciated
Thank you
Regards
Raj
Raj wrote:
> While xml serializing object how can I truncate <?xml ...?> this line alone?
Serialize to an XmlWriter created with XmlWriterSettings where you set
OmitXmlDeclaration to true.
--
Martin Honnen --- MVP XML
http://msmvps.com/blogs/martin_honnen/
...
cannot restore pst files.... heartattack timeFor the first time I archived Outlook Today and my Personal Folders, date of
today. I did not know it all would be swept away into the dungeon...
I also have a separate (automatic) Outlook.pst file (304.049 KB years of
research) which is still keeping up with the clock... but I cannot restore
any of them.
The only thing has been the duplicating of Outlook Today Folders (NOT
Personal folders), but all folders are empty except for Contacts and
Calendar.
I have used the wizard and also followed the instructions below... no
postive results.
I use Windows ME and Outlook 2000.
please help!
jopie
...
Free map XML web service?
I want to create an XML web service that allows a user to enter two U.S.
addresses, and be able to obtain step-by-step driving directions.
At first I was hoping that Yahoo or Mapquest would have a web-based API
that I can use, but I can't find any APIs for them. PLEASE let me know
if they (or any other map sites) have these APIs.
So my second alternative is to find a free XML web service somewhere out
there that can provide more or less the same functionality. That way, I
can still create my custion XML web service, and have it call the 3rd
party web service to do the job.
Microsoft&...
Copying excel file to wordI have an excel file that i must fit onto an 11x8.5. In excel i can just
shrink the page to 45%, but when i copy the table into word it is too big.
Is there a way to shrink the data to fit
Select the area in the worksheet that you want to copy.
While holding down the SHIFT key, pull-down Edit > Copy Picture and do the
copy.
In Word, just paste. You have just pasted a picture in Word. Because it is
just a picture you can move it, re-size it or rotate it to your satisfaction.
Have a good day
--
Gary's Student
"Gary" wrote:
> I have an excel file that i must fit...
String to xml documentHi there,
I was hoping someone can help me with a little problem I can't seem to find
any answers to.
I've got a form wich will be posted. On receiving the post I would like to
parse a formvar to a xml document.
The contents of this formvar (string) will be a valid xhtml document.
Can someone give me a startertip (or more :-)) on how to achieve this?
tnx in advance,
James van der Veen
Sjeems wrote:
> I was hoping someone can help me with a little problem I can't seem to find
> any answers to.
>
> I've got a form wich will be posted. On receiving the p...
log file deleted by AV software. please help!yup, norton AV deleted my E00.log file and im in big trouble. please tell me
the quickest, easiest way to recover from this. 100+ users are ready to kill
me!
thank you in advance.
You will need to perform a restore. Do you have recent backup of your
Exchange Server?
--
John Oliver, Jr.
MCSE, MCT, CCNA, Exchange MVP
Microsoft Certified Partner
<jjd228@NOSPAMoptonline.net> wrote in message
news:72GGc.59539$kz.11085057@news4.srv.hcvlny.cv.net...
> yup, norton AV deleted my E00.log file and im in big trouble. please tell
me
> the quickest, easiest way to recover from this. 100+ ...
my excel files are being opened in Word and are unreadable Why?Files are being saved in the correct format and can be opened normally from
the recent files section of the File Menu in excel. The copmputer tried to
open them in Word from My Computer
Change the file association for the XLS extension.
Open Win Explorer and browse to an Excel *.xls file.
Right-click and "Open With".
Select Excel and "Always use this etc."
Alternative......................
Close Excel first and On the Windows Taskbar
1) Start>Run "excel.exe /unregserver"(no quotes)>OK.
2) Start>Run "excel.exe /regserver"(no quotes)&g...
How do I resize a pie chart created in excel to make it larger?How do I resize a pie chart created in excel to make it larger?
Hi,
You can increase the size of the plotarea. To select the plotarea on a
pie chart imagine the pie is contained within a box and click in one the
the four corners.
Another way is to use the up/down arrows to cycle through the major
chart elements such as plot area, legend, data series, titles.
Cheers
Andy
Deborah wrote:
> How do I resize a pie chart created in excel to make it larger?
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
...
Beginner of XMLI am a beginner of XML.
I want to group some files together with a xml file. (it includes a text
file, and an image file and a video file)
Can someone show me some guidelines?
Please help.
...
auto update excel filesI have an excel file with 5 worksheets.1 of the worksheet is a raw data and
another one is a master.What I am required to do is that when I add a new
data(row),it should be automatically updated at the master. And it should
also be able to auto sort the new data and the respective columns.Is it
possible?
I have been on it for weeks and I need the solution asap.Help will be much
appreciated.
Should be pretty simple with a worksheet_change event
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sh...
How do I create a population pyramid?I wish to create a population pyramid - using male and female figures
Hi,
Here is some details on creating pyramid (tornado) charts
http://peltiertech.com/Excel/Charts/tornadochart.html
http://www.andypope.info/ngs/ng3.htm
http://tushar-mehta.com/excel/software/tornado/index.html
Cheers
Andy
ian_s_mcd wrote:
> I wish to create a population pyramid - using male and female figures
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
...
Valid xml to read from an xml file?I'm using vb.net, i get an error at the reader line saying the remote
server can't be found. Is the below even valid?
dim reader as XmlTextReader
reader = new XmlTextReader ("http://www.mysite.com/my.xml")
do while (reader.Read())
'do some action here
response.write(reader)
loop
thanx
chumley
XmlTextReader uses System.Net.WebRequest under the covers -- see if you can
figure out how to create a connection that way. Usually there's some proxy
server information missing that you can enable if you use WebRequest
directly, and then pass the result of GetResponse()...
How do you incorporate a PDF file into a publisher file?
Depends on what I want to do with the info. Specifically what are you going
to do with the .pdf info?
--
JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"
"Betty@HusseyCo" <Betty@HusseyCo@discussions.microsoft.com> wrote in message
news:84A167CF-0FBD-49F3-A36D-9739D62A1D6F@microsoft.com...
>
Insert, Object...
--
Mary Sauer
http://msauer.mvps.org/
"Betty@HusseyCo" <Betty@HusseyCo@discussions.microsoft.com> wrote in message
news:84A167CF-0FBD-49F3-A36D-9739D62A1D6F@mi...