Search found 24 matches: cdbfname

Return to advanced search

Re: FiveDBU 64 Bit ?

hi Antonio,
Antonio Linares wrote:Please rename in fivedbu.prg:

function FiveDbu( cDbfName )

as

function Main( cDbfName )

YES. now it work with MSVC 64 Bit :D
thx for Solution
by Jimmy
Fri Apr 14, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 730

Re: FiveDBU 64 Bit ?

Dear Jimmy,

Please rename in fivedbu.prg:

function FiveDbu( cDbfName )

as

function Main( cDbfName )
by Antonio Linares
Fri Apr 14, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 730

Re: Error con funcion ImportFromDBF

nageswaragunupudi wrote:ImportFromDBF( cDbfName, nil, nil, nil, nil, .F. ) // 5th param .F. suppresses creation of AutoInc field ID

BUT
In that case you will be creating all tables in MySql without PrimaryKey and that is VERY DANGEROUS.


Thanks a lot
by Compuin
Sun Nov 19, 2017 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con funcion ImportFromDBF
Replies: 10
Views: 1753

Re: Error con funcion ImportFromDBF

ImportFromDBF( cDbfName, nil, nil, nil, nil, .F. ) // 5th param .F. suppresses creation of AutoInc field ID

BUT
In that case you will be creating all tables in MySql without PrimaryKey and that is VERY DANGEROUS.
by nageswaragunupudi
Sun Nov 19, 2017 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con funcion ImportFromDBF
Replies: 10
Views: 1753

Re: ADO RecordSet to DBF

... the coverage to other SQL DBMSs depending on the users' requirements. Regards G. N. Rao. Hyderabad, India So probably FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] ) will not help for informix database But the above functions are not really difficult and one can write by himself. Regards ...
by avista
Mon Jul 14, 2014 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4761

Re: ADO RecordSet to DBF

... oRs, n/cname/ofield) or (oField) -> field strut info { cName, cDbtype, nDblen, nDbdec, nAdotype, lReadwrite } function FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] ) --> lSuccess Best regards, They are all functions in the later versions of FWH and the proper way to get the source code ...
by nageswaragunupudi
Mon Jul 14, 2014 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4761

Re: ADO RecordSet to DBF

Navarro thanks for reply

I urgent need the source of function FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] )
or same similar source sample

Best regards,
by avista
Mon Jul 14, 2014 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4761

Re: ADO RecordSet to DBF

... oRs, n/cname/ofield) or (oField) -> field strut info { cName, cDbtype, nDblen, nDbdec, nAdotype, lReadwrite } function FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] ) --> lSuccess or sample .PRG for my case how to detect type, size, dec ...for fields Best regards,
by avista
Fri Jul 11, 2014 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4761

Re: ADO RecordSet to DBF

... oRs, n/cname/ofield) or (oField) -> field strut info { cName, cDbtype, nDblen, nDbdec, nAdotype, lReadwrite } function FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] ) --> lSuccess Best regards,
by avista
Fri Jul 11, 2014 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4761

Re: "Snap" for Clipper

...   974   980 CDATA                  WINDOW.PRG      665  3388  3396  3406  3409  3412  3416  3418  3420  3423                   3425  3430  3433 CDBFNAME                WINDOW.PRG     1550  1552  1556  1557  1563 CENTERED                WINDOW.PRG     3901 CFACENAME              WINDOW.PRG   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

New FTDN August/Agosto 2013 (FWH 13.08)

... oRs, n/cname/ofield) or (oField) -> field strut info { cName, cDbtype, nDblen, nDbdec, nAdotype, lReadwrite } function FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] ) --> lSuccess * Fix: XBrowse. While editing numeric values without specifying picture clause decimal part is not editable. ...
by Antonio Linares
Tue Sep 17, 2013 10:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2013 (FWH 13.08)
Replies: 0
Views: 2510

Re: xbrdbu : new version

... cFile ) Exit End End Return cPath + cFile //----------------------------------------------------------------------------// Static Func BuildDbf( cDbfName, oLbx ) Local aFields := {} Local n Local cTempFile:="" If Empty( cDbfName ) MsgAlert( "Se necesita un nombre para la DBF", ...
by desdesummer87
Fri Feb 22, 2013 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrdbu : new version
Replies: 48
Views: 15509

Re: Desarrollo FiveWeb

... el browse generico de una DBF desde FIveGen/FiveWeb: docs: http://wiki.fivetechsoft.com/doku.php?id=fivegen_english Method Browse( cDbfName ) http://www.fivetechsoft.com/fivegen (acceso restringido a beta testers, solicitar acceso a alinares@fivetechsoft.com) http://img6.imageshack.us/img6/5666/capturegxi.png
by Antonio Linares
Tue Jun 26, 2012 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desarrollo FiveWeb
Replies: 38
Views: 8684

Re: FiveWeb development

... FiveGen generic browse for a given DBF filename: docs: http://wiki.fivetechsoft.com/doku.php?id=fivegen_english Method Browse( cDbfName ) http://www.fivetechsoft.com/fivegen (beta tester access required, please require it to alinares@fivetechsoft.com) http://img6.imageshack.us/img6/5666/capturegxi.png
by Antonio Linares
Tue Jun 26, 2012 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb development
Replies: 35
Views: 8831

Re: FiveDBU for 32/64 bits

... := 0, nBack1 := 1, nBack2 := 1, nGposW := 1, nGposD := 1 static nGDirectW := 1, nGDirectD := 1, cDefRdd := "DBFCDX" function Main( cDbfName ) local oBar, oBmpTiled SET DATE FORMAT TO "DD/MM/YYYY" SET _3DLOOK ON SetBalloon( .T. ) // not needed // SetDlgGradient( { { 1, ...
by ukoenig
Sat Jun 09, 2012 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75105
Next

Return to advanced search