En réponse au message du 21/7, et avec l'aide d'un pythoniste, je
procède ainsi:
Respondante al mesaĝo de la 21-a julio, helpita de pitonfakulo, mi
skribis tiel:
Answering the 7/21 message, having been helped by a python specialist, I
use:
Dans le formulaire d'appel, dans la séquence double clic
En la petanta paĝo, en la duopaalklakilo
In the calling form double-klick script
idchoisi=hk_this.datasource().column_by_name("idcleunik")
file=open("/home/bobby/tmp/memoire.txt","w")
file.write(idchoisi.asstring())
file.close()
myform=hk_this.datasource().database().new_formvisible()
myform.load_form("F_identite")
myform.set_mode(myform.viewmode)
Dans le formulaire appelé, dans la séquence à l'ouverture
En la petota paĝo, en la malfermilo
In the called form, in the opening script:
file=open("/home/bobby/tmp/memoire.txt")
idchoisi=file.read()
file.close()
col=hk_this.datasource().column_by_name("idcleunik")
result=col.find(idchoisi)
hk_this.datasource().goto_row(result)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Hk-classes-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hk-classes-discuss