From somesh_au at yahoo.com Wed Mar 28 04:04:42 2018 From: somesh_au at yahoo.com (Somesh Das) Date: Wed, 28 Mar 2018 09:04:42 +0000 (UTC) Subject: [gme-users] About creating a link for a model in GME References: <1925110179.154934.1522227882841.ref@mail.yahoo.com> Message-ID: <1925110179.154934.1522227882841@mail.yahoo.com> Hi,I want to create a link to select a model in the parent model in GME. To make a link like this I wrote following javascript: javascript:gme.MgaProject.BeginTransactionInNewTerr();gme.ShowFCOPtr(gme.MgaProject.GetFCOByID("id-0065-0000001b"),true); gme.MgaProject.CommitTransaction(); However, when I run this script in GME, it gives the following error: - Scripting Error at Position: 54 Line: 0 - - Input parsing failed! - Scripting Error: 0x80020101 I also tried to define the relative path of the model in gme.ShowFCO method and wrote following javascript: javascript: gme.MgaProject.BeginTransactionInNewTerr (); gme.ShowFCO("/TemplateModel/R10_SpecContent/R10_SpecObjects/Signal_value_transfer_appliappli_new_value/TO_Signal value and data type conversion", true); gme.MgaProject.CommitTransaction (); This gives the following error : - Scripting Error at Position: 58 Line: 0             Type mismatch - Input parsing failed! - Scripting Error: 0x80020101 Can Anybody explain to me why I am getting this kind of error? Thanks & Regards Somesh Das -------------- next part -------------- An HTML attachment was scrubbed... URL: