Search found 5 matches

by RBarker
Fri Dec 21, 2012 3:04 am
Forum: Talking LiveCode
Topic: Datagrid Scrolling
Replies: 1
Views: 2156

Datagrid Scrolling

My datagrid is suddenly not scrolling - the scrollbar works but the corresponding data is not showing. I don't know what I've done wrong to cause this - I've tried changing various datagrid property settings but nothing makes a difference. I am fairly new to livecode but have created quite a few dat...
by RBarker
Sun Dec 02, 2012 11:37 pm
Forum: Talking LiveCode
Topic: Send email by SMPT server not using client
Replies: 4
Views: 5316

Re: Send email by SMPT server not using client

I have seen a lot of references to Sarah's email via SMTP server code but I cannot access it (just get 'REVO2700' displaying) - does anyone else have a copy of it? Or is there another way to access it? Thanks
by RBarker
Thu Sep 27, 2012 1:59 am
Forum: Talking LiveCode
Topic: SQL update/insert fields being trancated
Replies: 3
Views: 3177

SQL update/insert fields being trancated

I have succesfully INSERTed and UPDATEd to SQL tables from my livecode stacks. With a table I am using now, I have two 'text' columns which don't have a fixed length. When I put together the SQL statements the text in these two fields is truncated to 30 characters each time. The following is the sta...
by RBarker
Sun Aug 26, 2012 10:52 pm
Forum: Talking LiveCode
Topic: Datagrid problem (extra rows) with a column behavior
Replies: 2
Views: 2913

Re: Datagrid problem (extra rows) with a column behavior

Hi Bangkok - you were right - is wasn't the column behaviour causing the problem. When I tested on a new datagrid the extra rows still displayed and I could see they were being caused by a unlimited length text field on the SQL file that I am using to populate the datagrid. Thanks for your help - I ...
by RBarker
Thu Aug 23, 2012 5:54 am
Forum: Talking LiveCode
Topic: Datagrid problem (extra rows) with a column behavior
Replies: 2
Views: 2913

Datagrid problem (extra rows) with a column behavior

Hi I am a relative beginner to LiveCode and this is my first post so I'm sorry if its in the wrong place. I am stumped with a problem I have with a datagrid. I have a column behavior on one column to change the format. When my datagrid is being populated I have extra rows that shouldn't be there - t...