Search found 903 matches: fivedbu

Return to advanced search

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

Re: FiveDBU : FPT -> DBT

... 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 wrong :?:   This is due to ...
by nageswaragunupudi
Sat Oct 07, 2023 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 432

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

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

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

Re: ¿ Software para Dbf ?

FWH\samples\fivedbu.prg
by Antonio Linares
Mon Oct 02, 2023 3:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Software para Dbf ?
Replies: 6
Views: 430

Sample FiveDBU.PRG ODBC

hi

when call ODBC it display "wrong" Dialog with OdbcConnect()

please include instead CODE of c:\fwh\samples\testodbc.prg and testodbc.RC and XBROWSE(r) instead of Browse()
by Jimmy
Mon Sep 04, 2023 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample FiveDBU.PRG ODBC
Replies: 0
Views: 235

Re: FWH new AutoHelp feature !!!

Dear Marc, FWH AutoHelp already works fine with source code created controls, this is what we have fixed. start FiveDBU, go to the DBF Builder, focus will go to the first control, press F1, write something, save it then exit from DBF Builder, go back to it and press F1 again... ...
by Antonio Linares
Wed Jul 12, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 820

FWH new AutoHelp feature !!!

... and the next time you press F1 the help will be shown! FWH automatically creates a help.dbf with index and updates it properly. To test it using FiveDBU, just go to the DBF builder or any other dialog, place the focus on any control and press F1 :-) https://github.com/FiveTechSoft/screenshots/blob/master/autohelp.png?raw=true ...
by Antonio Linares
Wed Jul 12, 2023 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 820

Re: FiveDBU ODBC and PostgreSQL

Question : is Button ODBC in FiveDBU for OLEDB or ODBC :?:

You are right. Button ODBC displays a list of OLEDB providers instead of list of ODBC DSNs.
by nageswaragunupudi
Wed Jun 28, 2023 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 528

Re: FiveDBU ODBC and PostgreSQL

your ODBC Driver begin with "Provider" but psqlODBC Driver begin with "Driver" Micorsoft provides a Provider "MADASQL" for using ODBC drivers with ADO. If we want to use an ODBC driver with ADO, we SHOULD prefix "Provider=MADASQL;" before the "Driver={an...
by nageswaragunupudi
Wed Jun 28, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 528

Re: FiveDBU ODBC and PostgreSQL

... for PostgreSQL :?: your ODBC Driver begin with "Provider" but psqlODBC Driver begin with "Driver" Question : is Button ODBC in FiveDBU for OLEDB or ODBC :?:
by Jimmy
Tue Jun 27, 2023 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 528

Re: FiveDBU ODBC and PostgreSQL

I found ODBC driver (32-bit) also was installed along with server and oledb driver. This is how I connected changing the few lines in the above sample.   local cStr  := "Provider=MSDASQL;Driver={PostgreSQL ODBC Driver(UNICODE)};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=India...
by nageswaragunupudi
Tue Jun 27, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 528

Re: FiveDBU ODBC and PostgreSQL

I haven't worked with PostGre recently. I have PostGre server along with PostGre OLEDB Provider installed on my PC some years back. Now, I tested using our ADO functions and it is working well. My Server Version: PostgreSQL 10.7, compiled by Visual C++ build 1800, 32-bit This is my test code: #inclu...
by nageswaragunupudi
Tue Jun 27, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 528
Next

Return to advanced search