Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


Moin Gerhard, *,
On Fri, Jun 16, 2017 at 10:34:06PM +0200, Gerhard Weydt wrote:
<schnipp>
Ich bin jetzt - weil Regina in verschiedenen Versionen von LibO
unterschiedliche Ergebnisse hat - darauf gekommen, mal den Zugriff über den
Index auszuprobieren, was bei mir zum gleichen Verhalten führt. Um das
Programm daraufhin umzustellen, muss man nur

 * einmal in firstChild getByName(oForm.elementNames(i)) durch
   oForm.getByIndex(i) ersetzen
 * und zweimal in nextBrother getByName(oParent.ElementNames(i)) durch
   oParent.getByIndex(i)

ersetzen. Hier ist aber auch der gesamte Code zum Reinkopieren:

Verstehe ich das richtig, dass das bei „Tablegrids“ in „Module1 -
nextForm“ statt des ursprünglichen Basic-Codes rein muss? Da bekomme
ich ...

Sub nextForm (evt as object)

dim oCtrl as object, oForm as object, oController as object

oCtrl = evt.source.Model
oForm = oCtrl.Parent
if evt.Modifiers = com.sun.star.awt.KeyModifier.MOD2 AND evt.KeyCode = 1027
then

hier dann
<quote>
BASIC-Syntaxfehler.
Erwartet: Then.
</quote>
mit der 1027 markiert ... :( Aber da ich mich mit Basic gar nicht
auskenne ... :( Oder habe ich das falsche Makro bearbeitet? 

Vielleicht habe ich ja auch einfach nur in 5.4.0.0beta2 einen Bug 
gefunden ... ;)
Bis dann
Thomas
<Rest gelöscht>

-- 
Nullum magnum ingenium sine mixtura dementiae fuit.
        [There is no great genius without some touch of madness.]
                -- Seneca

-- 
Liste abmelden mit E-Mail an: discuss+unsubscribe@de.libreoffice.org
Probleme? http://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/discuss/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.