Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"String missing" and "Not found" trying to use Dex to modify 1

Status
Not open for further replies.

mattwennerlund

Programmer
Jul 18, 2007
3
US
I am trying to use Dexterity to modify a Project Accounting form. When the form is opened from the PA dictionary, many fields and tables are listed as "String missing" and "Not found".

Am I missing a file somehow?

Thanks,

Matt
 
Matt

Simple Answer: You cannot use Dexterity to modify a 3rd party form. You can use Modifier and VBA.

You can create a Dexterity Customisation which uses a parallel window or triggers to change the behaviour of the window, but there is nothing in the Dexterity architecture to support an alternate version of a 3rd party window.

The reason you are seeing [NOT FOUND] and "String Missing" messages, is that you have opened an extracted dictionary. This only contains the changes and additions to the core DYNAMICS.DIC for Project. All the core resources (with an ID < 22,000) are not present and so the messages.

You will need to create a combined dictionary with a copy of DYNAMICS.DIC to see the dictionary without errors, however you still will not have access to the source code.

I suggest you look at the Integrating with 3rd Party Dictionaries and Pushing the Limits with Dexterity conference materials on the Training page of
Look at the materials above or at this KB for how to create a combined dictionary.


David Musgrave [MSFT]
Escalation Engineer - Microsoft Dynamics GP
Microsoft Dynamics Support - Asia Pacific

Microsoft Dynamics (formerly Microsoft Business Solutions)

mailto:David.Musgrave@online.microsoft.com

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
I wondered if that was the case. We do not have Modifier/VBA and I was asked to see if I could make the change with just Dexterity. I have downloaded and looked at the winthropdc materials previously, and will look through them again.

Thanks for your help.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top