Re: Append from array - Memofeld

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hallo Ralf!

Versuchs mal mit SCATTER MEMO NAME bzw. GATHER MEMO NAME damit muestest du
dein problem lösen können

Clemens


Ralf Alkenbrecher <Ralf.Alkenbrecher@xxxxxxxxxxx> wrote:
>Hallo,
>
>Version: VFP 9.0
>ich erzeuge in meinem Programm einen View "BIB_VIEW_LOESCH" und möchte
>anschliessend einzelne Datensätze in eine Datei "LOESCH" anfügen.
>a) mit APPEND FROM FileName
>klappt es wohl nicht, da ich einen View habe
>b) Umweg über ein ARRAY
>- ich kopiere alles in einen Array und
>- dann APPEND FROM ARRAY
>neues Problem: auf dem Wege werden keine Memofelder kopiert
>
>Was würdet Ihr machen ?
>den View eine Tabelle zwischenspeichern ?
>Oder die Memofelder seperat über eine Umwandlung in ein Textfeld und
>dann mit APPEND MEMO wieder einlesen
>
>oder gibt es etwas viel einfacheres ?
>
>Merci
>Ralf
>----
>Ralf Alkenbrecher,der mit dem Fuchs tanzt

.



Relevant Pages

  • Re: confused about resizing array in Python
    ... You mentioned "it doubles in size". ... Are you saying that a new double sized array is allocated and the contents ... Say the list size is 100, before it is fully used, the append takes O ... memo = ...
    (comp.lang.python)
  • Re: confused about resizing array in Python
    ... memo = ... internally inplemented by creating another array and copying the old one to ... it and append a new one. ... Python dictionaries are highly optimized and I believe the time complexity is amortized constant ) for both insertions and lookups. ...
    (comp.lang.python)
  • confused about resizing array in Python
    ... memo = ... internally inplemented by creating another array and copying the old one to ... it and append a new one. ... Can anybody here familiar with the internal mechanism of python confirm ...
    (comp.lang.python)
  • Re: Trunc Memo record
    ... I called table1 the table containing the memo fields and fld1 the memo ... table2 the table where I append the 38char chuncks and fld_trgt the ... field in table2 where I put the chuncks of the memo. ... Dim lineNo As Integer ...
    (microsoft.public.access.modulesdaovba)
  • Re: Generic Data Type
    ... SAVE TO MEMO and RESTORE FROM MEMO ... ... "Jeff Grippe" wrote in message ... > APPEND BLANK ... > If it were the first record luData would be a character variable ...
    (microsoft.public.fox.programmer.exchange)