Re: pgaccess scripts and forms

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: pgaccess scripts and forms
Дата
Msg-id 3C68064F.3090407@flex.ro
обсуждение исходный текст
Ответ на pgaccess scripts and forms  (hubert.palme@web.de (Hubert Palme))
Список pgsql-interfaces
Hubert Palme wrote:
> Hi, 
> 
> in one of my pgaccess forms, the code behind a button for database
> manipulation contains the following code to udate the data shown in
> the form:
> 
>                 DataControl(.geb.qg)::close
>                 DataControl(.geb.qg)::open
>                 DataControl(.geb.qg)::moveFirst
>                 DataControl(.geb.qg)::updateDataSet
> 
> This works fine. But when I put this code into a script "g-reopen-f"
> and replace the concerning code in the form by
> 
>                 Scripts::execute "g-reopen-f"
> 
> then nothing happens (But the script is executed as I could see by
> inserting a message box)
> 
> So why does it work in the form, but not from the script?
> Did I -- perhaps -- oversee any name space problems?

please send me a small database dump containing the table, some records, 
and the form!

I willl check it!

teo




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: hubert.palme@web.de (Hubert Palme)
Дата:
Сообщение: pgaccess scripts and forms
Следующее
От: Eric Webber
Дата:
Сообщение: pgaccess failed, used to work