... 22000 entries. In the .csv file there are 3 entries per line (cOld, cNew, cName) I need to go through the .csv file and match cOld to my database filed MyDB->ID and cName in MyDB->Name If cOld == MyDB->ID and cName == MyDB->Name I need to update MyDB->ID with cNew. I tried doing ...
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....
... ? 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" ) ...
... 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 ...
... - 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
... 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 ...
... 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 ...
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", ...
... 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]
... 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) ...
... 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. ...
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", ...
... 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 ...
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 ...