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 ...
Search found 222 matches
- Tue Nov 06, 2012 8:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error with TclipGet
- Replies: 6
- Views: 3218
- 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
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
- Sun Oct 14, 2012 11:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: assign cursor object to btns
- Replies: 5
- Views: 972
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
I forgot to fill an array ( I wrote two obtn[2] )
sorry now it is ok
- Sun Oct 14, 2012 11:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: assign cursor object to btns
- Replies: 5
- Views: 972
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 ...
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 ...
- Sun Oct 14, 2012 3:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: assign cursor object to btns
- Replies: 5
- Views: 972
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 make error ?
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 make error ?
- Sat Oct 13, 2012 8:17 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: SelFont
- Replies: 11
- Views: 3060
Re: SelFont
PLease profileNum function where I can found it ?
- Wed Oct 10, 2012 8:53 am
- Forum: Utilities / Utilidades
- Topic: templates / plantillas
- Replies: 22
- Views: 27647
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 oDlgLocal aGet[10]Local cNomeUtente:=space(30),; cPassword :=space(30) ...
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 oDlgLocal aGet[10]Local cNomeUtente:=space(30),; cPassword :=space(30) ...
- Wed Oct 10, 2012 8:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Any Reports or reportgen. supports VERTICAL text ?
- Replies: 5
- Views: 1161
Re: Any Reports or reportgen. supports VERTICAL text ?
why not ask to charles to insert on his vrd ?
- Sun Oct 07, 2012 7:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error Scroll Panel class
- Replies: 3
- Views: 899
Re: Error Scroll Panel class
Any solution ?
- Sun Oct 07, 2012 6:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Input screen in Metro like style
- Replies: 2
- Views: 703
Re: Input screen in Metro like style
Otto ,
where I can see a test sample of a Dialog with scroll panel ?
where I can see a test sample of a Dialog with scroll panel ?
- Sat Oct 06, 2012 6:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Please Mr Nages Problem with xbrowse footer
- Replies: 8
- Views: 2584
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 ?
is there a method into xbrowse to insert a spinner on field quantity to add or del numeric field ?
- Sat Oct 06, 2012 6:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Please Mr Nages Problem with xbrowse footer
- Replies: 8
- Views: 2584
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!!!
I made a mistake
I'm working from many days to converte Dos application clipper over 5000 lines and Im very tired !!!
thanks Otto!!!
- Fri Oct 05, 2012 11:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Please Mr Nages Problem with xbrowse footer
- Replies: 8
- Views: 2584
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 "ribbon.ch"#define MARQSTYLE ...
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 "ribbon.ch"#define MARQSTYLE ...
- Fri Oct 05, 2012 7:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Please Mr Nages Problem with xbrowse footer
- Replies: 8
- Views: 2584
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
ntotal is a value of XBROWSE
- Thu Oct 04, 2012 11:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Please Mr Nages Problem with xbrowse footer
- Replies: 8
- Views: 2584
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 ...
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 ...