DataBase - Dexterity - Problem opening Serial number entry window
Asked By swethaher
11-Dec-08 01:06 PM

Hi,
I am creating a window that is similar to the 'Item Transaction Entry
window' .
In the 'Item Transaction Entry' window of GP, if the Document Type is set to
'Adjustment', it opens the 'Item Serial Number Entry Widnow' when a
serialized item is entered in the scrolling window.
Similarly i want to open the Item Serial Number Entry window, if the user
enters a serialized item in the scrolling window i create.
So, i added change script in the scrolling window I created to open 'Item
serial number entry window' if the item entered in the line is serialized
item.
I used the following script if the item entered is serialized item:
open window IV_Transaction_Serial_Numbers of form IV_Transaction_Entry.
But, this script fails to open that window as the IV_Transaction_Entry form
isnt opened. I just want to see the IV_Transaction_Serial_Numbers window of
form IV_Transaction_Entry.
Is there a way i could open this window? or do i need to create my own window?
It would be easier for me if i could use the IV_Transaction_Serial_Numbers
window than creating one similar to that.
Thanks,
swetha
Dexterity
(1)
Blogster
(1)
Mariano
(1)
Gomez
(1)
Enty
(1)
Window
(1)
Swetha
(1)
SKR
(1)
MarianoGome replied...
Swetha,
Since the IV_Transaction_Serial_Number is a window within the
IV_Transaction_Entry form, I am afraid you will have to create your own
window. However, what I suggest to you is duplicate the IV_Transaction_Entry
form, with a new name of IV_Transaction_Serial_Number, then remove the other
windows from your duplicated form (IV_Transaction_Enty,
IV_Transaction_Accounts, IV_Transaction_Lot_Numbers, and
IV_Transaction_Date). You will also need to change the Auto-open property of
the window back to True.
Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
build number is 6.00g52? Thank you. Don Great Plains Discussions EEnterprise (1) Newsletter (1) Dexterity (1) Blogster (1) Leugers (1) Mariano (1) Whaley (1) Gomez (1) 6.00g52 corresponds to Service Pack 5 if my mind serves me correctly. When working with this service pack, your Dexterity runtime should be 6.00m064. 6.00g45 corresponds to Service Pack 4, and the matching Dexterity runtime is 6.00m061. 6.00g5 is the RTM. Best regards, - - MG.- Mariano Gomez, MIS, MCP, PMP Maximum Global Business, LLC http: / / www.maximumglobalbusiness.com The Dynamics GP Blogster
in the smartlist. Great Plains Discussions SQL Server (1) VBA (1) Database (1) Smartlist (1) Blogster (1) Mariano (1) Gomez (1) Toby (1) Quick question, what do you store in user defined 1? Best regards, - - MG.- Mariano Gomez, MIS, MCP, PMP Maximum Global Business, LLC http: / / www.maximumglobalbusiness.com The Dynamics GP Blogster at http: / / dynamicsgpblogster.blogspot.com User defined 1 is a string containing a date and terms. What does this field represent in relation to the service call? Best regards, - - MG.- Mariano Gomez, MIS, MCP, PMP Maximum Global Business, LLC http: / / www.maximumglobalbusiness.com The Dynamics GP Blogster
For you to review the source code for the functions you would need to use Dexterity and belong to the source code program to have access to the source code. RW_GetDepositAmount For you to review the source code for the functions you would need to use Dexterity and belong to the source code program to have access to the source code. \ par Services will give you the flexibility you need for a distributed environment. Best regards, - - MG.- Mariano Gomez, MIS, MCP, PMP Maximum Global Business, LLC http: / / www.maximumglobalbusiness.com The Dynamics GP Blogster at http: / / dynamicsgpblogster.blogspot.com Wrong post! Please disregard. - - Best regards, - - MG.- Mariano Gomez, MIS, MCP, PMP Maximum Global Business, LLC http: / / www.maximumglobalbusiness.com The Dynamics GP Blogster at http: / / dynamicsgpblogster.blogspot.com David, Thank you for your response. The function definitions your
Dexterity Tables DataBase Hi When we create a table while creating a new form using dexterity and selecting SQL as a database type where is this table created? I could not Great Plains Discussions Dynamics GP 9.0 (1) SQL Server (1) SetCreateMode (1) Database (1) Dexterity (1) Musgrave (1) Serif (1) Asia (1) - -- -- - = _NextPart_0001_1FB09E45 Content-Type: text / plain Content-Transfer-Encoding: 7bit The tables are not created automatically from a Dexterity table definition. If you want the have the table in the System (DYNAMICS) database, use database. Please look at the articles on the page http: / / blogs.msdn.com / developingfordynamicsgp / pages / dexterity-articles.aspx In particular: How to create SQL tables for an integrating Dexterity program (KB 874554) https: / / mbs.microsoft.com / knowledgebase / KBDisplay.aspx?scid = kb;en-us;874554 How to control the location of the Dexterity tables in SQL Server by using Dexterity path names in Microsoft Dynamics GP 9.0 or in Microsoft Business Solutions - Great Plains
dexterity ADO DataBase Hi I am new to dexterity can somebody send me the ADO code to open a connection in dexterity Regards Thiru Great Plains Discussions Blogster (1) Thiru (1) Developingfordynamicsgp (1) Dexterity (1) Rm00101 (1) PMP (1) If you are working in Dexterity, what are you trying to open? If it is Dexterity related, then http: / / blogs.msdn.com / developingfordynamicsgp is the one-stop-shop for Dex. He display the entire customer id in the list or combo box Thiru, when you develop Dexterity customization for Microsoft Dynamics GP you need not use ADO to access any of the