Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, March 29, 2024 
 
View User Profile  

 User Profile - jose angel  
jose angel
none

fjrigjwwe9r1SiteUser:UserBio
fiogf49gjkf0d
i am a computer engeneer


Log in to send this member a message!
 


 jose angel's Contributions
jose angel has contributed 1 comments and 0 articles.
 
Select to view:    
Comment: Re: How to generically invoke the edit form for a SalesLogix datagrid
fiogf49gjkf0d
hi this is an emergency if any one can help me
y do all those step and it work fine its open diferent edit windows for diferent values in the data grid with some if clauses
the first time work perfect with this code
Sub EntityListDblClick(Sender)
select case entitylist.GetCurrentField("type")
case "OFFSHORE COMP."
entitylist.EditView.name="Personal:Offshore Edit"
entitylist.KeyField = "OFFSHOREID"
With entitylist
If Application.BasicFunctions.ShowViewForRecord(Left(.KeyField, Len(.KeyField) - 2), .EditView.Name, .GetCurrentField("OFFSHOREID")) = mrOK Then
.Refresh
end if
End With
case "TRUST COMP."
entitylist.EditView.name="Personal:Trust Info Edit"
entitylist.KeyField = "TRUST_INFOID"
With entitylist
If Application.BasicFunctions.ShowViewForRecord(Left(.KeyField, Len(.KeyField) - 2), .EditView.Name, .GetCurrentField("TRUST_INFOID")) = mrOK Then
.Refresh
end if
End With
end select
End Sub

but the second time i choose a diferent row with different .KeyField and entitylist.GetCurrentField(xxx) return the same value that the first time and stay with that value until you close saleslogix
any subjestions?


thanks
jose matheus



Author: jose angel - 7/28/2005

 


 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 3/29/2024 10:17:58 AM