Search found 29 matches: writepprostring

Return to advanced search

Re: save to inifile

Otto wrote:Silvio, have you tried:
WritePProString( "section", "TH", "12|normale|5|#8DB3E2|#548DD4|#FFFFFF",".\demo.ini" )

Best regards,
Otto


Yes of course, all on a string but I have all on variables and my question is also how load each single data
by Silvio.Falconi
Mon Oct 10, 2022 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save to inifile
Replies: 7
Views: 677

Re: save to inifile

Silvio, have you tried:
WritePProString( "section", "TH", "12|normale|5|#8DB3E2|#548DD4|#FFFFFF",".\demo.ini" )

Best regards,
Otto
by Otto
Sat Oct 08, 2022 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save to inifile
Replies: 7
Views: 677

Re: Easy Report Designer Creating Different Format Files

... files with an other file extension. You can change the AreaFilesDir before calling EASYREPORT oVRD NAME oApp:G_REPORT_DIR+"Inv.vrd" with WritePProString Best regards Otto [General] EditProperties=1 EditAreaProperties=1 EditLanguage=1 DeveloperMode=1 InsertMode=1 Title=Anzahlung Measure=1 ...
by Otto
Sat Mar 16, 2019 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easy Report Designer Creating Different Format Files
Replies: 14
Views: 2156

Encrypt and Decrypt errors

... ,""  ,::cIniFtp ) , 60 ," " ) )  I wish use Encrypt and Decrypt functions WritePProString("Config","Ftp",Encrypt(cFtp),::cIniFtp) or Local cFtp :=Decrypt( pad(GetPvProfString("Config","Ftp" ...
by Silvio.Falconi
Tue Sep 11, 2018 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1633

checkered sheet of paper from EASYREPORT

...     cTempRow := ALLTRIM( STR( oVRD:nNextRow - 3 ) )     For I := 1 to 17        PRINTAREA ER_AR_Linie_v04 OF oVRD      NEXT        WritePProString( "General", "Top1", cTempRow , ".\xVRD2\invoice.v07" )     PRINTAREA ER_AR_Rahmen_v07 OF oVRD  ...
by Otto
Fri Nov 24, 2017 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkered sheet of paper from EASYREPORT
Replies: 5
Views: 1455

Re: To Marc -> A xBrowse-image colorpicker

... 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 radios in RGB.RC !!! regards Uwe :D
by ukoenig
Wed Nov 15, 2017 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7900

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: Bug on Xbrowse

Rao,
I made


WritePProString(::cSection,::cStateEntry,::oBrowse:SaveData( { "nHeaderHeight", "nFooterHeight" } ) ,cIniUser)

but not run ok
by Silvio.Falconi
Tue May 12, 2015 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Xbrowse
Replies: 2
Views: 542

Re: La nueva apariencia de EasyReport

... := .F. if !file( cGeneralIni ) msginfo("archivo ini no encontrado") return .f. endif IF ALLTRIM( cRegist ) == GetRegistKey( cSerial ) WritePProString( "General", "RegistKey", ALLTRIM( cRegist ) , cGeneralIni ) lOK := .T. ENDIF RETURN ( lOK ) //----------------------------------------------------------------------------- ...
by ruben Dario
Tue Oct 21, 2014 1:33 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 148785

Re: Generar archivos de configuración en memoria

... de ellos hago un query y obtengo una cadena, me gustaría usar las funciones para leer este tipo de archivos como por ejemplo GetPvProfString() y WritePProString() y la única manera que encuentro para usar estas funciones es salvar esa cadena en disco. Tal vez haya otra manera que yo no conozca. ...
by horacio
Mon Jul 07, 2014 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar archivos de configuración en memoria
Replies: 3
Views: 480

Re: Help on strings.prg translations

Now I resolved erase the cstate from ini with when someone change the lang WritePProString("Browse","CuState","",::cIniUser) but I lose all informations but I think we can create a function to rewrite only title headers of xbrowse ...
by Silvio.Falconi
Thu May 22, 2014 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help on strings.prg translations
Replies: 11
Views: 1972

Re: xbrowse and Language error

... xbrowse thet must control the cuurent language of application and set the right words!!!!!! Now I resolve with //refresh the header of the xbrowse WritePProString("Browse","CuState","",::cIniUser) and it for all xbrowses... but it is wrong because I lose all setups ...
by Silvio.Falconi
Fri Feb 14, 2014 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : xbrowse and Language error
Replies: 10
Views: 2774

Re: TO Antonio : Languages

... + "|" +; alltrim(aStrings[i][4]) + "|" +; alltrim(aStrings[i][5]) + "|" +; alltrim(aStrings[i][6]) WritePProString("LANG",ALLTRIM(STR(i,4)),cReport,cIni) NEXT i RETURN NIL the problem is if on astring[i] not found the text it make error ...
by Silvio.Falconi
Thu Sep 19, 2013 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Antonio : Languages
Replies: 1
Views: 466

Re: How to Delete value from .INI file

avista wrote:Hi all
I haave seen functions GetProfString(), WritePProString() but is there a function to delete sectiion or entry from .INI file
Best regards,


DELINIENTRY( Section, Entry, File )

EMG
by Enrico Maria Giordano
Wed Jul 03, 2013 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Delete value from .INI file
Replies: 2
Views: 520

How to Delete value from .INI file

Hi all
I haave seen functions GetProfString(), WritePProString() but is there a function to delete sectiion or entry from .INI file
Best regards,
by avista
Wed Jul 03, 2013 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Delete value from .INI file
Replies: 2
Views: 520
Next

Return to advanced search