Search found 101 matches: nested

Return to advanced search

... HB_EnumIndex(). Other than this, LOOP and EXIT statements within the loop are treated the same as in a FOR loop. When FOR EACH statements are nested, each loop maintains its own counter, i.e. HB_EnumIndex() retrieves the counter of the loop that is currently executed. When the FOR EACH loop ...
by metaldrummer
Mon Mar 31, 2008 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOR EACH ... NEXT, ¿ Que es ? y ¿ Para que se usa ?
Replies: 2
Views: 900

James,

Yes, they manage all of them. The only limitation is nested arrays.

See the above little working sample
by Antonio Linares
Sat Dec 01, 2007 1:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving an array
Replies: 13
Views: 2776

Extend system

Hello all,
is there an way to give back a array with nested arrays from a C-routine to Harbour? hb_reta() produces only one array.
Greetings
by byte-one
Tue Mar 20, 2007 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extend system
Replies: 1
Views: 536

Manuel,

Tienes un ejemplo de ventanas anidadas en samples\nested.prg

Aunque te sería más fácil usar cajas de diálogo desde la ventana principal (como se hace en el ejemplo samples\clients\client.zip), en vez de abrir nuevas ventanas.
by Antonio Linares
Thu Apr 13, 2006 6:21 am
 
Forum: FiveWin para Pocket PC
Topic: Ventana para mostrar clientes e impresiones.
Replies: 2
Views: 962

Error F0017 Too many nested #includes, can't open: 'hbclass

Hi , friends

I´m new user for "xHarbour Compiler build 0.99.50"

how can Solutions this my problem.

please , some people help me.

Mauricio (rio de janeiro - BRAZIL)
by mauricioajordao
Fri Dec 02, 2005 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error F0017 Too many nested #includes, can't open: 'hbclass
Replies: 4
Views: 1120

Re: Public var in Get

... dialog with the gets (second function) and get the values of the variables at the end of dialog (third function). BUT inside the dialog i have a nested dialog with the same structure (function first,second,third).That is why i have to use public variables and that it why i have the problem when ...
by ask
Mon Nov 14, 2005 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Public var in Get
Replies: 4
Views: 1668

TBtnBmp problem

There are problems with BtnBmp when i use them in nested forms. try the following program: in the nested form if i use Tbutton all works fine, but if i use BtnBmp the program exits immediatly. Best regards Claudio 8<---------8<---------8<---------8<---------8<---------8<---------8<--------- ...
by claudio.driussi
Fri Nov 11, 2005 5:04 pm
 
Forum: FiveWin for Pocket PC
Topic: TBtnBmp problem
Replies: 5
Views: 1656

Antonio Linares wrote:GWard,

You may download a new FWPPC build that works ok with "doneButton" and windows. Please review samples\nested.prg sample.


Antonio,

Excellent!!!

Many thanks.

Your product is opening up many possibilities for me.
by GWard
Tue Nov 08, 2005 11:43 am
 
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 7115

GWard,

You may download a new FWPPC build that works ok with "doneButton" and windows. Please review samples\nested.prg sample.
by Antonio Linares
Tue Nov 08, 2005 11:11 am
 
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 7115

GWard,

The OK button at the top-right corner closes the window. Anyhow we are going to test nested.prg with that code to see how it behaves.
by Antonio Linares
Tue Nov 08, 2005 10:43 am
 
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 7115

... review samples\okbutton.prg working sample to see how to use it. Antonio, How can I get the OK button to close the current WINDOW when using nested windows. The code in samples\okbutton.prg changes the "X" to an "OK" but nothing happens when I click the "OK" I am using ACTIVATE WINDOW oWnd ...
by GWard
Tue Nov 08, 2005 10:17 am
 
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 7115
Previous

Return to advanced search