Search found 65 matches: asave

Return to advanced search

Re: "Snap" for Clipper

... ARESTORE                WINDOW.PRG      558  1479  1481  1482  4146! 4148  4149 ARET                    WINDOW.PRG     3831  3836  3837  3839 ASAVE()                (function  in WINDOW.PRG)    WINDOW.PRG     1920  2161! 2170 ASYNCSELECT()          (function  in ?)    WINDOW.PRG      499  1352 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6709

Re: Manejando arrays

... otra, de un array a otro con el típico POPUP MENU cortar, copiar y pegar, etc. Un array se puede guardar en el clipboard codificándolo primero con ASave() y recuperarlo después con ARead(), pero hay un grave inconvenoiente: los array transformado en strings con ASave() contienen muchos ASCII 0, ...
by antolin
Fri Oct 25, 2013 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejando arrays
Replies: 6
Views: 1790

Re: Manejando arrays

... } }" me lo convierte en un array y puedo editarlo como tal en otra tabla, o guardarlo en un campo MEMO o en el disco ( con ASave() ). Post data: La funcion ExtractItem() no la he probado con objetos ni codeblocs, pero debería funcionar.
by antolin
Fri Oct 25, 2013 11:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejando arrays
Replies: 6
Views: 1790

Array y Bitmaps en MEMO

Hola foreros. Tengo la constumbre de guardar Arrays en campos MEMO con ASave( aVar ), que después recupero con ARead(). A veces tambien guardo pequeños bitmaps cargados con MEMOREAD(). El problema me surgió a la hora de leer dichos campos MEMO. Para saber si ...
by antolin
Thu Oct 10, 2013 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Array y Bitmaps en MEMO
Replies: 2
Views: 616

Re: Nuevos errores al migrar de FWH1104 a 1304 ¿SOLUCIONADO?

Buscando en este foro encontre un viejo mensaje en: QUE CAMBIO EN LA VERSION 8.12 XH ASAVE() AREAD() http://forums.fivetechsupport.com/viewtopic.php?f=6&t=14287&p=73732&hilit=aread#p73732 la solucion, pero no se si al hacer ese cambio en ...
by RodolfoRBG
Thu May 16, 2013 1:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevos errores al migrar de FWH1104 a 1304
Replies: 7
Views: 1578

Nuevos errores al migrar de FWH1104 a 1304

En la version anterior guardaba y extraia arreglos con ASave() y ARead() en campos memos de una DBF. Ahora al leerlos me regresa los arreglos vacios.

En whstsnew no menciona ningun cambio en estas funciones. Hay alguna nueva Lib o algo mas que deba modificar o agregar?

Salu2
by RodolfoRBG
Wed May 15, 2013 11:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevos errores al migrar de FWH1104 a 1304
Replies: 7
Views: 1578

Re: asave/aread

here is another way to save / load 2-dimensional arrays in / from a memofield METHOD LoadShares ()  LOCAL cAll := (::cAlias)->Shares                     // load string from memo  LOCAL cShare := "", aShare := {}, aSh := {}  LOCAL nCount := 0 //NumAt (...
by StefanHaupt
Wed Oct 12, 2011 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: asave/aread
Replies: 5
Views: 1621

Re: asave/aread

Added to FiveWin Wiki with a usage example :)

Regards
Anser
by anserkk
Wed Oct 12, 2011 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: asave/aread
Replies: 5
Views: 1621

Re: asave/aread

FW_ValToExp( aArray ) should be visible in FIVEWIN DOKU!
by byte-one
Tue Oct 11, 2011 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: asave/aread
Replies: 5
Views: 1621

Re: asave/aread

... with "some recent" versions of xHarbour. This had also effected XBrowse's SaveState() method. I suggest three alternatives: #1. Copy the ASave function from windows.prg into your module that is using ASave as a static function. #2. Create a new public function MyASave with the same code ...
by nageswaragunupudi
Tue Oct 11, 2011 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: asave/aread
Replies: 5
Views: 1621

asave/aread

These functions are not saving and reading a array on the right way. It seems, the aread is ok but asave not saving normal. An older app reads a array saved with a old version from FWH normal. But if i write back with asave, the array ist destructed!
by byte-one
Tue Oct 11, 2011 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: asave/aread
Replies: 5
Views: 1621

Re: New FTDN August/Agosto 2011 (FWH 11.08)

... to an array whose secodn element is a valid gradient array. Fixes: (a) Methods SaveState() and RestoreState(). Due to incopatiblity of FW's ASave() function used in method SaveState() with some versions of xHarbour the value returned by SaveState() was invalid resulting in runtime errors ...
by Antonio Linares
Wed Aug 31, 2011 10:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2998

New FTDN August/Agosto 2011 (FWH 11.08)

... to an array whose secodn element is a valid gradient array. Fixes: (a) Methods SaveState() and RestoreState(). Due to incopatiblity of FW's ASave() function used in method SaveState() with some versions of xHarbour the value returned by SaveState() was invalid resulting in runtime errors ...
by Antonio Linares
Tue Aug 30, 2011 7:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2998

Re: FWH 11.06 link error

Antonio, and now there are a lot of Unresolved external symbol: xLINK: error: Unresolved external symbol '_HB_FUN_WNDMAIN referenced from (my_application.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TXBROWSE referenced from (my_txbrowse.obj)'. xLINK: error: Unresolved external symbol '_H...
by frose
Sun Jul 03, 2011 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.06 link error
Replies: 13
Views: 1869
PreviousNext

Return to advanced search