Search found 3107 matches

by Silvio
Wed Apr 27, 2011 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Size of bitmaps
Replies: 12
Views: 2770

Re: Size of bitmaps

ok now I correct on this @ 38, 263 BUTTON oBtnSel PROMPT "..." OF oDlg PIXEL SIZE 10, 9 ; ACTION ( cFile:=cGetFile( "*.*", "Select a file" ),; iif(Image_size(cFile), MsgAlert( "Dimensione non consentita" ),; cTabImage:= relativePath( cFile )+cFileNoPath( cFile...
by Silvio
Wed Apr 27, 2011 3:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Size of bitmaps
Replies: 12
Views: 2770

Re: Size of bitmaps

uwe,
itried it

but i not show me the size


Image
by Silvio
Wed Apr 27, 2011 2:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Size of bitmaps
Replies: 12
Views: 2770

Size of bitmaps

I need to control if the user insert a 16x16 bitmap .
How I can to control it ?
by Silvio
Wed Apr 27, 2011 7:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combo
Replies: 11
Views: 2082

Re: Problem with combo

Now I insert this

nMode =1 --> new record
nMode=2 --> modify

IF nMode==1
oCbx:Select( 1 ) ok
elseif nMode==2
nPos := AAT( aItems, cloc )
oCbx:Select( nPos ) ok
ENDIF

it run ok but when I click on combo i see all cities
by Silvio
Tue Apr 26, 2011 4:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT MAP GOOGLE
Replies: 5
Views: 838

Re: PRINT MAP GOOGLE

but once i SAW ON THIS FORUM A MAP GOOGLE WITH THE POSSIBILITY TO SELECT WITH MOUSE A BOX AND PRINT IT BUT nOW i NOT FOUND THE SOURCE
by Silvio
Tue Apr 26, 2011 11:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combo
Replies: 11
Views: 2082

Re: Problem with combo

STEPHAN,
iT SEEMS TO RUN GOOD ON XP

BUT WHEN i TRY IT ON WINDOWS SEVEN IT NOT RUN

THE PROBEM NOW IS WHEN THE USER INSERT A CITY THEN HE SEE THE FIRST CITY OF THE ITEMS NOT THE CITY HE INSERTED
by Silvio
Tue Apr 26, 2011 11:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT MAP GOOGLE
Replies: 5
Views: 838

Re: PRINT MAP GOOGLE

THANKS RUN OK

AND IF i WANT PRINT ONLY A PART ?
by Silvio
Tue Apr 26, 2011 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT MAP GOOGLE
Replies: 5
Views: 838

PRINT MAP GOOGLE

How select a part map google and print it ?
by Silvio
Tue Apr 26, 2011 10:41 am
Forum: FiveWin para Harbour/xHarbour
Topic: Folders multilinea ( Solved )
Replies: 25
Views: 6596

Re: Folders multilinea ( Solved )

Raymundo How you made the xbrowse with total operations ?
by Silvio
Sun Apr 24, 2011 9:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combo
Replies: 11
Views: 2082

Re: Problem with combo

i UNDERSTOOD YOU NOT UNDERSTOOD ME SORRY FOR THE UPPER LETTERS BUT i WRITE FROM HTC SMARTHPHONE PLEASE FIRST CHANGE THESE LINES : USE COMUNI ALIAS COMUNI INDEX ON COMUNI->PROVINCIA TAG PROV TO COMUNI // Sure you don´t need to create this index every time Do While Comuni->(!Eof()) AAdd( aComuni, RTri...
by Silvio
Sun Apr 24, 2011 3:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Also for the euro into xbrowse
Replies: 6
Views: 945

Re: Also for the euro into xbrowse

I don't Know why but now not run

i try with courier, arial,verdana lucida console,Book Antiqua

I cannot show the € on this computer with w7 home premium 64 bit
by Silvio
Sun Apr 24, 2011 3:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combo
Replies: 11
Views: 2082

Re: Problem with combo

I explain you if I insert oCbx:select(1) I can see the first element of cities of province "TE" right Now you try to save it you have saved first combo "TE" second combo "TERAMO" when you re- run the test you must go to modify the record you found what you selected BUT ...
by Silvio
Sun Apr 24, 2011 2:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combo
Replies: 11
Views: 2082

Re: Problem with combo

no daniel I found the error now the aarray aComuni was not popolate at init the problem NOW is this Now If the user go to the modify of record can you the sigle of province "TE" and the city "TERAMO" on the combobox but if click on the combobox the user cannot see only the ities ...
by Silvio
Sat Apr 23, 2011 9:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cursor on btnbmp
Replies: 0
Views: 215

cursor on btnbmp

I made :

@ 78, 140 BTNBMP oBtnMail RESOURCE "MAIL16" OF oDlg SIZE 10,10 NOBORDER PIXEL FONT oFont CANCEL ACTION NIL
oBtnMail:l2007:=.t.
oBtnMail:oCursor:=cursorHand()

but I see only the arrow cursor and not a hand
by Silvio
Sat Apr 23, 2011 8:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Also for the euro into xbrowse
Replies: 6
Views: 945

Re: Also for the euro into xbrowse

Mr Rao I m trying also with DEFINE FONT oFontGrid NAME "Courier," SIZE 0,GetDefaultFontHeight() WITH OBJECT oApp():oGrid:aCols[ 10 ] :AddResource("cassa16") :nDataStrAlign := AL_RIGHT :cEditPicture := "@ €99,999.99 " :lTotal := .t. :nTotal := 0 :nFootStrAlign := AL_RIGH...