Search found 25 matches: img84

Searched query: img84

by Antonio Linares
Wed Oct 31, 2012 3:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 29943

Re: FiveTech's FiveWeb (free up to version 1.0)

Enhanced function MsgInfo() and uploaded changes to Class TDialog proposed by Manuel Alvarez:

http://www.fivetechsoft.net/cgi-bin/tutor01

Image
by Antonio Linares
Wed Oct 31, 2012 3:05 am
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 85124

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

Mejorada la función MsgInfo() y añadidos los cambios a la clase TDialog propuestos por Manuel aunque modificado para mantener compatibilidad con FWH:

http://www.fivetechsoft.net/cgi-bin/tutor01

Image
by RAMESHBABU
Sat Aug 11, 2012 4:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: DOS Window type in an application FW
Replies: 7
Views: 2381

Re: DOS Window type in an application FW

Roberto,

Please try this.

Regards,

- Ramesh Babu P

http://img84.imageshack.us/img84/6696/doswnd.png

#include "hbgtinfo.ch"#include "std.ch"#include "box.ch"REQUEST HB_GT_WVTFUNCTION Main()LOCAL cStdnt_Name := Space( 25 ), nAdmn_No := 0, cFather := SPACE(25 ...
by Eoeo
Mon Jun 11, 2012 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oTree
Replies: 5
Views: 1390

Problem With oTree

... 0.2 TREE oTree OF oDlg SIZE 150,142 ;
BITMAPS { "SH_MATERIA","SH_PCLAVE" } ;
TREE STYLE nOr( TVS_HASLINES, TVS_HASBUTTONS, WS_VSCROLL )


http://img84.imageshack.us/img84/6880/treejc.jpg


I cannot see the vertical scroll od this otree ( made with Goran Savckic class)


ani Idea ?
by Maurizio
Fri Jun 01, 2012 7:04 am
Forum: Utilities / Utilidades
Topic: FiveWin applications gallery
Replies: 52
Views: 64217

Re: FiveWin applications gallery

... imageshack.us/img694/4347/copiadinipeservice400x6.png

m

http://img171.imageshack.us/img171/7578/risto.jpg
http://img84.imageshack.us/img84/2069/ristotavoli.jpg

http://img221.imageshack.us/img221/4579/vendita.jpg


http://img857 ...
by lucasdebeltran
Thu Apr 26, 2012 4:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: bugs en Rpreview.prg de FW 12.03
Replies: 6
Views: 980

Re: bugs en Rpreview.prg de FW 12.03

Antonio,

También en tu ejemplo de ayer aparece:
Image

Muchas gracias.

Quedo a tu disposición para las pruebas necesarias para a ver si por favor lo tenemos corregido para FW 12.04.

Siento darte la lata la verdad.

Salu2
by Antonio Linares
Wed Apr 25, 2012 6:50 pm
Forum: FiveWin para Harbour/xHarbour
Topic: bug en FW 12.03
Replies: 10
Views: 3409

Re: bug en FW 12.03

... oFont:End() // Destroy the font objectreturn nil//----------------------------------------------------------------------------//

http://img84.imageshack.us/img84/4938/capturehm.png

Has modificado alguna clase ? Puedes proporcionar un ejemplo para reproducirlo ? gracias
by frose
Sat Jan 21, 2012 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting xBrowse by clicking on header
Replies: 1
Views: 581

Re: Sorting xBrowse by clicking on header

... 123; || { CLR_BLACK, RGB( 231, 242, 255 ) } } // or, if not sorted oCol:bClrStd := { || { CLR_BLACK, CLR_WHITE } }...RETURN NIL

Here are the bitmaps:
m

and a screen shot:
http://img84.imageshack.us/img84/2626/sorting.jpg


HTH
by fgondi
Fri Dec 09, 2011 3:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en 11.11 30/septiembre (SOLUCIONADO)
Replies: 43
Views: 13034

Re: Bug en 11.11 30/septiembre

... incluida la versión 11.11 30/noviembre/2011) no se ve ese diseño.
El tiempo de carga de la ventana es el mismo y ese segundo, segundo y medio que ahora está mostrando el diseño antes mostraba esto:
http://img84.imageshack.us/img84/7599/dibujopgfv.png
Uploaded with ImageShack.us
by Antonio Linares
Mon Nov 28, 2011 12:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: new bugs in FW 11.11
Replies: 17
Views: 3426

Re: new bugs in FW 11.11

... use to run several complex FWH apps that use many controls but its almost impossible to test everything.

Here you have the VisualFW, one of the apps that we test, that we will include in the next revised FWH build or in 11.12

http://img84.imageshack.us/img84/8403/captureuog.png
by Antonio Linares
Tue May 17, 2011 10:08 am
Forum: FiveWin para Harbour/xHarbour
Topic: Scripts para Harbour y FWH !!!
Replies: 31
Views: 12060

Re: Scripts para Harbour y FWH !!!

... h>HB_FUNC( FREOPEN_STDERR ){ hb_retnl( ( LONG ) freopen( hb_parc( 1 ), hb_parc( 2 ), stderr ) );} #pragma ENDDUMP

[URL=http://imageshack.us/photo/my-images/84/clip1v.jpg/] http://img84.imageshack.us/img84/8048/clip1v.jpg
by Antonio Linares
Tue May 17, 2011 10:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Scripts for Harbour and FWH !!!
Replies: 10
Views: 3938

Re: Scripts for Harbour and FWH !!!

... stdio.h>#include <hbapi.h>HB_FUNC&#40; FREOPEN_STDERR &#41;&#123; hb_retnl&#40; &#40; LONG &#41; freopen&#40; hb_parc&#40; 1 &#41;, hb_parc&#40; 2 &#41;, stderr &#41; &#41;;&#125; #pragma ENDDUMP

http&#58;//img84&#46;imageshack&#46;us/img84/8048/clip1v&#46;jpg

Uploaded with ImageShack.us
by Silvio
Sun May 01, 2011 6:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error on report class
Replies: 0
Views: 286

error on report class

look this picture :
http&#58;//img84&#46;imageshack&#46;us/img84/1628/errrep&#46;jpg


why it print only 4 records and on the total there are 8 records ?

the code :

ACTIVATE REPORT oInforme:oReport FOR ALLTRIM(UPPER(RU->RULOC))==ALLTRIM(cCom) ;
ON POSTEND oInforme:oReport:Say(1, 'Totale record ...