Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   F1 book-felder mit inhalt füllen (https://www.delphipraxis.net/119583-f1-book-felder-mit-inhalt-fuellen.html)

cRayZo 28. Aug 2008 16:54


F1 book-felder mit inhalt füllen
 
Hi, mal was einfaches zur Abwechslung mal :D
wie kann ich bei einem F1-Book zum Beispiel die Zelle E3 mit dem Text "hallo" füllen?

marabu 28. Aug 2008 17:21

Re: F1 book-felder mit inhalt füllen
 
Hallo,

versuche es mal so:

Delphi-Quellcode:
F1Book.TextRC[3, 5] := 'hallo';
Grüße vom marabu

grenzgaenger 28. Aug 2008 20:03

Re: F1 book-felder mit inhalt füllen
 
Zitat:

Zitat von cRayZo
Hi, mal was einfaches zur Abwechslung mal :D
wie kann ich bei einem F1-Book zum Beispiel die Zelle E3 mit dem Text "hallo" füllen?

am einfachsten, in dem du das F1Book in die tonne trittst und die zellen per OLE Objekt füllst. das schöne book, ist nämlich schon bei den toten.


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:10 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz