Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Monday, August 18, 2025
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)
8/18/2025 4:28:39 PM
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!
Architect Forums - SalesLogix Scripting & Customization
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.
Forums RSS Feed
Back to Forum List
|
Back to SalesLogix Scripting & Customization
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Check datagrid for rows
Steve Knowles
Posts: 657
Check datagrid for rows
Posted: 11 Apr 07 12:23 PM
Is there an easy way to tell if a datagrid has records or not? Thanks
[
Reply
][
Quote
]
Ryan Farley
Posts: 2265
Re: Check datagrid for rows
Posted: 11 Apr 07 12:51 PM
If DataGrid1.Recordset.RecordCount = 0 Then MsgBox "No Rows!"
-Ryan
[
Reply
][
Quote
]
Steve Knowles
Posts: 657
Re: Check datagrid for rows
Posted: 11 Apr 07 1:00 PM
fiogf49gjkf0d
Thanks Ryan. Another one - How can I disable a popup menu item programatically?
DataGrid1.PopupMenu.Items.????? - not sure where to go.
Thanks
[
Reply
][
Quote
]
Raul A. Chavez
Posts: 1300
Re: Check datagrid for rows
Posted: 12 Apr 07 12:06 AM
Assuming that the Index of the Item that you want to disable is 1:
DataGrid1.PopupMenu.Items(1).Enabled = False
[
Reply
][
Quote
]
Steve Knowles
Posts: 657
Re: Check datagrid for rows
Posted: 12 Apr 07 9:10 AM
fiogf49gjkf0d
Thanks Raul. That's the ticket.
[
Reply
][
Quote
]
RJ Samp
Posts: 973
Re: Check datagrid for rows
Posted: 10 Feb 08 12:05 AM
Unfortunately that's a big assumption on the PopUpMenu Items.
Why are the Popup Menu Items 0,1,2,.....when you perform an AXFormChange....and then bump up by the number of
grid.EditOptions.ShowEdit = TRUE
plus 1
that are True?
[
Reply
][
Quote
]
Page 1 of 1
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!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 8/18/2025 5:04:53 PM