Search found 222 matches

by Eoeo
Tue Nov 06, 2012 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error with TclipGet
Replies: 6
Views: 3113

Error with TclipGet

On a dialog I have some gets and 12 checkboxes ( I made the dialog with @x,y no resources because win7 leak memory) The problem : If the user click before on one checkbox NOT allways it make a TclipGet Error The Error.log Application ===========    Path and name: C:\work\PRG\Family\main.Exe (32 bits...
by Eoeo
Mon Oct 15, 2012 3:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TO OTTO Size of clumns of a xbrowse
Replies: 0
Views: 273

TO OTTO Size of clumns of a xbrowse

I not remember how I can see the size of each column of a xbrowse
I remember there was a prg from Otto made it and then give us the source code of the xbrowse with the exactly size of xbrowse created
by Eoeo
Sun Oct 14, 2012 11:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: assign cursor object to btns
Replies: 5
Views: 829

Re: assign cursor object to btns

you're right
I forgot to fill an array ( I wrote two obtn[2] )

sorry now it is ok
by Eoeo
Sun Oct 14, 2012 11:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: assign cursor object to btns
Replies: 5
Views: 829

Re: assign cursor object to btns

thanks but not run ok Application ===========    Path and name: C:\work\Prg\Ste\StePyme.Exe (32 bits)    Size: 3,453,440 bytes    Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)    FiveWin  Version: FWHX 12.03    Windows version: 5.1, Build 2600 Service Pack 3    Time from start:...
by Eoeo
Sun Oct 14, 2012 3:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: assign cursor object to btns
Replies: 5
Views: 829

assign cursor object to btns

I have many rbbtn into a ribbon and I wish use the cursor hand Local oBtn[40] DEFINE CURSOR oHand HAND @ 5,5 ADD BUTTON oBtn[1] PROMPT "Imprimir" ; BITMAP "RIBBON_IMPRIMIR" ; GROUP oGr1 ROUND SIZE 83,75 ACTION PrinterSetup() ... AEval(oBtn,{|n| oBtn[n]:oCursor:= oHand }) why it m...
by Eoeo
Sat Oct 13, 2012 8:17 am
Forum: FiveWin para Harbour/xHarbour
Topic: SelFont
Replies: 11
Views: 2670

Re: SelFont

PLease profileNum function where I can found it ?
by Eoeo
Wed Oct 10, 2012 8:53 am
Forum: Utilities / Utilidades
Topic: templates / plantillas
Replies: 22
Views: 26175

Re: templates / plantillas

Antonio, Por error, he descubierto un método para crear diálogo y GEts y se pone fácil como en el viejo clipper dos #include "fivewin.ch" #include "constant.ch" Function test() Local oDlg Local aGet[10] Local cNomeUtente:=space(30),;         cPassword :=space(30)  ,;         nTip...
by Eoeo
Wed Oct 10, 2012 8:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Any Reports or reportgen. supports VERTICAL text ?
Replies: 5
Views: 909

Re: Any Reports or reportgen. supports VERTICAL text ?

why not ask to charles to insert on his vrd ?
by Eoeo
Sun Oct 07, 2012 7:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error Scroll Panel class
Replies: 3
Views: 834

Re: Error Scroll Panel class

Any solution ?
by Eoeo
Sun Oct 07, 2012 6:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input screen in Metro like style
Replies: 2
Views: 614

Re: Input screen in Metro like style

Otto ,
where I can see a test sample of a Dialog with scroll panel ?
by Eoeo
Sat Oct 06, 2012 6:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Please Mr Nages Problem with xbrowse footer
Replies: 8
Views: 2300

Re: Please Mr Nages Problem with xbrowse footer

Otto,
is there a method into xbrowse to insert a spinner on field quantity to add or del numeric field ?
by Eoeo
Sat Oct 06, 2012 6:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Please Mr Nages Problem with xbrowse footer
Replies: 8
Views: 2300

Re: Please Mr Nages Problem with xbrowse footer

Sorry Yu're right
I made a mistake
I'm working from many days to converte Dos application clipper over 5000 lines and Im very tired !!!

thanks Otto!!!
by Eoeo
Fri Oct 05, 2012 11:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Please Mr Nages Problem with xbrowse footer
Replies: 8
Views: 2300

Please Nages Problem with xbrowse footer

Please Nages try this test sample it create the dbf New for insert a record press Quantity to set the quantity of record t he total of footer not refresh() #Include "Fivewin.ch" #Include "dtpicker.ch" #include "xbrowse.ch" #include "constant.ch" #include "...
by Eoeo
Fri Oct 05, 2012 7:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Please Mr Nages Problem with xbrowse footer
Replies: 8
Views: 2300

Re: Problem with xbrowse footer

sorry but on another app I use the same code and it run ok


ntotal is a value of XBROWSE
by Eoeo
Thu Oct 04, 2012 11:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Please Mr Nages Problem with xbrowse footer
Replies: 8
Views: 2300

Please Mr Nages Problem with xbrowse footer

I have a xbrowse and I wish show the total of 8° column at footer http://imageshack.us/a/img829/4069/footersv.jpg why I cannot show the totals at oBrw:aCols[8] ? the code @ 1, 1 XBROWSE oBrw  SIZE oFld1:aDialogs[1]:nwidth-5,oFld1:aDialogs[1]:nbottom-35 PIXEL OF oFld1:aDialogs[1] ALIAS "PF"...