Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Sunday, November 24, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/24/2024 7:21:40 PM
slxdeveloper.com
Now Live!
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:
Comments
Articles
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
|
page cache (param): 11/24/2024 8:20:44 PM