Similar Threads:
1.Resource Properties Not Available - Common Resource Pool
A new project is created when you select Open All Sharer files while opening a common resource pool. With Project 98, this new project behaved like any other project and you could, for example use "ActiveProject.Resources.Count" to return the number of resources associated with the new project
I find that with Project 2002, I cannot seem to get any resource properties for the new project created as described above. For example, even though I have over 200 resources that show up on the resource sheet for Project 2, the VBA statement "ActiveProject.Resources.Count" returns 0
Any idea how to get the resource and assignment properties when working within the summary project that is created when you open a common resource pool with all sharer files (under Project 2002)
Thanks in advance
2.Resource Properties Not Available - Common Resource Pool - Answer
Answered my own question (finally
needed to change from
For Each res In ThisProject.Resource
For Each asgn In res.Assignment
to
For Each subprj In ThisProject.Subprojects 'subprj has been delcared as a Subprojcet typ
For Each res In subprj.SourceProject.Resource
For Each asgn In res.Assignment
Takes much longer and is not as clean. I suppose there must be some benefit to the added abstration but I have yet to discover any such benefit
I hope this helps someone else
joe
3.Failed to load resources from resource file, please check your set up - repost
Hi,
I have written an application in VB.Net which runs well on my development
PC. However on a few clients machines, at apparently random intervals, they
get the above message and the programme crashes out. The error isn't
occurring during set-up, but during use of the programme.
I am having trouble trapping for this as I don't know what it means and
therefore what might be causing it.
As far as I know, I am not using any resource files (though that may be my
lack of knowledge!!)
I have searched the web and found a few examples of this but none of them
seem to fit my issue.
The programme displays stock charts and analyses the data within them.
I am running VS2003 with Windows XP service pack 2 with 1gb Ram
The clients are a similar spec.
Any help would be much appreciated
Simon
4.Excel (VBA) 2007 workbook in 2003 - available resources??
I have created from scratch a new main workbook and several 'satellite'
dynamically populated/'built' report templates - in 2007 (as, 2003 to 2007
seemed to fraught with danger).
All runs well, I have saved versions of the 2007 workbooks as 97-2003
workbooks with a couple of compatability 'fixes' around colour formats and
shape formats. In 2003, I can run these (both the master workbook and the
report templates )independantly and all works fine.
But - if I call the report via the parameter selection main workbook
reporting FORM - the report is found, opened, parameters populated, list
boxes filled and report dynamically structured - all well. THe code then
seeks to return to the main workbook to wrap up there - - and, alas, XL
either falls over OR I get the following message (ad-infinitum):
"Excel cannot complete this task with available resources. Choose less data
or close other applications."
Note - if the report is already open - and NOT opened via the procedure -
then, all is fine again - however, that's not really sustainable - to open
all report templates first...but - even though there ARE not links, is there
some silly order of opening issue here?
----any ideas??
There ARE pictures and shapes and activeX combo boxes on the report template.
The main workbook has pictures, shapes (acting as buttons), forms galore.
I've already found that using a 'shape' in 2007 to close a workbook is
dangerous and use activeX controls for that. I'm just a tad nervous about
this whole 2003/2007 thing.
5.Retrieving a list of available fonts on system.
Hi,
How would I return a list of available fonts. I'm writing a simple word
processor, and have got the font dialog working, but wanted to create a
toolbar dropdown with a list of fonts in, instead.
I'm not a 'hardened programmer' ;-) so any simple examples out there??
Thanks in antipation
jonesG
6. System.OutOfMemoryException with plenty of memory available
7. all the number formats available on the system
8. CR 7.0 : some fonts are not available in font combo in 2k system