Search found 43 matches: filed

Return to advanced search

Re: ListBox Input Field Scrolling........

Need an update on this.....

I have a Listbox defined, in which the user inputs data in text..
The listbox is TWBrowse
The variable filed size is 90 characters
Is it possible to have the input text scroll horizontally to get the complete text?
In ListBox....

Thank & Regards...
by RiazKhan
Thu Aug 22, 2024 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 5
Views: 1251

Re: Tdatabase & Filter

... ? I have to do a filter more complex 1) Init records 2) End records 3) month(data) 4) dow(data) 5) day(data) 6) monthly indices - I add a new filed to dbf IDX ( numeric 2) from 1 to 15 test.prg #include "fivewin.ch"FUNCTION Main()   RddSetDefault( "DBFCDX" )  ...
by Silvio.Falconi
Mon May 23, 2022 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase & Filter
Replies: 5
Views: 670

Re: Manupulate PDF via Acrobat PRO DC

... OLE . Other approach.... Use an hash table . search a field in the page , add element to Hash ... Key is your "bookmark" ( i suppose filed search ) and value is page number . Sort your Hash by key and move pages in pdf ( PDDoc.MovePage ) . Other option is create new pdf doc an insert ...
by mastintin
Thu Dec 23, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 4877

CSV TO DBF

... - Metri quadriMT,Metri,1,3,Lunghezza,MT - MetriNR,Numero,1,0,Numero,NR - NumeroPZ,Pezzi,1,0,Numero,PZ - Pezzi  Any solution ? the filed are on first line
by Silvio.Falconi
Sat Nov 13, 2021 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV TO DBF
Replies: 4
Views: 486

Re: 1-to-many loke Foxpro

... with connections of function blocks of a process automation system (Honeywell). In the the child database is a field with the 'From'-block and a filed with a 'To'-block. The child is always the same table that is opened 50 times. With a relation between the 'from' and the 'to' field. It's an ...
by Marc Vanzegbroeck
Fri Sep 17, 2021 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1751

Re: Consulta sobre el uso de gráficos en filas de un xBrowse

... object internally maintains an array of bitmaps oCol:aBitmaps. When we first call oCol:AddBitmap( { bmp1, bmp2, bmp3 } ), oCol:aBitmaps is filed with { bmp1, bmp2, bmp3 }. If we call oCol:AddBitmap( { new1, new2, new3 } ) these new bitmaps are added to the existing oCol:aBitmaps but do ...
by nageswaragunupudi
Tue Apr 06, 2021 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre el uso de gráficos en filas de un xBrowse
Replies: 7
Views: 1198

strange problem with tdatabase

I must erase all record of an invoice number ( the filed is 13cr) Local nInvoice := "1234567890128" the oPartres dbf is index on INDEX ON RESITEMS->INVNUM + STR( SERIAL, 3, 0 ) TAG invnum TO resitems oPartres:=TDatabase():Open( , cDir+"ResItems", ...
by Silvio.Falconi
Sat Aug 10, 2019 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange problem with tdatabase
Replies: 5
Views: 1129

save another field on array

... I can edit the last column WITH OBJECT oBrowse:aCols[6] :cEditPicture := '@ €99,999.99' :nEditType := EDIT_GET END How I can to save also the filed n.12 on array I must save this calc = oBrowse:acols[5]-oBRowse:acols[6]
by Silvio.Falconi
Fri Feb 22, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save another field on array
Replies: 3
Views: 531

to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

... see the dbf you can see the error https://i.postimg.cc/g2DkbVXY/fin.png the service have ID 0001 "Servizi1" now have the filed "struttura" full ( instead empty) and the field multiple now is .t. ( instead .f.) WHY ? this is the code Function Order(oBrw1,oBrw2,cFilter1,cfilter2,oServizi)  ...
by Silvio.Falconi
Sat Jan 26, 2019 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3872

Problem with FW_ArrayToDBF(New) RESOLVED!!!

... last column is the order position from 1 to 7 The Final User wish also show some products first and I thinked to order the poducts add a Numeric filed "ORDINE" where insert a number from 1 to n The final user can sect one product and Move on UP or on Down to order the product position. ...
by Silvio.Falconi
Sat Jan 12, 2019 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_ArrayToDBF(New) RESOLVED!!!
Replies: 8
Views: 1888

Re: calculate days

Dear Ing. Anton Lerchster, on my database I have the filed date if ! File( "periodi.dbf" ) aStructure = { { "date" , "D", 8, 0 },; { "rooms_id" , "C", 4, 0 },; { "check_in" , "D", ...
by Silvio.Falconi
Thu Jan 10, 2019 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate days
Replies: 7
Views: 1432

Problem with paste in Get

... of the same application -, FWH doesn't paste the 24 char, it only pastes 18. However, if first I select the field - I go the the beginning of the filed, pulse SHIFT+END selecting the spaces on the GET - and then pressing CTRL+V then the full length of the filed is pasted. If I show th length of ...
by José Luis Sánchez
Mon Apr 30, 2018 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with paste in Get
Replies: 8
Views: 1682

Re: Need help on xharbour and ADT table connection

Hola, I have built the ace32.lib filed successfully using this command: implib.exe ace32.lib ace32.dll and placed the ace32.lib file into xharbour\include folder. it must be in the xHarbour Lib folder When I try to compile again, it failed ...
by Marcelo Via Giglio
Mon Sep 04, 2017 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help on xharbour and ADT table connection
Replies: 1
Views: 624

Need help on xharbour and ADT table connection

... the ACE SDK for Ver 8.1 from Advantaget Dev Zone. So I have the ace32.dll and several dll files in my PC now. I have built the ace32.lib filed successfully using this command: implib.exe ace32.lib ace32.dll and placed the ace32.lib file into xharbour\include folder. When I try to compile ...
by teddydjohan
Mon Sep 04, 2017 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help on xharbour and ADT table connection
Replies: 1
Views: 624
Next

Return to advanced search