Search found 65 matches: cinifile

Return to advanced search

Re: cGetFile32 initial file

ARREGLADO FALTABA lSAved:=.T. Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile ) local cSection, cFile local nRet DEFAULT lSave := .f. CursorWait() // On cGetFile() that parameter is a boolean for long filenames if nFlags != Nil .and. ValType( ...
by PAUL SIMM
Mon Nov 28, 2022 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 603

Re: Update checkboxes

here there is the test.prg #include "fivewin.ch"Function test()   local cIniFile  :=  cFilePath( GetModuleFileName( GetInstance() ) ) + "test.ini"   local cSection:="COLORI"local oCheckSerie:= array(5)local ...
by Silvio.Falconi
Fri Nov 04, 2022 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update checkboxes
Replies: 7
Views: 387

Re: save to inifile

Now I'm trying to make cString_TH:= GetIni( cInifile, cSection,"TH", "" ) IF ! empty(cString_TH) cToken := StrToken(cString_TH,1,";") acSizes[1] := StrToken(cToken,1,"|") acEstilo[1] := StrToken(cToken,2,"|") ...
by Silvio.Falconi
Mon Oct 10, 2022 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save to inifile
Replies: 7
Views: 745

Re: AppCrash Windows 7 al leer INI

Fernando,

Por favor prueba a llamar la función del API de Windows directamente:

MsgInfo( GetPvProfString( cSection, cEntry, cValToChar( uDefault ), cIniFile ) )

y comprueba si sucede lo mismo. gracias
by Antonio Linares
Wed Aug 24, 2022 11:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 771

Problem to Filter a dbf error on day week

... local cGiorno := GetPvProfString(cSection, "Giorni","1111111", cIniFile) For k=1 to 6 //len(aGiorni) LMMGVS aadd(aCountGiorni,IIF(SubStr(cGiorno, k, 1)= "1",.t.,.f.)) next  oConteggio:=TDatabase():Open( ...
by Silvio.Falconi
Tue Jun 07, 2022 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Filter a dbf error on day week
Replies: 2
Views: 263

INI-files and mod harbour

... if you continue to use the DESKTOP program, INI files online. You are used to so many entries. /* GetDBProfString( cSection, cEntry, uDefault, cIniFile ) - Syntax similar to GetPvProfString() function - If file extention of cIniFile is "ini", then the call is forwarded to GetPvProgString(). ...
by Otto
Mon Jan 03, 2022 8:21 am
 
Forum: mod_harbour
Topic: INI-files and mod harbour
Replies: 2
Views: 223

Re: change on line a combo

/ ??? Para que sirve, Silvio?
cIniFile := cFilePath( GetModuleFileName( GetInstance() ) ) + "tabledb.ini"


for save the state and other things
by Silvio.Falconi
Tue Nov 17, 2020 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

Also for filename and subdir Resolved

... is pattino.png I wish save on record (dbf) only bitmaps\servizi\pattino.png I saw also filename.prg and not found a solution Function test() Local cIniFile := cFilePath( GetModuleFileName( GetInstance() ) ) + "Test.ini" Local cExePath := cFilePath( GetModuleFileName( GetInstance() ) ) ...
by Silvio.Falconi
Sun Mar 15, 2020 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 925

Another problem with new XbrGetDate - RESOLVED!!!

... of {^ 2019/06/15 }, {^ 2019/09/20 } I wish insert my dates min and Max ( because I cannot Know them) I have these date on a ini file :      Local cIniFile  := TakeOffExt( GetModuleFileName( GetInstance() ) ) + ".ini"     Local dBassa1   := GetPvProfString("Stagioni", ...
by Silvio.Falconi
Wed Jul 03, 2019 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another problem with new XbrGetDate - RESOLVED!!!
Replies: 2
Views: 305

Re: Problem with Tplan : Cargo Error

Nages, on Method New I add these lines local cInifile := TakeOffExt( GetModuleFileName( GetInstance() ) ) + ".ini" ::cDbfPath := GetIni( cIniFile, "Config", "DbfPath") this is the Main.ini [Config]YearPath=2013PdfPath=.\2013\Pdf\DbfPath=.\2013\Data\ZipPath=.\2013\Zip\DocPath=.\2013\Doc\XLsPath=.\2013\Xls\ImgPath=.\images\TempImg=.\temp\ ...
by Silvio.Falconi
Tue Jul 02, 2019 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2839

Re: Problem with Tplan : Cargo Error

Now I insert on Method New ::cDbfPath := GetIni( oApp():cIniFile, "Config", "DbfPath") and seem to Found the dbfs when I compile the source on my application Before it show the plan then why I try to move or resize a bar I have the ...
by Silvio.Falconi
Tue Jul 02, 2019 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2839

Re: Harbour for the web

... "adsdbe.ch" #include "ads.ch" #include "\CLIPWEB\INCLUDE\CLIPWEB.H" #include "cdm.h" FUNCTION MAIN( cIniFile ) _TrackUpdate( cIniFile ) RETURN Void FUNCTION _TrackUpdate( cIniFile ) LOCAL oSession , ; nCnt := 0 , ; lPass := .F. , ; cUID := '' , ; cPID ...
by cdmmaui
Sun Aug 12, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4638

Re: To Marc -> A xBrowse-image colorpicker

... ; // On Top defined in INI ... ... add in Function GET_INI() nOntop := Val(GetPvProfString( "RGB", "On top", "1" , cIniFile ) ) and in function SAVE_INI() WritePProString( "RGB", "On top", ALLTRIM(STR(nOntop)), cIniFile ) don't forget to add the ...
by ukoenig
Wed Nov 15, 2017 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7969

Re: Imagén del pdf pixelada y borrosa

... hago así >>>> Local cPrinter:=GetPvProfString("Facturacion","IMPRESORA","Microsoft XPS Document Writer", cIniFile) SetPrintDefault(cPrinter) PrnSetPage(9) ///a4 PrnPortrait() ///vertical // PrnLandScape() ///horizontal TPreview():lListViewHide := .T. //PRINT ...
by postinelli
Thu Jun 18, 2015 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagén del pdf pixelada y borrosa
Replies: 1
Views: 408

Re: Enviar informe pdf via email

... ) Local oEmailCfg,oEmailMsg,oError,cHtml Local cServer:= GetPvProfString("Enviador","SERVERSTP" ,"", cIniFile) Local nPortEmail:=VAL(GetPvProfString("Enviador","EMAILPUERTO","25", cIniFile)) Local cEmailFrom:=GetPvProfString("Enviador","EMAILFROM" ...
by postinelli
Wed May 06, 2015 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar informe pdf via email
Replies: 8
Views: 2324
Next

Return to advanced search