Pgaccess - forms

From: "Dornfeld Balazs" <d(dot)balazs(at)usa(dot)net>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Pgaccess - forms
Date: 1998-03-09 21:49:53
Message-ID: m0yCAQm-0003ocC@debian
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I get to know Pgaccess (and tcl too) now.
Constantin Teodorescu wrote on his page:
>>>
If you want to bound some controls to the fields of the recordset, you will
have to name their associate variable like that :

.mf.qry.salary to get the "salary" field , or .mf.qry.name to get the "name"
field.
<<<
What does it mean?
I have tried in a form:

.mf.query3:execute
set v1 [.mf.query3:fields] #-> v1=elso
set v2 ${.mf.query3.elso} #-> ".mf.query3.elso":no such variable
.mf.query3:close

What should I do?

Thenks

Dornfeld Balazs
d(dot)balazs(at)usa(dot)net

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1998-03-10 00:44:52 Re: [QUESTION] JDBC and pg_hba on 6.2
Previous Message Julia A.Case 1998-03-09 20:41:27 Re: [INTERFACES] ODBC?