Search found 267 matches: fpt

Return to advanced search

Creating a CSV file from these forums

These forums as a DBF and FPT files: https://huggingface.co/datasets/fivetech/forums_dbf/tree/main forums_csv.prg #include "FiveWin.ch"request dbfcdxfunction Main()    local cPostsCSV := "topic,text" ...
by Antonio Linares
Thu Jan 25, 2024 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a CSV file from these forums
Replies: 0
Views: 576

Re: phpBB to LLM

From posts.dbf and posts.fpt now we generate the dataset.json to be trained. We are using just 20 different topics, so the dataset is not too large and we can do quicker tests with it: dataset.prg #include "FiveWin.ch"request ...
by Antonio Linares
Tue Jan 02, 2024 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4654

Re: phpBB to LLM

Here you have a posts.dbf and posts.fpt with all the contents of these forums :-) We appreciate if you can review it and check if they are fine for you: https://github.com/FiveTechSoft/forums/blob/master/posts_dbf.zip join these ...
by Antonio Linares
Sat Dec 23, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4654

Re: DBF . Commit

... FlushFileBuffers( handle ) thereby ensuring that all the data in the buffers are physically written to the disk. This is executed for dbf, fpt/dbt and all cdx/ntx/idx file handles. This API function also updates the files' timestamps. (note: for other operating systems (x)Harbour executes ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2321

Re: hb_cdxPageSeekKey how to intercept this error

Antonio,
next time it happens I provide screenshot.
1) I create a screenshot
1) I save dbf+fpt+cdx
2) reindex
4) restart app
5) post in this forum the screenshot

Many thanks to all
by MarcoBoschi
Thu Oct 19, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 752

Re: FiveDBU : FPT -> DBT

hi,

Ok, thx
by Jimmy
Tue Oct 10, 2023 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 428

Re: FiveDBU : FPT -> DBT

hi, i have create DBF with Fivewin   DBCREATE( datei, field_list, "DBFCDX" )   so i got FPT as Extension while i have forgot a FIELD i use FiveDBU and modify Structure this work so far ... but now i have DBT for "new" File :shock: what i´m doing ...
by nageswaragunupudi
Sat Oct 07, 2023 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 428

Re: FiveDBU : FPT -> DBT

You did set your preferences correct I suppose ?
by Marc Venken
Fri Oct 06, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 428

Re: FiveDBU : FPT -> DBT

Perhaps,

Code: Select all  Expand view
 REQUEST DBFNTX, DBFDBT
  DBCREATE( datei, field_list, "DBFNTX" )
 
by paquitohm
Fri Oct 06, 2023 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 428

FiveDBU : FPT -> DBT

hi,

i have create DBF with Fivewin
Code: Select all  Expand view
  DBCREATE( datei, field_list, "DBFCDX" )

so i got FPT as Extension

while i have forgot a FIELD i use FiveDBU and modify Structure
this work so far ... but now i have DBT for "new" File :shock:

what i´m doing wrong :?:
by Jimmy
Fri Oct 06, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 428

Re: Acceder a dbf mediante ado

Download and install VFPOLEDB provider from
https://www.microsoft.com/en-us/downloa ... x?id=32602
and install

After that
open connection object
Code: Select all  Expand view
oCn := FW_OpenAdoConnection( { "FOXPRO", cfoldername }, .T.)

Now you can use DBFCDX dbf files with fpt memo files
by nageswaragunupudi
Fri Jul 28, 2023 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acceder a dbf mediante ado
Replies: 6
Views: 376

Re: Acceder a dbf mediante ado

Mr. Rao, excelente, funciono perfecto.

También necesito usar algunas dbfcdx con memo (dbf y fpt), me podría informar como?
by jpcavagnaro
Thu Jul 27, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acceder a dbf mediante ado
Replies: 6
Views: 376

Re: Acceder a dbf mediante ado

No driver or provider need to be installed for using DBFs without FPT files. The default Jet OLEDB provider that comes bundled with Windows OS is enough. FWH ADO functions take care of everything for you Establishing a connection. oCn := FW_OpenAdoConnection( ...
by nageswaragunupudi
Thu Jul 27, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acceder a dbf mediante ado
Replies: 6
Views: 376

Re: MEMO : EDIT or GET with MULTILINE

hi Tim, it is not "special" for Logfile general i want to "look" into "Text" File like a Memo of *.FPT i also want to use a "Find" and/or "Replace" Dialog for Memo https://forums.fivetechsupport.com/viewtopic.php?t=42959 ...
by Jimmy
Tue Mar 28, 2023 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 519

Encapsular archivos DBF

... comparto una aplicación via onedrive, y algunas veces tengo problemas de duplicados. He pensado que si en vez de tener 80 archivos entre dbf, fpt y cdx, tengo que sincronizar uno me puedo quitar problemas. Si alguien ha tenido una casuística similar y quiere compartir experiencias me gustaría ...
by José Luis Sánchez
Wed Mar 08, 2023 7:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Encapsular archivos DBF
Replies: 3
Views: 538
Next

Return to advanced search