4 messages in com.googlegroups.google-base-data-apiRe: Snippets Isn't Giving Me a Blank ...
FromSent OnAttachments
morg...@gmail.com19 Jan 2007 18:00 
Stephane Zermatten22 Jan 2007 00:33 
Morgan Eason22 Jan 2007 09:07 
Flexer09 Feb 2007 06:48 
Subject:Re: Snippets Isn't Giving Me a Blank Price
From:Morgan Eason (morg@gmail.com)
Date:01/22/2007 09:07:24 AM
List:com.googlegroups.google-base-data-api

OMG I love you Stephane, I could of swore I tried this cause I though I tried everything. Thank you!

On 1/22/07, Stephane Zermatten <szer@google.com> wrote:

There is indeed a mistake in the definition of GBaseAttributes.Price

Instead of using GBaseAttributes.Price, please try getting price using this method: entry.GBaseAttributes.GetFloatUnitAttribute("price")

and setting it using entry.GBaseAttributes.AddFloatUnitAttribute("price", ...)