Thanks a million, that's exactly what I needed.
Hershel

On 6/5/09 5:47 AM, "Trevor DeVore" <li...@mangomultimedia.com> wrote:

> On Jun 4, 2009, at 10:43 PM, Hershel Fisch wrote:
>> 
>>> Let me know if this helps.
>> Yes but I have a bit difficulties understanding exactly how it works.
>> 
>> I would write my script in the group and not in each and every column
>> something like this..
>> 
>> On closeFieldEditor pFieldEditor
>>  put pColumnName into tC
>>  revExecuteSQL databaseId, "INSERT INTO tableName" & tC & "VALUE" & \
>>  the text of pFieldEditor."
>> End closeFieldEditor
> 
> There is no pColumnName parameter but you can get the column that the
> target field is associated with using the dgColumn property.
> 
> on closeFieldEditor pFieldEditor
>      put the dgColumn of the target into tC
>      ....
> end closeFieldEditor
> 
> Regards,


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to