Append from array - Memofeld



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: Append from array - Memofeld
    ... > a) mit APPEND FROM FileName ... > b) Umweg über ein ARRAY ... > den View eine Tabelle zwischenspeichern? ...
    (microsoft.public.de.fox)
  • [ANN] Rio 0.4.1
    ... = Rio - Ruby I/O Facilitator ... Iterate over the .rb files in a directory and its subdirectories. ... Return an array of the .rb files in a directory and its ... Copy or append a file to a string ...
    (comp.lang.ruby)
  • {ANN] Rio 0.4.0
    ... = Rio - Ruby I/O Facilitator ... Iterate over the .rb files in a directory and its subdirectories. ... Return an array of the .rb files in a directory and its ... Copy or append a file to a string ...
    (comp.lang.ruby)
  • Re: Appending text files
    ... > Does anyone know how to append text files using VB? ... text files from SQL Server using DTS. ... The array can contain one or more filenames. ... Dim FileIn As Long ...
    (microsoft.public.vb.general.discussion)
  • RE: 2nd table need to add more fields other than from the 1st tabl
    ... You will not need to use an array. ... Another would be to construct either an append or an update ... > to manipulate them. ... >>> fields item names, prices and the second table includes item names, prices, ...
    (microsoft.public.access.modulesdaovba)

Loading