Search found 3107 matches

by Silvio
Thu Apr 21, 2011 2:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2367

Re: STRANGE ERROR ON RADIOMENU - resolved

thanks to Daniel, and Uwe
by Silvio
Thu Apr 21, 2011 1:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2367

Re: STRANGE ERROR ON RADIOMENU

Silvio my answer and suggestions is same... you wrote to uwe I use these because if I make PROMPT "&Utente registrato", "Test 2", "Test 3", "Test 4" it show the radio one down another but I use suggestion 2) 2) try to study the class's source code, before...
by Silvio
Thu Apr 21, 2011 1:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2367

Re: STRANGE ERROR ON RADIOMENU

Daniel these there is another error not resolved the report tests run ok but when I insert thesame lines command on mine test not run seems to be an error in the report class from stephan Haupt every color inside the report is set correct, but not printed :-( http://forums.fivetechsupport.com/viewto...
by Silvio
Thu Apr 21, 2011 1:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2367

Re: STRANGE ERROR ON RADIOMENU

sorry daniel I copied a test samples of fwh . .it is the same of . testrad2.prg and on this file I not see check comand // Testing some radio buttons #include "FiveWin.ch" static oWnd //----------------------------------------------------------------------------// function Main() local nVa...
by Silvio
Thu Apr 21, 2011 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2367

Re: STRANGE ERROR ON RADIOMENU

UWE, why you not read after ... @ 10, 50 RADIO aGet[1] VAR nRutipo PROMPT "&Utente registrato" PIXEL SIZE 50, 12 OF oDlg UPDATE I use these because if I make PROMPT "&Utente registrato", "Test 2", "Test 3", "Test 4" it show the radio one down...
by Silvio
Thu Apr 21, 2011 11:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR WITH XBROWSE : TOEXCEL
Replies: 6
Views: 1268

ERROR WITH XBROWSE : TOEXCEL

http://img24.imageshack.us/img24/8272/ffffffif.jpg I HAVE A XBROWSE and I MADE ACTION (CursorWait(), oApp():oGrid:ToExcel() , CursorArrow()); and it made an error why ????? Application =========== Path and name: C:\Work\Prg2\rux\main.Exe (32 bits) Size: 3,516,416 bytes Time from start: 0 hours 1 mi...
by Silvio
Thu Apr 21, 2011 11:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2367

STRANGE ERROR ON RADIOMENU resolved !!!

the radio control not show the position of the values nRutipo:=4 , nRUPAG:=2 on the radio controls in this dialog WHY PLS SEE THIS TEST #include"fivewin.ch" FUNCTION TEST()    LOCAL oDlg,oFont,aGet[14],oFld    Local nRutipo:=4 ,  nRUPAG:=2 DEFINE FONT oFont NAME "MS Sans Serif" S...
by Silvio
Tue Apr 19, 2011 5:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TFOLDERE- resolved !!!!
Replies: 3
Views: 643

Re: ERROR ON TFOLDEREX

sorry BUT the radio no is on folder but on the dialog !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


@ 82, 48 RADIO oRad1 VAR nCltipo PROMPT "&Sito Web" PIXEL SIZE 40, 12 OF oDlg;
ON CHANGE ( oFld:nOption:=nCltipo, oFld:REFRESH())
by Silvio
Tue Apr 19, 2011 5:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TFOLDERE- resolved !!!!
Replies: 3
Views: 643

ERROR ON TFOLDERE- resolved !!!!

when I change the option on radio control not refresh() the dialogs of folder It refresh only the tabs of the folder please run this test Function test() Local  oDlg,oFont Local oFld,oRad1,nCltipo:=1  DEFINE DIALOG oDlg FROM 100, 100 TO 542,620;                  STYLE DS_MODALFRAME + WS_POPUPWINDOW ...
by Silvio
Sun Apr 17, 2011 4:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON REPORT CLASS : To Josè and to All
Replies: 0
Views: 404

ERROR ON REPORT CLASS : To Josè and to All

I'm trying to modify tinforme class of Josè, http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20860&p=111880&hilit=tinforme#p111880 adding new features : It run ok but I have some problems whith these : 1) preview or print colors of titles, header, and column 2) preview or print col...
by Silvio
Fri Apr 15, 2011 6:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: save dir
Replies: 7
Views: 1216

Re: save dir

James , I use also for backup or restore this cPath := cFilePath(GetModuleFileName(GetInstance()))+SUBSTR(cPath,2) But I not Know where the user take the bitmaps , and I cannot use a BitmapsPath Fix I try to use the application on another pc but then it not run because on first pc I have a bitmaps i...
by Silvio
Thu Apr 14, 2011 7:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: save dir
Replies: 7
Views: 1216

Re: save dir

THIS GIVE ME
.\BITMAPS\
AND NOT
.\BITMAPS\NAMEBMP.BMP
by Silvio
Thu Apr 14, 2011 11:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: save dir
Replies: 7
Views: 1216

Re: save dir

James, I have on dialog @ 40, 10 SAY "Image:" OF oDlg SIZE 21, 8 PIXEL @ 38, 39 GET aGet[3] var cTabImage OF oDlg SIZE 205, 12 PIXEL @ 38, 263 BUTTON oBtnSel PROMPT "..." OF oDlg PIXEL SIZE 10, 9 ; ACTION ( cTabImage:=cGetFile( "*.*", "Select a file" ),; aGet[...
by Silvio
Thu Apr 14, 2011 8:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: save dir
Replies: 7
Views: 1216

save dir

when I load a bitmaps the function getdir save on cDir all directory

for sample

c:\work\prg\codici\bitmaps\xxx.bmp

I wish only .\bitmaps\xxx.bmp

because if I insert the exe to another folder or pc it not found the bitmaps

any idea ?