Search found 41 matches: inifile

Return to advanced search

Re: FiveDBU for 32/64 bits

... then we can select the operator ( and not or ) to insert the second row of expression into xbrowse using only an array then we can save all on a inifile and call it with dbsetfilter function we can save for that dbf many expressions we want , we can use it also for the report just an idea .....
by Eoeo
Tue Jun 05, 2012 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 76102

Communication with ARM9

... 1 #define EVENPARITY 2 #define MARKPARITY 3 #define SPACEPARITY 4 #define ONESTOPBIT 0 #define ONE5STOPBITS 1 #define TWOSTOPBITS 2 function Main(IniFile) public oWnd public nComm,nError,cDcb set date brit set cent on DEFINE WINDOW oWnd TITLE " ADVANCE SOLUTION INTERNATIONAL CO.,LTD. [www.asic-net.com]" ...
by Surasak
Thu Jun 30, 2011 9:36 am
 
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1903

Re: TO NAGES : RESTORE STATE NOT RUN OK

... lines with the new systax but the methods restorestate not read good the string XSS becaus eit is too big ( it is created with two lines into inifile) 5. it is impossible mine apps run ok on old xbrowse version and with fwh09 /fwh10 not run ok 6. If I purchase the new version , then all this ...
by Silvio
Wed Feb 16, 2011 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES : RESTORE STATE NOT RUN OK
Replies: 11
Views: 3725

Re: Soporte para archivos .INI

by Ale SB
Fri Aug 20, 2010 6:58 pm
 
Forum: FiveWin para Pocket PC
Topic: Soporte para archivos .INI
Replies: 3
Views: 650

Re: Reading a ini file

... cIniFile) , Chr(0), CRLF) Make sure cIniFile is drive & full path as well as inifile name Pete
by PeterHarmes
Mon Oct 12, 2009 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading a ini file
Replies: 14
Views: 3453

Re: Reading a ini file

... , ,<Full Path & ini file>), Chr(0), CRLF) for example: cEntries := StrTran(GetPVProfString("DATA", , ,"c:\app\inifile.INI"), Chr(0), CRLF) This should return the number of entries: ? MlCount(cEntries) Regards, Pete
by PeterHarmes
Mon Oct 12, 2009 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading a ini file
Replies: 14
Views: 3453

reading ini file

... I have a INI FILe and I have on a group I not Know How many record are on this group hOW i CAN READ how many lines are on group TESTFILE ? sample inifile: [GENERAL] EXETITLE="GENERAL TEST" [TESTFILE] 1="UNO.TXT" 2="DUE.TXT" 3="TRE.TXT" 4="QUATTRO.TXT"
by Silvio
Wed Apr 15, 2009 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reading ini file
Replies: 13
Views: 1691

Michael,

Windows Mobile does not provide support for INI files management.

But you can use this code to adapt it and have the similar functionality:
www.fivetechsoft.com/files/utilities/inifile.zip
by Antonio Linares
Sat Oct 25, 2008 9:35 am
 
Forum: FiveWin for Pocket PC
Topic: ini file
Replies: 2
Views: 836

Jm,

www.fivetechsoft.com/files/utilities/inifile.zip

Si lo adaptas y lo haces funcionar, te agradecemos que lo compartas :-)
by Antonio Linares
Tue Sep 02, 2008 11:48 am
 
Forum: FiveWin para Pocket PC
Topic: Manejo de ficheros *.ini
Replies: 8
Views: 1738

How to use INI-Files in your application (compl. source)

... or using your own INI-files. Download source : http://www.pflegeplus.com/pictures/ini_use.zip http://www.pflegeplus.com/pictures/inifile.jpg Regards Uwe[/img]
by ukoenig
Sun Feb 24, 2008 1:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use INI-Files in your application (compl. source)
Replies: 0
Views: 357

... nRet := WinExec( "rundlg32 " + If( lSave, "2", "1" ) ) if nRet > 21 .or. nRet < 0 StopUntil( {|| GetPvProfString( cSection, "working", "0", INIFILE ) != "1" } ) /*while GetPvProfString( cSection, "working", "0", INIFILE ) == "1" SysRefresh() end*/ cFile := GetPvProfString( cSection, "lpstrFile", ...
by Gale FORd
Mon Jun 05, 2006 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot use cGetFile32 in some secure networks
Replies: 5
Views: 1416
Previous

Return to advanced search