7/6/2025 3:32:33 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Question about new forms and tnameedit
Posted: 27 Sep 10 4:36 PM
|
Hi. Im new using sales logix and im doing some changes to the module of contact detail, i needed to add a field to the form that allows to change the name information, i coulnd because is a control, so i decided to create a new one, i did but my question is if its possible to return a value from one form to another. For example, i added a textedit control to contact detail and at the double click event it raise my form, can i send the value that i alreadymanipuladed to detail account form?
Thanks
|
|
|
|
Re: Question about new forms and tnameedit
Posted: 28 Sep 10 12:17 AM
|
Not 100% sure what you are trying to do, however you can either use the GlobalInfo Collection (lookup globalinfo in dev guide) or you can pass it through when you call the new form using mainviews.
Set objMainView = Application.MainViews.Add("custom_form_family:custom_form_name", 0, False) objMainView.DetailsView.youreditbox.text = "your value from calling form"
|
|
|
|
Re: Question about new forms and tnameedit
Posted: 28 Sep 10 1:23 PM
|
Hi. Thanks for the code, it helps me alot.
Im pass from one problem to another. Im trying to modify the tool bar Lookup Toolbar, because i added a new textbox at the form that calls it. But i need to look for the second last name, but i ce that the lookup that the tollbar buton calls is QBE but i cant find it. Do you know where can i find it or how can i change it? Thanks |
|
|
| |
|
Re: Question about new forms and tnameedit
Posted: 28 Sep 10 9:32 PM
|
Hi. I modified the QBE form, i added a new textfield. That i want to do its that when i click ok buton, it takes the information of my textbox. i found that the tool uses a function called QBE, i went to manage function and i see it, but i cannot edit it. There is a way to modify this function or should i create a new look up or function? Thanks.
My msn is alukard_x@hotmail.com my gtalk is dante2000@gmail.com I would really apreciate your help.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|