Search found 52 matches: tini

Return to advanced search

Re: Problem with xBrowse

... DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TWINDOW 5 TCONTROL 6 TGET 7 TAPLICACION 8 TINI 9 WIN_OLEAUTO 10 TOLEAUTO 11 TICON 12 TBRUSH 13 TMDIFRAME 14 TMENU 15 TREG32 16 TMENUITEM 17 TMDICLIENT 18 TFONT 19 TMSGBAR 20 TRECT 21 TMSGITEM ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2155

Re: CLASS Tini():Get()

... "Row", 0  ))  Please see the METHOD Get METHOD Get( cSection, cEntry, uDefault, uVar ) CLASS TIni   local cType := ValType( If( uDefault != nil, uDefault, uVar ) )   if Empty( ::cIniFile )    ...
by nageswaragunupudi
Wed Jul 20, 2022 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: CLASS Tini():Get()

You are right, it was kept in memory :-)
by Antonio Linares
Tue Jul 19, 2022 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: CLASS Tini():Get()

... the Value but there is NO "CONFIG.INI" create :shock: have found out that it need "Path" to work does not work oIni     := TIni():New( "CONFIG.INI" ) does work oIni     := TIni():New( ".\CONFIG.INI" ) --- @César, you are ...
by Jimmy
Tue Jul 19, 2022 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: CLASS Tini():Get()

César,

tienes toda la razón, muchas gracias por la observación :-)
by Antonio Linares
Tue Jul 19, 2022 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: CLASS Tini():Get()

... aArray RETURN nilPROCEDURE SaveINIfile(nRow1,nCol1,nWidth1,nHeight1 )local oIni   oIni     := TIni():New( "CONFIG.INI" )   oIni:Set( "Dialog", "Row"    ,nRow1   )  ...
by cmsoft
Tue Jul 19, 2022 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: CLASS Tini():Get()

Dear Jimmy, This example is working fine. Please test it: #include "FiveWin.ch"function Main()   local oIni := TIni():New( "CONFIG.INI" )   oIni:Set( "Dialog", "Row"    , 10 )   oIni:Set( "Dialog", "Col" ...
by Antonio Linares
Tue Jul 19, 2022 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: CLASS Tini():Get()

Hello Jimmy, Years ago we made a function to convert INI files into DBF files and the corresponding read/write functions. Now with mod harbour it seems to me that dbf files are more ideal than ini files. Here is the link to our post in the forum. We put the whole source code online at the time. Mayb...
by Otto
Tue Jul 19, 2022 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

CLASS Tini():Get()

hi, i try to use CLASS Tini() PROCEDURE SaveINIfile(nRow1,nCol1,nWidth1,nHeight1 )local oIni   oIni     := TIni():New( "CONFIG.INI" )   oIni:Set( "Dialog", "Row"    ,nRow1   )  ...
by Jimmy
Tue Jul 19, 2022 5:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: many bug about local file/directory when name is utf8

Tested TINI class in ini.prg. Ini file name should be in English, but all contents can be in Unicode This is the Unicode INI file crated and tested by me: [నామము]పేరు=రమణఇంటిపేరు=చెరువు[ద్వితీయము]వయసు=40జీతము=20000  ...
by ssbbs
Sun May 30, 2021 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: many bug about local file/directory when name is utf8
Replies: 19
Views: 1401

Re: many bug about local file/directory when name is utf8

Tested TINI class in ini.prg.

Ini file name should be in English, but all contents can be in Unicode

This is the Unicode INI file crated and tested by me:
Code: Select all  Expand view
[నామము]
పేరు=రమణ
ఇంటిపేరు=చెరువు
[ద్వితీయము]
వయసు=40
జీతము=20000
 
by nageswaragunupudi
Sat May 29, 2021 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: many bug about local file/directory when name is utf8
Replies: 19
Views: 1401

Re: galería de imágenes

... PRS3 dtos(prfchprest)+upper(prcodigo) PRS4 Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TAGET 5 TAPPLICATION 6 TINI 7 TFONT 8 TWINDOW 9 TCONTROL 10 TICON 11 TBRUSH 12 TMENU 13 TREG32 14 TMENUITEM 15 TMSGBAR 16 TRECT 17 TMSGITEM 18 TTIMER 19 TRIBBONBAR 20 TRPANEL ...
by José Luis Sánchez
Tue Jan 19, 2021 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16981

Re: Soporte de ADO mejorado en FiveDBU

... DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TPREVIEW 5 TINI 6 TFONT 7 TWINDOW 8 TCONTROL 9 TBITMAP 10 TMDIFRAME 11 TMENU 12 TREG32 13 TMENUITEM 14 TMRU 15 TBRUSH 16 TMDICLIENT 17 TSCROLLBAR 18 TBAR 19 TRECT ...
by wilsongamboa
Wed Aug 05, 2020 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte de ADO mejorado en FiveDBU
Replies: 19
Views: 2549

Re: Mejoras para scintilla

... NAME ) FFUNC TYPE FTYPE Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TWINDOW 5 TCONTROL 6 TGET 7 TFIVEDIT 8 TINI 9 TREG32 10 TFONT 11 TICON 12 TBRUSH 13 TFIVEDITWND 14 TMENU 15 TMENUITEM 16 TACCTABLE 17 TMRU 18 TBAR 19 TRECT 20 TBTNBMP 21 TMSGBAR 22 TMSGITEM ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839306

Re: Help to create a Trigger

... DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TAPLICACION 5 TINI 6 WIN_OLEAUTO 7 TOLEAUTO 8 TREG32 9 TSTRUCT Memory Analysis =============== 382 Static variables Dynamic memory consume: Actual Value: 524288 bytes ...
by Armando
Wed Jun 27, 2018 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to create a Trigger
Replies: 5
Views: 1152
Next

Return to advanced search