Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-08-15 Thread rogerio dandrea
ok I have the answer here http://www.oooforum.org/forum/viewtopic.phtml?t=28839 2011/8/15 rogerio dandrea > Ok , But I need to fix myindex value in new record. > > animal3.cad = myindex not automatic in new record > > > > > 2011/8/14 Andreas Säger > >>

Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-08-15 Thread rogerio dandrea
Ok , But I need to fix myindex value in new record. animal3.cad = myindex not automatic in new record 2011/8/14 Andreas Säger > All this is perfectly doable even without a single line of silly Basic: > http://user.services.**openoffice.org/en/forum/** > viewtopic.php?f=83&t=40493

Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-08-13 Thread rogerio dandrea
char os registros oform2.filter ="animal3.Cad ='" & myindex &"'" oform2.ApplyFilter= True oform2.reload End Sub 2011/8/5 rogerio dandrea > the basetools extension (0.0.5) works in libreoffice 3.4.2 ? > > > > > 2011/8/4 ro

[libreoffice-users] BaseTools Extension

2011-08-09 Thread rogerio dandrea
BaseTools Extension works in libreoffice 3.4.2? I have a problem with filter in base , I need an example of form filter macro 1 and 2 dont work Sub New_Search(Event As Object) GlobalScope.BasicLibraries.LoadLibrary("BaseTools") Dim Form As object Dim Control As Object Dim nome,fnome As String I

[libreoffice-users] [base] BaseTools Extension

2011-08-08 Thread rogerio dandrea
BaseTools Extension works in libreoffice 3.4.2? I have a problem with filter in base , I need an example of form filter macro 1 and 2 dont work Sub New_Search(Event As Object) GlobalScope.BasicLibraries.LoadLibrary("BaseTools") Dim Form As object Dim Control As Object Dim nome,fnome As String I

Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-08-05 Thread rogerio dandrea
the basetools extension (0.0.5) works in libreoffice 3.4.2 ? 2011/8/4 rogerio dandrea > well now > > with 3.4.2 > ubuntu11.04 64bits > and use hsql > > now I have error mensage in filter Why? > > > 2011/7/29 rogerio dandrea > >> Alex , >> th

[libreoffice-users] new book

2011-08-05 Thread rogerio dandrea
new book http://www.pitonyak.org/OOME_3_0.odt :0) thanks Pitonyak for the excellent work :0) From Brazil -- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: ht

Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-08-04 Thread rogerio dandrea
well now with 3.4.2 ubuntu11.04 64bits and use hsql now I have error mensage in filter Why? 2011/7/29 rogerio dandrea > Alex , > thank you. > I will return to the problem when version 3.4.2 is launched (in july) > > > > > 2011/7/28 Alexander Thurgood > >> L

Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-07-29 Thread rogerio dandrea
Alex , thank you. I will return to the problem when version 3.4.2 is launched (in july) 2011/7/28 Alexander Thurgood > Le 28/07/11 22:11, rogerio dandrea a écrit : > > Hi Rogerio, > > > > > Sorry if this is a silly question but, how do I switch the focus from

Re: [libreoffice-users] Re: (help macro base)Open form with a button form another form with filter

2011-07-28 Thread rogerio dandrea
Hi Sorry if this is a silly question but, how do I switch the focus from one form to another? Thanks 2011/7/28 Alexander Thurgood > Le 28/07/11 15:40, rogerio dandrea a écrit : > > Hi Rogerio, > > > > > > ThisDatabaseDocument.FormDocuments.getByName( &quo

[libreoffice-users] (help macro base)Open form with a button form another form with filter

2011-07-28 Thread rogerio dandrea
my macro dont apply filter why? GLOBAL myindex as integer sub pega( oev as variant ) dim odoc,oform,sfilter odoc=thiscomponent oform=odoc.drawpage.forms.getbyindex(0) 'pega o dado da primeira linha(=index =campo Cad no meu caso) do registro atual myindex=oform.getstring(1) ThisDatab