Search found 21 matches: savefile
Searched query: savefile
- Sat Oct 09, 2021 11:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mem Files
- Replies: 11
- Views: 1320
Re: Mem Files
... Menu"+SPACE(21)mm_choice = ACHOICE(5,10,8,70,mchoice)DO CASECASE mm_choice = 1 .OR. mm_choice = 2IF mm_choice = 2DELETE FILE &mm_txtfile.ENDIFsavefile = mm_memfile* Release all the variables used in this program and save* the variables that were assigned value in the editor.RELEASE ALL LIKE mm ...
- Mon Jul 15, 2019 1:50 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: SaveFile function
- Replies: 5
- Views: 3428
Re: SaveFile function
Antonio:
No, lo lamento, solo cite y no vi a que foro caia, solo con FWH, pero necesito esa apariencia del botón.
Saludos
No, lo lamento, solo cite y no vi a que foro caia, solo con FWH, pero necesito esa apariencia del botón.
Saludos
- Mon Jul 15, 2019 6:18 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: SaveFile function
- Replies: 5
- Views: 3428
Re: SaveFile function
Armando,
te refieres usando FiveMac ?
te refieres usando FiveMac ?
- Sat Oct 27, 2018 3:04 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: SaveFile function
- Replies: 5
- Views: 3428
Re: SaveFile function
Hello Manuel,
Thank you for this guideline. Very simple to implement and it's working great. Instead of de.lproj I used nl.iproj to show every menu in Dutch.
P.S. I am addepting my program with the new print functions and they are also working perfect. As soon as I am ready with all the changes, I ...
Thank you for this guideline. Very simple to implement and it's working great. Instead of de.lproj I used nl.iproj to show every menu in Dutch.
P.S. I am addepting my program with the new print functions and they are also working perfect. As soon as I am ready with all the changes, I ...
- Fri Oct 26, 2018 5:13 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: SaveFile function
- Replies: 5
- Views: 3428
Re: SaveFile function
Rene , I found a solution 

see your app ....
mouse right button -> show package content
create a directory in app-> Contents-> Resources called de.lproj.

ready.



see your app ....
mouse right button -> show package content
create a directory in app-> Contents-> Resources called de.lproj.

ready.

- Thu Oct 25, 2018 6:10 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: SaveFile function
- Replies: 5
- Views: 3428
SaveFile function
Hello,
I found the SaveFile() function and it is usefull for me. But how can I set this function to show the screen on Dutch, like my Mac? Now it is in English
I found the SaveFile() function and it is usefull for me. But how can I set this function to show the screen on Dutch, like my Mac? Now it is in English
- Fri Mar 06, 2015 7:37 am
- Forum: FiveTouch
- Topic: FiveTouch Whatsnew
- Replies: 2
- Views: 2553
Re: FiveTouch Whatsnew
* Fixed some bugs on OpenFile() and SaveFile()
* Fixed some bugs in function FillFuncList()
* Added support for #xcommand in function FillFuncList()
* Fixed some bugs in function FillFuncList()
* Added support for #xcommand in function FillFuncList()
- Tue Jul 06, 2010 8:16 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: Nuevo build de FiveMac disponible
- Replies: 15
- Views: 5612
Re: Nuevo build de FiveMac disponible
... by FiveTech.
* New: DATEPICKER implementation. Please review samples/TestDPik.prg, thanks
to Dino. Revised by FiveTech.
* New: function SaveFile(), lets you select the name of the file to save.
Thanks to Manuel!
* New: Class TWBrowse Methods SetRowHeight( nHeight ), GetRowHeight() and ...
* New: DATEPICKER implementation. Please review samples/TestDPik.prg, thanks
to Dino. Revised by FiveTech.
* New: function SaveFile(), lets you select the name of the file to save.
Thanks to Manuel!
* New: Class TWBrowse Methods SetRowHeight( nHeight ), GetRowHeight() and ...
- Tue Jul 06, 2010 8:15 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: New FiveMac build available
- Replies: 16
- Views: 9797
Re: New FiveMac build available
... by FiveTech.
* New: DATEPICKER implementation. Please review samples/TestDPik.prg, thanks
to Dino. Revised by FiveTech.
* New: function SaveFile(), lets you select the name of the file to save.
Thanks to Manuel!
* New: Class TWBrowse Methods SetRowHeight( nHeight ), GetRowHeight() and ...
* New: DATEPICKER implementation. Please review samples/TestDPik.prg, thanks
to Dino. Revised by FiveTech.
* New: function SaveFile(), lets you select the name of the file to save.
Thanks to Manuel!
* New: Class TWBrowse Methods SetRowHeight( nHeight ), GetRowHeight() and ...
- Fri Oct 31, 2008 1:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to input a password into a XLS file wirh OLE
- Replies: 7
- Views: 1438
- Wed Jun 18, 2008 10:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with Editor of Source
- Replies: 1
- Views: 1775
Problem with Editor of Source
... busca2Script(UNO,DOS)) ;
VALID (IIf(oMemo:lChanged .and. ;
MsgYesNo("Source code has changed, Save changes?",;
"Script Source code"),;
SaveFile(), ),;
SetWinCoors(odlge, cIniFile),;
oDlg == Nil)
RETURN nil
//27/06/2005 ...
VALID (IIf(oMemo:lChanged .and. ;
MsgYesNo("Source code has changed, Save changes?",;
"Script Source code"),;
SaveFile(), ),;
SetWinCoors(odlge, cIniFile),;
oDlg == Nil)
RETURN nil
//27/06/2005 ...
- Wed Jun 18, 2008 10:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
- Replies: 1
- Views: 2439
Editor de Codigo con syntaxis coloreada interperte y texto i
... busca2Script(UNO,DOS)) ;
VALID (IIf(oMemo:lChanged .and. ;
MsgYesNo("Source code has changed, Save changes?",;
"Script Source code"),;
SaveFile(), ),;
SetWinCoors(odlge, cIniFile),;
oDlg == Nil)
RETURN nil
//27/06/2005 ...
VALID (IIf(oMemo:lChanged .and. ;
MsgYesNo("Source code has changed, Save changes?",;
"Script Source code"),;
SaveFile(), ),;
SetWinCoors(odlge, cIniFile),;
oDlg == Nil)
RETURN nil
//27/06/2005 ...
- Fri Apr 18, 2008 5:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Get
- Replies: 11
- Views: 2099
- Thu Jul 26, 2007 8:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hernan's TWBrowse
- Replies: 10
- Views: 2887
- Sat Jul 21, 2007 3:49 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ajustar font en edicion con TWBROWSE de Hernan
- Replies: 16
- Views: 6677