Search found 1032 matches: append

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... RowSet object, thus saving time. Usage: oCustRec := oCn:Record( "customer" ) // creates a blank record oCustRec:Edit() // edit and save (append) a new record oCustRec:Blank() // load another blank record oCustRec:Edit() // oStatesRec := oCn:Record( "states", "code='WA'" ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 387

Acopy para matrices

Queridos compañeros del Foro, Quisiera hacer una función parecida a Acopy pero para matrices. La idea es que con ella se pueda hacer un "append" de una matriz a otra (de igual estructura). He estado tratando de buscar el como, pero por el momento no he podido, quizá no dan las neuronas ...
by jose_murugosa
Tue Mar 05, 2024 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acopy para matrices
Replies: 5
Views: 282

Re: Mr. Rao, refresh a Tree

This is a sample code. Still this does not support Append or Delete. I will show that in my next sample. I suggest this way of edit dialogs. #include "fivewin.ch"#include "dbcombo.ch"static oMarcas, oModelosfunction Main()  ...
by nageswaragunupudi
Tue Feb 13, 2024 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 759

Re: RAO advice on using Mysql

... FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- NOT SUPPORTED: Seek(), Filter(),Delete(),Append() The RecSet class is created in such rare cases where it is essential to read and display a big table in full. This is not possible with other ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1016

Re: Using Microsoft AI Phi-2 from FWH

... got it working using FWH :-) I think the different behavior with HMG is this: AI_FORM.oAnswer.Value += cStr with FWH we use Class TMultiGet METHOD Append( cStr )      METHOD Append( cText, nLen ) INLINE ;                    ...
by Antonio Linares
Fri Dec 22, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8417

Re: Problem with oBrowse:aDeleted

...         //Salva Report.dbf ok        oRec:Save()  I tried also with oDbfMod:ArrayToDBF( aDataForm ,  cItemFlds,, .t., .t. ) append a record empty on oDbf not delete the record on oDbfMod
by Silvio.Falconi
Tue Nov 21, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oBrowse:aDeleted
Replies: 2
Views: 247

Re: DBF . Commit

For Me ... all my data is written to memory variables when the data needs to be saved I can append the data or edit the data and the last thing I do with dbfcdx is to move the record pointer after I write to the disk with GoTo Recno() ADO is a bit different with SQL .. ...
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2432

Re: DBF . Commit

... ? FILEDATE( cDbf ), FILETIME( cDbf ) I made a PS script which I call from the test program and get the right time and values. FOR I := 1 to 5000 APPEND BLANK REPLACE FIELD ->test WITH "TEST"+ str(i) + time() UNLOCK if I = 5000 ? FILEDATE( cDbf ), FILETIME( cDbf ) waitrun( 'powershell_ise.exe ...
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2432

Re: DBF . Commit

Enrico, but if you try like Mr. Rao said your sample is working for me. APPEND BLANK dbRLock() REPLACE FIELD ->test WITH "TEST" DbUnlock() Best regards, Otto #include "fivewin.ch"REQUEST DBFCDXREQUEST DBFFPTFUNCTION MAIN()    ...
by Enrico Maria Giordano
Sun Oct 22, 2023 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2432

Re: DBF . Commit

Enrico, but if you try like Mr. Rao said your sample is working for me. APPEND BLANK dbRLock() REPLACE FIELD ->test WITH "TEST" DbUnlock() Best regards, Otto #include "fivewin.ch"REQUEST DBFCDXREQUEST DBFFPTFUNCTION MAIN()  ...
by Otto
Sun Oct 22, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2432

Re: DBF . Commit

... a solid-disk write. Thus to insure updates are visible to other processes, you must issue a COMMIT after all database update commands (e.g., APPEND, REPLACE). To insure data integrity, COMMIT should be issued before an UNLOCK operation. Refer to the “Network Programming” chapter for more ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2432

Re: Request : function GetSerialCol()

... of METHOD SavePQQ() CLASS TDataRow to work with GetSerialCol() as currval() is NOT the right Way (for Alaska Concept) i have to re-write CODE for APPEND a new Record in Table
by Jimmy
Mon Sep 25, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 596

Re: Reason for closing DBF file

... FUENTES\COMUNES\logrdd.prg(398) Error E0059 Invalid SWITCH Constant 'CLOSE'. FUENTES\COMUNES\logrdd.prg(401) Error E0059 Invalid SWITCH Constant 'APPEND'. FUENTES\COMUNES\logrdd.prg(404) Error E0059 Invalid SWITCH Constant 'DELETE'. FUENTES\COMUNES\logrdd.prg(407) Error E0059 Invalid SWITCH Constant ...
by russimicro
Fri Sep 15, 2023 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1167

XBROWSER Buttonbar Hotkey ?

hi,

is it possible to assign Hotkey for Buttons in Buttonbar of XBROWSER :?:

i like to use Keyboard and not Mouse in a "normal" App
for "edit" i like to use CTRL-E or F2
for "Append" CTRL-A
by Jimmy
Mon Sep 04, 2023 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER Buttonbar Hotkey ?
Replies: 0
Views: 210

Re: Execute php or vbs code

Here it is: https://wormhole.app/6lE98#DrUiOoCwc3x7kgJ2O-EDDA Enrico, using Antonio's example, I have several errors. Need some other lib? Error: Unresolved external 'WSAIoctl' referenced from D:\LANG\FWH1105\XH1.2.1\LIB\HBCURL.LIB|hbcurl Error: Unresolved external '_curl_global_init_mem' r...
by wartiaga
Sat Sep 02, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1162
Next

Return to advanced search