... Main.prg ( Main() ) .. has several static functions which do not show up in the jump list .. yet if I open a .prg with many Static Functions .. the jump list is there ??
Thanks
Rick Lipkin
http://i60.tinypic.com/2mp0da9.jpg
http://i61.tinypic.com/2zrhwmc.jpg
Search found 36 matches: i61
Searched query: i61
- Mon Sep 21, 2015 12:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mejoras para scintilla
- Replies: 1040
- Views: 985527
- Thu Aug 27, 2015 3:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TtaskPanel
- Replies: 35
- Views: 9856
Re: TtaskPanel
... lib que proporciona la clase para xHarbour
los BMP los hago mas hanchos y corro la imagen a la derecha, y se encuadran perfectamente.
http://i61.tinypic.com/2ajw0wk.png
aqui esta la mascara que utilizo:
DEFINE THEME NAME "#TASKOK" ELEMENT ...
los BMP los hago mas hanchos y corro la imagen a la derecha, y se encuadran perfectamente.
http://i61.tinypic.com/2ajw0wk.png
aqui esta la mascara que utilizo:
DEFINE THEME NAME "#TASKOK" ELEMENT ...
- Thu Aug 13, 2015 1:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Exempt certain xBrowse rows from MakeTotals()
- Replies: 8
- Views: 4337
Exempt certain xBrowse rows from MakeTotals()
... Is there a way to exempt a row so it will not be calculated ? .. see attached .. Direct and Indirect ..
or .. only select certain rows to be calculated with MakeTotals ?
Rick Lipkin
http://i58.tinypic.com/rupm34.jpg
http://i61.tinypic.com/23mn315.jpg
or .. only select certain rows to be calculated with MakeTotals ?
Rick Lipkin
http://i58.tinypic.com/rupm34.jpg
http://i61.tinypic.com/23mn315.jpg
- Wed Aug 12, 2015 4:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: aSort on two fields
- Replies: 7
- Views: 2684
aSort on two fields
... on one field and not a concatenation of two. Hopefully I am wrong and someone can give me some advice on sorting this array first on C then on A ..
aSort( aBitem,,, {|x,y| x[3] < y[3]} )
Thanks
Rick Lipkin
http://i61.tinypic.com/2zyef5z.jpg
aSort( aBitem,,, {|x,y| x[3] < y[3]} )
Thanks
Rick Lipkin
http://i61.tinypic.com/2zyef5z.jpg
- Thu Aug 06, 2015 1:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse MakeTotals on Array Column
- Replies: 2
- Views: 654
Re: xBrowse MakeTotals on Array Column
... 41; ) } oLbx3:bChange := { || oCol:RefreshFooter() } WITH OBJECT oLbx3 :aCols[2]:nFooterType := AGGR_SUM :MakeTotals() * :bLClickFooter := { |r,c,f,o| FooterAggrClick( r, c, f, o ) } END
http://i61.tinypic.com/2lcof2f.jpg
http://i61.tinypic.com/2lcof2f.jpg
- Wed Jul 08, 2015 7:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: bmpfromico
- Replies: 32
- Views: 10318
Re: bmpfromico
... HasAlpha()
oImage:Refresh()
http://i60.tinypic.com/2eld0za.jpg
with
DeleteObject( oImage:hBitmap )
oGBmp:hBmp:= GDIPLUSIMAGEFROMICO( hIcon )
oImage:hBitmap:= oGBmp:GetGDIHbitmap()
oImage:HasAlpha()
oImage:Refresh()
http://i61.tinypic.com/34hf7f5.jpg
oImage:Refresh()
http://i60.tinypic.com/2eld0za.jpg
with
DeleteObject( oImage:hBitmap )
oGBmp:hBmp:= GDIPLUSIMAGEFROMICO( hIcon )
oImage:hBitmap:= oGBmp:GetGDIHbitmap()
oImage:HasAlpha()
oImage:Refresh()
http://i61.tinypic.com/34hf7f5.jpg
- Sat Jun 27, 2015 3:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How many INDEX can create ON MySql and How to use it?
- Replies: 8
- Views: 2871
Re: How many INDEX can create ON MySql and How to use it?
... chose your fields from tables and create a join to make a relational recordset.
http://i58.tinypic.com/2uolaae.jpg
http://i61.tinypic.com/51ri41.jpg
Here is a simple join on Customer Id that creates a join ( relation ) between two tables
SELECT
Customer ...
http://i58.tinypic.com/2uolaae.jpg
http://i61.tinypic.com/51ri41.jpg
Here is a simple join on Customer Id that creates a join ( relation ) between two tables
SELECT
Customer ...
- Mon Jun 15, 2015 9:44 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: problemas con el build 3 de fwh1505
- Replies: 8
- Views: 1101
problemas con el build 3 de fwh1505
... con codigo que usa recursos ....
en el 15.05 build2
http://i62.tinypic.com/2yjtq1k.jpg
en el build 15.05 build 3
http://i61.tinypic.com/169lzeh.jpg
el mismo codigo recompilado ... intentaré aislar el problema . el bmp deja de ser trasparente pero aqui tengo ...
en el 15.05 build2
http://i62.tinypic.com/2yjtq1k.jpg
en el build 15.05 build 3
http://i61.tinypic.com/169lzeh.jpg
el mismo codigo recompilado ... intentaré aislar el problema . el bmp deja de ser trasparente pero aqui tengo ...
- Fri May 22, 2015 3:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Test to see if USB Printer is ready
- Replies: 20
- Views: 6485
Re: Test to see if USB Printer is ready
... throw up a MsgAlert to the user to be able to check if the cable is plugged in.
As you can see from the picture .. my default printer is faded out and is 'not ready' .. I just need some way to test for the 'ready state' before I print.
Rick Lipkin
http://i61.tinypic.com/ezmyh1.jpg
As you can see from the picture .. my default printer is faded out and is 'not ready' .. I just need some way to test for the 'ready state' before I print.
Rick Lipkin
http://i61.tinypic.com/ezmyh1.jpg
- Fri Apr 24, 2015 4:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: juego pacman ala Fwh
- Replies: 24
- Views: 5681
Re: juego pacman ala Fwh
Muy buen trabajo. Muchas gracias.
![Image](http://i61.tinypic.com/2eofbtj.jpg)
![Image](http://i61.tinypic.com/2eofbtj.jpg)
- Tue Feb 24, 2015 6:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: sobre DatePicker
- Replies: 11
- Views: 3197
Re: sobre DatePicker
Hola,
Muchísimas gracias. Ya casi está, pero me gustaría eliminar el punto que se ve del Diálogo que uso para el DatePicker:
http://i61.tinypic.com/2hrzo9g.png
// MBA 24.02.2015#include "FiveWin.ch"#include "constant.ch"#define DTN_FIRST   ...
Muchísimas gracias. Ya casi está, pero me gustaría eliminar el punto que se ve del Diálogo que uso para el DatePicker:
http://i61.tinypic.com/2hrzo9g.png
// MBA 24.02.2015#include "FiveWin.ch"#include "constant.ch"#define DTN_FIRST   ...
- Tue Feb 24, 2015 6:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DatePicker´s question
- Replies: 6
- Views: 1339
Re: DatePicker´s question
Hello Joao,
Many thanks. Almost done, but I want to supress the Little mark from the Dialog:
http://i61.tinypic.com/2hrzo9g.png
Thank you.
// MBA 24.02.2015#include "FiveWin.ch"#include "constant.ch"#define DTN_FIRST   ...
Many thanks. Almost done, but I want to supress the Little mark from the Dialog:
http://i61.tinypic.com/2hrzo9g.png
Thank you.
// MBA 24.02.2015#include "FiveWin.ch"#include "constant.ch"#define DTN_FIRST   ...
- Mon Feb 23, 2015 3:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DatePicker´s question
- Replies: 6
- Views: 1339
Re: DatePicker´s question
I would like to be shown like this please:
![Image](http://i61.tinypic.com/10pyu7r.png)
![Image](http://i61.tinypic.com/10pyu7r.png)
- Mon Feb 23, 2015 3:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: sobre DatePicker
- Replies: 11
- Views: 3197
Re: sobre DatePicker
Hola,
Muchas gracias, me refiero a que saliera automáticamente así:
![Image](http://i61.tinypic.com/10pyu7r.png)
Muchas gracias, me refiero a que saliera automáticamente así:
![Image](http://i61.tinypic.com/10pyu7r.png)
- Tue Jan 13, 2015 8:50 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Existe alguna Documentacio .chm para Harbour
- Replies: 15
- Views: 4271
Re: Existe alguna Documentacio .chm para Harbour
sysctrl2 wrote:en win 8 tampoco funciona,
Right click .chm file and visit properties, Unblock file, It may solve
![Image](http://i61.tinypic.com/1zyd549.png)