Data types and widgets allowed in data grid

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JEfromCanada
Posts: 7
Joined: Wed Jul 07, 2010 1:43 am

Data types and widgets allowed in data grid

Post by JEfromCanada » Wed Jul 07, 2010 2:25 am

I am new to Rev, having purchased my package during the last Mega promotion, but having not yet begun to use it until yesterday.

I want to create a table for data entry - one line per record - where each column will be a specific data type. I see a way to create Text, Numeric and Date columns, but what I'd like to do is create a TEXT column comprised of codes that can be selected from a dropdown list or radio buttons.

So, is there a way to create a radio button as one of the columns in a data grid table? My users won't know what internal codes to enter into specific fields, so I'm trying to make it easy for them to do the data entry.

I saw mention of a Data Grid Manual in some of the posts, but I haven't been able to locate it. Is it separate from the standard RunRev User Manual?

Thank you for any assistance.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Data types and widgets allowed in data grid

Post by Klaus » Wed Jul 07, 2010 10:14 am

Hi JE,

look here:
http://revolution.screenstepslive.com/s ... s/datagrid
You can also download the docs as a PDF file from there!


Best

Klaus

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Data types and widgets allowed in data grid

Post by trevordevore » Wed Jul 07, 2010 1:38 pm

While the link Klaus pointed to you is still valid and up to date you can now find the docs on the RunRev lessons site.

http://lessons.runrev.com

In addition to the Data Grid manual there are a lot of other lessons that help you accomplish common tasks.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

JEfromCanada
Posts: 7
Joined: Wed Jul 07, 2010 1:43 am

Re: Data types and widgets allowed in data grid

Post by JEfromCanada » Fri Jul 09, 2010 1:18 am

Thanks to both of you for pointing me in the right direction.

Post Reply