Search found 39 matches: preferably

Return to advanced search

Re: Demo c:\fwh\samples\access.prg crash

... If you want to use FWH2206 only please apply the fix. Better you use any later version, preferably FWH2304.
by nageswaragunupudi
Tue Jun 27, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 344

Re: Fivewin and ADO

... uData, "ISKINDOF" ) .and. uData:IsKindOf( "TLINKLIST" ) )  But we advise you to user FWH2210 or later, preferably FWH2304
by nageswaragunupudi
Thu Jun 08, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3839

Re: FWString() : how to add "Keywords"

hi, We need not make any new libs. We can add new translates to the existing translates at runtime, preferably at the beginning of our program. This is a sample. Here the programmer is adding new translates for Spanish and German languages, so that his software can be used ...
by Jimmy
Tue Apr 04, 2023 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 743

Re: FWString() : how to add "Keywords"

We need not make any new libs. We can add new translates to the existing translates at runtime, preferably at the beginning of our program. This is a sample. Here the programmer is adding new translates for Spanish and German languages, so that his software can be used ...
by nageswaragunupudi
Tue Apr 04, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 743

Small Invoice with tdatabase

Some have a sample How create an Invoice with tdatabase add/mod/del

using 2 archives one for the header and one for the body of the invoice linked by the invoice number

and preferably using an array for the invoice body

thanks
by Silvio.Falconi
Sun Aug 11, 2019 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Invoice with tdatabase
Replies: 6
Views: 1227

Re: postgres

Yes.
First, you need to install either ODBC connector or preferably OLEDB provider for PostgreSQL.

Then
oCn := FW_OpenAdoConnection( cConnectionString, .t. )

Please refer to the documentation of www.connectionstrings.com to determine the correct connection string to be used.
by nageswaragunupudi
Mon Mar 18, 2019 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: postgres
Replies: 15
Views: 2455

Re: trying with tdatabase

... as I said, as many as 20 people could be working on this at the same time. Again, with SET EXCLUSIVE OFF at the very beginning of the program ( preferably in the MAIN( ) procedure that starts your application ), everything by default is available in shared mode. You only have to declare the ...
by Silvio.Falconi
Sat Jan 26, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4888

Re: trying with tdatabase

... as I said, as many as 20 people could be working on this at the same time. Again, with SET EXCLUSIVE OFF at the very beginning of the program ( preferably in the MAIN( ) procedure that starts your application ), everything by default is available in shared mode. You only have to declare the ...
by TimStone
Fri Jan 25, 2019 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4888

Re: Ribbonbar getting black

... set to .t. .. that will cause the button bar to strange things .. not sure about the ribbon bar .. If you have an original un-retouched bitmap .. preferably .png .. you can send one to me and I can resample and resize in Gimp ( gimp.org ) and save it as a 24 bit alpha bitmap .. that may solve ...
by Rick Lipkin
Wed Sep 12, 2018 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6162

OT: Docx to PDF Converter

Does anyone know of a good command line program to convert DOCX files to PDF that does not require Word installed?
Preferably free :)
by Jeff Barnes
Fri Jun 30, 2017 5:31 pm
 
Forum: Utilities / Utilidades
Topic: OT: Docx to PDF Converter
Replies: 5
Views: 1313

url to download BCC 7

Hi,

It's been a while.

I am preparing to upgrade FWH. Anybody knows where to get BCC7?
Preferably, direct url to download from your own link or official.

Thanks.
by fraxzi
Tue Aug 11, 2015 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: url to download BCC 7
Replies: 4
Views: 1208

Re: ADO RDD xHarbour

I am trying to figure out how to use indexes. Can someone post a simple working example preferably using the Northwind.mdb? This would be very helpful, since I have had no luck getting an index to work. Below is what I have been trying to get working. I am trying to ...
by James Bott
Tue Aug 04, 2015 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448297

Re: ADO RDD xHarbour

... do so using the ADORDD. And I have had no response to any of my questions about this here. Does anyone have sample (working) code to import a DBF? Preferably into an ACCESS database. Regards, James
by James Bott
Tue Jul 14, 2015 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448297

Re: for Mr. Rao - xBrowse

... us test with a DBF of 1000 records. For test make sure it does not have any deleted records. Use DBFCDX Let it have only one Tag in the cdx file. Preferably on a small numeric column. Prepare a small simple xbrowse. Limit the columns to what we can see on the screen. Do not add any features of ...
by nageswaragunupudi
Sat May 02, 2015 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Rao - xBrowse
Replies: 4
Views: 664

Re: Harbour 3.4 (from Viktor) 2014-29-06

... **both stderr and stdout in one combined stream** (use `make > log.txt 2>&1`). Enable verbose mode using `HB_BUILD_VERBOSE=yes`. Preferably, configure your tools to output English language messages. Complete log output is rarely necessary, but make sure to include the top of the ...
by Antonio Linares
Sat Jul 05, 2014 2:21 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.4 (from Viktor) 2014-29-06
Replies: 4
Views: 3318
Next

Return to advanced search