Search found 27 matches: picklist

Return to advanced search

Re: Set RADIO Theme OFF

hi,
karinha wrote:I love playing with FIVEWIN. hahahahahaha.

hi,

that is nice using GOLD Font :)

at that place, above RADIO Buttpn, i have 2 x Listbox() to "pick" FIELD
Image
i will release Picklist() in other Thread
by Jimmy
Mon May 01, 2023 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 548

Re: XBROWSE FIELDS with Name in Array

... oBrw OF oDlg COLUMNS 1,2 which both can "reduce" Column to DBF FIELD which i want but that is "hardcode" an now i have a "Picklist" for it so i try    @ 0, 0 XBROWSE oBrw OF oDlg FIELDS FieldNameFunc()or   @ 0, 0 XBROWSE oBrw OF oDlg COLUMNS FiledNumberFunc() ...
by Jimmy
Fri Apr 28, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 784

Re: XBROWSE FIELDS with Name in Array

... :shock: https://i.postimg.cc/BQ6zfn54/XBROWSE-ADD-LAST.jpg what i´m doing wrong :?: p.s. Fieldname will later come from Picklist https://i.postimg.cc/c1DDhGpj/Picklist.jpg
by Jimmy
Thu Apr 27, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 784

Re: Sales question for 16/32/64 bit, Windows & Linux, and Droid

... and I use both of them, for different purposes. What about the most recent 16 bit version? I also work in Freedos. I was looking at the product picklist again. Are all of these covered by the FTDN license? I think I purchased one way back, but haven't renewed it in years.
by FWExplorer
Tue Nov 19, 2019 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sales question for 16/32/64 bit, Windows & Linux, and Droid
Replies: 4
Views: 673

Sales question for 16/32/64 bit, Windows & Linux, and Droid

... 32 bit Harbour FWH, both Windows and Linux 3. The most recent 64 bit Harbour FWH, both Windows and Linux 4. FiveDroid (I don't see this one in the picklist, on the product page https://www.fivetechsoft.com/secure/english/purchase.html) Thanks,
by FWExplorer
Tue Nov 19, 2019 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sales question for 16/32/64 bit, Windows & Linux, and Droid
Replies: 4
Views: 673

Re: Sudoku with fwh

... ( moved to the right hand side ) 1. I don't want to use the keyboard , to type a cellvalue. --- the numbered 1. col of the 2. browse works like a picklist of a number --- I just pick a number and click on any cell, I want to add it ( much better and faster ). 2. I don't want to use buttons. The ...
by ukoenig
Wed Jan 21, 2015 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8143

Re: New FTDN March/Marzo 2010 (10.3)

>* Enhancement: XBrowse: K_F2 also triggers edit, similar to Excel.

Antonio,
Would it be possible to have this feature guarded with a flag as my codes already make use of F2 to invoke picklist in xBrowse?

TIA
by hua
Fri Apr 02, 2010 9:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2010 (10.3)
Replies: 3
Views: 2691

Re: Picklist

Hi James

I tried that before but I tried it again but the error message is the same except
instead of "intls" not found = oData not found.

Cheers

Colin
by Colin Haig
Fri Feb 05, 2010 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Re: Picklist

Try changing this line:

cLine += "cValToChar("+aFields[i] + if( i < len( aFields ), "),", ")" )

To this:

cLine += "cValToChar(oData:"+aFields[i] + if( i < len( aFields ), "),", ")" )

James
by James Bott
Fri Feb 05, 2010 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Re: Picklist

Hi James

Yes the database is open because if I enter a known value the correct data is returned

enter CH and name Colin Haig returned - if I enter C this is when the picklist is invoked.

MsgInfo(oData:cAlias) == 'TDF005'
MsgInfo(oData:used()) == .t.

Regards

Colin
by Colin Haig
Fri Feb 05, 2010 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Re: Picklist

Colin, MsgInfo(alias()) it returns in this instance TDF05 and not the true alias which is emplye. MsgInfo( alias() ) is returning the alias of the current workarea which may or may not be the workarea of the database object. oData:cAlias IS the workarea of the database object. TDatabase will not gen...
by James Bott
Thu Feb 04, 2010 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Re: Picklist

Hi James You are right INTLS is a field name - I added what you said but I still get the error - could it be that when you do the following MsgInfo(alias()) it returns in this instance TDF05 and not the true alias which is emplye. The database is called 'emplye' and the two fields I pass in afields ...
by Colin Haig
Thu Feb 04, 2010 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Re: Picklist

Colin,

Error description: Error BASE/1003 Variable does not exist: INTLS

I am guessing the INTLS is a fieldname and you have not defined oLbx:cAlias.

Try adding:

oLbx:cAlias:= oData:cAlias

Regards,
James
by James Bott
Thu Feb 04, 2010 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Picklist

Hi All I use the following as general picklist function cIntls := BrowseaDBF(oEmp,{"INTLS","NAME"},{"Init","Name"},cFile,{||oEmp:intls},"",cIntls) function BrowseaDBF(oData,aFields,aHdgs,cTitle,bReturnExp,xRetVal,cSoft) ...
by Colin Haig
Thu Feb 04, 2010 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picklist
Replies: 6
Views: 1042

Re: [xBrowse] - Implementing picklist

Thanks for the reply James but my problem was my 'More-Info' dialogue box got executed twice because I placed it in :bEditValid. Nevertheless, this is what I've done to solve it: function main()   .   oBrw:aCols[LN_ACCN]:bEditWhen := {|oCol| lValidated := .f., .t.}    oBrw:...
by hua
Mon Dec 07, 2009 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [xBrowse] - Implementing picklist
Replies: 6
Views: 1145
Next

Return to advanced search