Login / Register  search  syndication  about

          SalesLogix Questions & Answers

Your place to get answers to your SalesLogix related questions.

 Home  |   Subscribe via RSS  |   Subscribe via E-mail  |   

Can someone tell me the syntax to dynamically populate a SalesLogix data grid?

Question:

Can someone tell me the syntax to dynamically populate a SalesLogix data grid?

I have a custom Account tab/grid that shows records from a custom table. I want to put a datagrid on the Add/edit form for that tab that I can populate with a record set from the USERINFO table.

I know that this task should be pretty easy, but I don't know the syntax to get the record set and use it to populate the data grid.

 

Answer:

You can use a recordset (dgGrid.Recordset = rsRecordSet, I believe). However, I generally use the SQL property.

dgGrid.SQL.Text = "SELECT FirstName, LastName FROM UserInfo"
dgGrid.Refresh

This implies that you've configured the Columns property through the Property window. Many times, you may even want to manage the columns via code... which is the route I often go. Ryan Farley has an excellent article on this: http://www.slxdeveloper.com/page.aspx?id=35&articleid=26 If you're struggling with recordset syntax, you should be able to google something like "vbscript recordset tutorial" or even look at existing forms within SalesLogix. Also, you can add the System:SLX Database Support script via "Include Script". This include script has a class that simplifies some database tasks.

What's This?
  
Bookmark and Share

About SalesLogix Support

   Your SalesLogix Business Partner for SalesLogix Support.


Related Content
   Upgrading SalesLogix vs Migration to SalesLogix version 8.0
We want to get off the desktop versions and into the Cloud. I have been working with Sage and our BP alr
Posted on Jun 19, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   I receive an error when I try to run the SalesLogix sysdbafix_script.
I receive an error when I try to run the SalesLogix sysdbafix_script. I have: * Windows Serve
Posted on Jun 05, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Web Core Update 03 Now Available for v8
This is an important update that includes several new features as well as addressing multiple defects.&nb
Posted on Jun 05, 2013 by Scott Weber to SalesLogix Product Blog
 
   Can I add Services as Products in SalesLogix?
Can anyone recommend a way to add Services as Products? We are a services based business and our quot
Posted on Jun 04, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is there an issue with the SalesLogix Web Administrator version 8.0 in regards to adding users to Team Membership?
Question: In my database, it appears two users belonging to the same teams, have access to a different am
Posted on May 22, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

No Comments
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register