Search found 110 matches

by warrenk
Wed Jan 07, 2009 8:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Strange Results When Writing To SQL Database
Replies: 3
Views: 2552

Jan, I wasn't to clear when I mentioned the values of tPOLine = 1,2,3. I meant to say the values are: 1 2 3 ...I put the commas in to separate them for the example but I am indeed using numerics. I did find where the 6 was coming from for the PODLineNumber. It is putting the first digit from the PoD...
by warrenk
Wed Jan 07, 2009 3:04 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Strange Results When Writing To SQL Database
Replies: 3
Views: 2552

Strange Results When Writing To SQL Database

I am writing line item detail to a SQL database. The problem is the value written to PODLineNumber is always 6. This is strange as I have a total of 3 line items. When I run the code below, I am getting the following values: gTotalLines = 3 tPOLine = 1,2,3 When I check the database, PODLineNumber is...
by warrenk
Sat Jan 03, 2009 10:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clicking On Grouped Field To Change Properties
Replies: 2
Views: 2040

Thanks for the help bernd! This is exactly what the problem was. I was banging my head against the wall trying to figure this out!

Apreciate the help!
Warren
by warrenk
Sat Jan 03, 2009 8:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clicking On Grouped Field To Change Properties
Replies: 2
Views: 2040

Clicking On Grouped Field To Change Properties

I have a weird issue when working with grouped fields. I have two laptops (both with Windows XP). When I click on a grouped field on laptop A, it will select the field. When I click on a grouped field on laptop B, it will select the group. The only way to select the field with laptop B is through th...
by warrenk
Fri Dec 12, 2008 10:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Format Column - Scrolling Field
Replies: 2
Views: 2199

Thanks for the response Richard. Hopefully this will be something that will be added in the near future.

Warren
by warrenk
Fri Dec 12, 2008 7:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Format Column - Scrolling Field
Replies: 2
Views: 2199

Format Column - Scrolling Field

Is it possible to format a column in a scrolling field to be right justified?
by warrenk
Wed Dec 10, 2008 9:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling Field - Lock Column
Replies: 2
Views: 2244

Klaus,

Good idea! Thanks for the advice.

Warren
by warrenk
Wed Dec 10, 2008 9:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling Field - Lock Column
Replies: 2
Views: 2244

Scrolling Field - Lock Column

If I have a scrolling field with multiple columns, can I do a locktext on one of the columns? I have tried...

set locktext of item 1 of field "Field" to true

Thanks!
Warren
by warrenk
Wed Dec 03, 2008 8:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Numeric Field
Replies: 2
Views: 2197

Awesome!!! Thanks for the help Jan!

Warren
by warrenk
Wed Dec 03, 2008 7:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Numeric Field
Replies: 2
Views: 2197

Formatting Numeric Field

I created a field where I am only allowing numbers and a decimal place. Is there anyway to prevent more then one decimal place? If I use the code below, I can only allow numerics and a decimal place. The problem is I can't prevent multiple decimal places. on keyDown theKey if theKey is a number or t...
by warrenk
Fri Nov 28, 2008 1:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Dropdown Button
Replies: 4
Views: 3098

Thanks everyone for the advice. I decided to use the dropdown to load a field. If the user wanted to change the value in the field, they just had to select a new value from the dropdown.

Warren
by warrenk
Fri Nov 28, 2008 1:39 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Button
Replies: 2
Views: 1927

Thanks BN for the help!

Warren
by warrenk
Thu Nov 27, 2008 11:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Button
Replies: 2
Views: 1927

Tab Button

Is there a way to specify which tab to go to when I open a card?

Thanks for any help!
Warren
by warrenk
Sat Nov 22, 2008 8:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Dropdown Button
Replies: 4
Views: 3098

Dropdown Button

I have a dropdown button with all 50 states (ie. Minnesota, Wisconsin, etc). How to I point to the correct state in the dropdown button based on the value of a variable where the variable has a specific state in it.

Warren
by warrenk
Thu Nov 20, 2008 8:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Remove Button from Group
Replies: 3
Views: 2567

Remove Button from Group

How can I remove one button from a group of fields and buttons?

Thanks!
Warren

Go to advanced search