Search found 21 matches: savefile

Return to advanced search

Re: Mem Files

... = 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 ...
by Silvio.Falconi
Sat Oct 09, 2021 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

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
by Armando
Mon Jul 15, 2019 1:50 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 1637

Re: SaveFile function

Armando,

te refieres usando FiveMac ?
by Antonio Linares
Mon Jul 15, 2019 6:18 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 1637

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 w...
by plantenkennis
Sat Oct 27, 2018 3:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 1637

Re: SaveFile function

Rene , I found a solution :-)

Image

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

Image
ready.
:-)
by mastintin
Fri Oct 26, 2018 5:13 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 1637

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
by plantenkennis
Thu Oct 25, 2018 6:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveFile function
Replies: 5
Views: 1637

Re: FiveTouch Whatsnew

* Fixed some bugs on OpenFile() and SaveFile()

* Fixed some bugs in function FillFuncList()

* Added support for #xcommand in function FillFuncList()
by Antonio Linares
Fri Mar 06, 2015 7:37 am
 
Forum: FiveTouch
Topic: FiveTouch Whatsnew
Replies: 2
Views: 1577

Re: Nuevo build de FiveMac disponible

... Revised 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 ...
by Antonio Linares
Tue Jul 06, 2010 8:16 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Nuevo build de FiveMac disponible
Replies: 15
Views: 3667

Re: New FiveMac build available

... Revised 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 ...
by Antonio Linares
Tue Jul 06, 2010 8:15 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: New FiveMac build available
Replies: 16
Views: 6790

... FUNCTION MAIN() LOCAL oExcel := CREATEOBJECT( "Excel.Application" ) LOCAL oWorkbook := oExcel:Workbooks LOCAL oSheet := oExcel:ActiveSheet ... savefile := oWorkbook.SaveAs( fileXL, ,"YourPassWord" ) ... RETURN NIL
by Rochinha
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: 1229

Problem with Editor of Source

... ON INIT ( 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 //----------------------------------------------------------------------------// ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... ON INIT ( 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 //----------------------------------------------------------------------------// ...
by Vladimir Zorrilla
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: 2160

Rolando, muchas gracias.

El link a SAVEFILE que aparece en el tópico que me indicas, me da "página no presente", por lo que no tengo el código. Sí he visto las imágenes y es lo que necesito.

Gracias y un saludo.
by fergonm
Fri Apr 18, 2008 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get
Replies: 11
Views: 1710

Tim,

here a link to download

http://www.savefile.com/files/875681

regards
Paco
by Francisco Horta
Thu Jul 26, 2007 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hernan's TWBrowse
Replies: 10
Views: 2364

... aqui esta a su disposicion la wbrowse de HDC con las adaptaciones que hice, yo la uso con harbour, no la he probado con xharbour. http://www.savefile.com/files/904332 salu2 paco Francisco, Gracias por tu espléndido aporte, te confirmo que funciona de maravillas con xHarbour y que los comboboxes ...
by jose_murugosa
Sat Jul 21, 2007 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar font en edicion con TWBROWSE de Hernan
Replies: 16
Views: 4930
Next

Return to advanced search