Search found 222 matches

by Eoeo
Fri Aug 17, 2012 8:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 5984

Re: To Nages : How change an value on an array

Now Perhaps I resolve but only on a test tomorrow I must insert all on application and I say you if I resolved
by Eoeo
Fri Aug 17, 2012 8:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 10757

Re: Trying Tgantt Fivetech class

Or fivetechsoft must create a test sample with : a) calendar on top scrollable b) a tgant graphic on middle scrollable c) a xbrowse with data test scrollable and all scrollable together the Antonio 's test run but that test sampl not is a real tgant graphics Antonio should create a test clarifier pe...
by Eoeo
Fri Aug 17, 2012 5:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 5984

Re: To Nages : How change an value on an array

Perhaps I founded a solution aDatiDisp[1][1]:= IIF(Left(DO->l_lun, 1)="S",.T.,.F.) aDatiDisp[1][2]:= IIF(SubStr(DO->l_lun, 2, 1)="S",.T.,.F.) aDatiDisp[1][3]:= IIF(SubStr(DO->l_lun, 3, 1)="S",.T.,.F.) aDatiDisp[1][4]:= IIF(SubStr(DO->l_lun, 4, 1)="S",.T.,.F.) ...
by Eoeo
Fri Aug 17, 2012 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 5984

Re: To Nages : How change an value on an array

the command right was setcheck() Irememer there was a command!! ... only now I have the problem I not have .t. And .F. but S and N and I must change all procedures of application because this scheme is into different procedure This application is an old clipper application 16 bit and re made for fwh...
by Eoeo
Wed Aug 15, 2012 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 5984

To Nages : How change an value on an array

I have this array aData := { {'Lunedi', "S","S","S","S","S","N","S","S","S","S" },; {'Martedi', "S","S","S","S","S","S","S","...
by Eoeo
Wed Aug 15, 2012 7:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 718

Re: text on tab

I resolve with :

IF Len( oTab:aPrompts ) > 5
numtab:= 3
ELSE
numtab:= Len( oTab:aPrompts )
ENDIF

FOR n = 1 to numtab

NOW run ok with ( until ) 10 Tabs I not Know why ...eh eh eh :)
by Eoeo
Wed Aug 15, 2012 7:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 718

Re: text on tab

good run ok!!!

but only until two tabs

If I have Many tabs it not run



pls see it


Image
by Eoeo
Tue Aug 14, 2012 8:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox and Xbrowse errors with array and bitmaps
Replies: 11
Views: 2594

Re: ListBox and Xbrowse errors with array and bitmaps

uwe, it run ok but I must resolve it on my test sample
I have S and N
by Eoeo
Tue Aug 14, 2012 7:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 718

text on tab

I'd Like insert a text on the left of tabs how I can make to write it on the left I try as you can see in this picture but the text is wrote near to second tab http://img16.imageshack.us/img16/6159/errtab.png I made the tab @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oA...
by Eoeo
Tue Aug 14, 2012 6:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox and Xbrowse errors with array and bitmaps
Replies: 11
Views: 2594

Re: ListBox and Xbrowse errors with array and bitmaps

Uwe,
the zip is the same of old !!!
by Eoeo
Tue Aug 14, 2012 3:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox and Xbrowse errors with array and bitmaps
Replies: 11
Views: 2594

Re: ListBox and Xbrowse errors with array and bitmaps

Uwe, I saw the first test When The user click on a bitmap sample it become red when the user click to another bitmap the old click must remain that of before it must not change I hope you understood me With Listbox ( wBrowse) run ok see it please http://img826.imageshack.us/img826/9995/listok.png Wh...
by Eoeo
Mon Aug 13, 2012 3:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: EditCell
Replies: 6
Views: 1251

Re: EditCell

ok I must use only @ 0,0 XBROWSE oBrw OF oWnd DATASOURCE "CUSTOMER" AUTOCOLS ; CELL LINES NOBORDER FASTEDIT is there another method because I have another configuration please : oApp():oGrid := TXBrowse():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGri...
by Eoeo
Mon Aug 13, 2012 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: EditCell
Replies: 6
Views: 1251

Re: EditCell

Nages nor run the final user can edit the record but then whe nthe user press return it return as before aBrowse := { { { || CE->ALIMENTO }, i18n("Alimento"), 350, },; { { || CE->PROTEINE }, i18n("Proteine"),40, },; { { || CE->GLUCIDI }, i18n("Glucidi"),40, },; { { || C...
by Eoeo
Mon Aug 13, 2012 2:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox and Xbrowse errors with array and bitmaps
Replies: 11
Views: 2594

Re: ListBox and Xbrowse errors with array and bitmaps

please Uwe, I need only if the use click only a cell sample : Mercoledi 1 and if it is green it must become red or if it is red must become green not all cells for that row please use this test #include "FiveWin.ch" #include "xBrowse.ch" #include "constant.ch" Function ...