Search found 42 matches: filed

Return to advanced search

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: 483

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: 3700

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: 413

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: 1210

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: 937

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: 1009

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: 499

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: 3305

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: 1663

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: 1183

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: 1527

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: 599

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: 599

Re: Google Cloud Platform

... including names, earnings, and Social Security numbers. TCC’s spokesperson has said that at least 16 TCC employees have reported false tax returns filed under their Social Security numbers. MedStar Health Inc. March 30, 2016: The FBI is investigating a computer virus that paralyzed MedStar Health-operated ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4081
Next

Return to advanced search