Search found 46 matches: spec

Return to advanced search

Re: Fivewin and ADO

... ConnectionString with Fivewin Yes oCn := FW_OpenAdoConnection( cYourConnectionString, .t. ) Syntax: FW_OpenAdoConnection( cFWConnectSpec[or]cYourConnectionString, [lShowError],[@oError]) --> oCn// oCn is NIL if failed  FW Connection Spec is an array: ...
by nageswaragunupudi
Wed Jun 07, 2023 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3788

Re: New FTDN August/Agosto 2020 (FWH 20.08)

Agosto 2020 =========== * adofuncs.prg: - Función: FW_OpenAdoConnection( acConStr/Spec, lShowErr, @oErr ) --> oCon Nuevo tercer parámetro que recibe el objeto error de ADO, en caso de error. * msgget.prg: Mejora: Ahora los GET de contraseñas tienen un botón para ...
by Antonio Linares
Tue Sep 22, 2020 4:33 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2299

New FTDN August/Agosto 2020 (FWH 20.08)

August 2020 =========== * adofuncs.prg: - function FW_OpenAdoConnection( acConStr/Spec, lShowErr, @oErr ) --> oCon New 3rd parameter receives the ado error object, in case of error. * msgget.prg: Enhancement: Password Get now has button to show/hide password. ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2299

Re: MariaDB with latin5_turkish_ci collation

Hi, My research: In HeidiSQL my Data. http://www.objekt.com.tr/fwh_test/04-Heidi.jpeg In HeidiSQL. http://www.objekt.com.tr/fwh_test/01-MariDB_Spec.jpeg We try to use latin5, latin5 is ISO 8859-9 Turkish. in https://harbour.github.io/doc/harbour...
by Horizon
Mon Jun 01, 2020 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4265

Alter table in MariaDB from given Structure

... Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted. There is not problem adding or deleting for aColSpec. But When I changing in Numeric variables type and length is ...
by Horizon
Wed May 20, 2020 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alter table in MariaDB from given Structure
Replies: 1
Views: 442

Re: Compare structure of DBF on 2 locations

... Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted. There is not problem adding or deleting for aColSpec. But When I changing in Numeric variables type and length is ...
by Horizon
Tue May 19, 2020 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1349

Re: Compare structure of DBF on 2 locations

oCn:RenameColumn( cTable, cOldName, cNewName )
oCn:AddColumn( cTable, aColSpec )
oCn:AlterColumn( cTable, aColSpec )

aColSpec ( dbf column spec )
Eg:
{ "firstname", "C", 30, 0 }

{ "salary", "N", 10, 2 }

etc
by nageswaragunupudi
Fri Mar 08, 2019 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1349

Re: Infield Top Aligned Form Labels

... please go ahead and design a control. Look at this: https://material.io/design/components/text-fields.html#anatomy https://storage.googleapis.com/spec-host-backup/mio-design%2Fassets%2F1Bna_M1j7fpIpDbNOLR1d32fjB7kARjLE%2Ftextfields-anatomy-label-text-do.mp4 https://storage.googleapis.com/spec-host-backup/mio-design%2Fassets%2F1DxDXQRkLemKRP1vsos0kJC-ET1ibXY2I%2Ftextfields-outline-states-enabled.png
by Otto
Tue Oct 30, 2018 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9614

Re: Dialog Color / Gradient

... 13619151, 8388608 } } is same as { { 1, 13619151, 8388608 } } The first element of { 0.0, 8388608, 13619151 } is ignored when painting. Gradient spec is like this { { n1, clr11, clr12 }, ; { n2, clr21, clr22 }, ; ........ { nN, clrN1, clrN2 } } Where n1 + n2 + ... nN = 1 If this total is > ...
by cnavarro
Wed Jan 18, 2017 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 5938

Re: Insertar imagen en un fichero .RTF

Hola Jose Luis, http://www.biblioscape.com/rtf15_spec.htm#Heading49 Tiene una explicación de los tags para insertar una imagen. RTF tiene una pega importante en Windows: guarda las imágenes como WMF, en modo textual, es decir que aumenta los tamaños considerablemente. Las imágenes no son indexadas, ...
by Carlos Mora
Wed Jan 18, 2017 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imagen en un fichero .RTF
Replies: 1
Views: 495

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... // database,port,flags are optionalor oCn := mysql_Connect( "server,database,user,password" )  Optional port number can also be specified as "server:port" In case of failure, oCn is set to nil. Unicode Support: If FW_SetUnicode() is set to .T., then the connection is ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28379

Re: Change Color of xBrowse Column Headers and Footers

... 16777215 }, ; { 0.50, 16777215, 14342874 } }, ; { { 0.50, 14342874, 16777215 }, ; { 0.50, 16777215, 14342874 } } ) } // default colour gradient spec 2 // single color with ( 4 same color defines ) oBrw1:bClrGrad := { || { { 0.1, 14342874, 14342874 }, ; { 0.1, 14342874, 14342874 } } } ------------------------ ...
by ukoenig
Thu Jun 16, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 3916

Re: Change Color of xBrowse Column Headers and Footers

... 16777215 }, ; { 0.50, 16777215, 14342874 } }, ; { { 0.50, 14342874, 16777215 }, ; { 0.50, 16777215, 14342874 } } ) } // default colour gradient spec some grey-values to replace 14342874 ( very light grey ) : 16777215 = white 11250603 12632256 13684944 15066597 http://www.pflegeplus.com/IMAGES/Header1.jpg
by ukoenig
Thu Jun 16, 2016 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 3916

Re: UTC to Local

... HB_DateTime() in Harbour. We can store and retrieve DateTime values in DBF by creating Field with Type 'T' Eg: { "START", 'T', 8, 0 } // Spec for creating table When we have Date (valtype 'D') and Time (valtype 'C') separately and want to combine the two into a single DateTime variable, ...
by nageswaragunupudi
Mon Apr 11, 2016 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4056

Re: ADORDD Error : ADODEFAULT(5256)

... to do it. The ADO indexes are for queries the ADODBF are for the normal clipper expressions to allow its evaluation. ARRAY SPEC FOR BOTH CASES: ATTENTION ALL MUST BE UPPERCASE { {"TABLE1",{"FIRST","FIRST"} }, {"TABLE2" ,{"CODID","CODID"}}
by dutch
Wed Jun 17, 2015 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 3905
Next

Return to advanced search