Search found 923 matches
- 12 Feb 21, 11:04
- Forum: Macro Programming
- Topic: A function for storing the current variables with the option to load them later.
- Replies: 8
- Views: 2186
Re: A function for storing the current variables with the option to load them later.
@alfieri Thank you for your information! Keeping previous entries ready for form input is not trivial... Attached is an example - but this possible solution is still rather unsatisfactory for me... Import file: Study- Form input - optionally with previous entries.pxp Peter Stotz Windows 10 - PhraseE...
- 08 Feb 21, 21:05
- Forum: Macro Programming
- Topic: How to run shell command and paste its output? SOLVED
- Replies: 6
- Views: 1895
Re: How to run shell command and paste its output? SOLVED
@ jerry_goyal
Maybe it helps if you use the #focus-macro before inserting in the input field?
Peter Stotz
Windows 10 - PhraseExpress v15.0.81
Maybe it helps if you use the #focus-macro before inserting in the input field?
Peter Stotz
Windows 10 - PhraseExpress v15.0.81
- 08 Feb 21, 09:42
- Forum: Macro Programming
- Topic: If then else macro or input text macro
- Replies: 7
- Views: 1962
Re: If then else macro or input text macro
@Mamede Yes, in principle the form input could be examined with the #check macro or the #cond macro to adjust the values accordingly. But a very simple solution could also work with number substitution: your form input {#settemp -name ##forminput -content {#forminput -text Number: -type 2 -items 1|2...
- 03 Feb 21, 19:56
- Forum: Macro Programming
- Topic: A function for storing the current variables with the option to load them later.
- Replies: 8
- Views: 2186
Re: A function for storing the current variables with the option to load them later.
„A function for storing the current variables with the option to load them later“ Without further information (examples) I can't understand your request. What are 'variables' for you? But why don't you set up text module files *.pxp with the respective contents on a case-by-case basis and export/imp...
- 31 Jan 21, 12:12
- Forum: Macro Programming
- Topic: Trying to populate parameter from list
- Replies: 1
- Views: 716
Re: Trying to populate parameter from list
@AncientOnly "...when I try to populate a parameter from a list I created, it doesn't ever move to the next line." Maybe just a typo/a syntax error? Why don't you post the code? Another possibility: In case of a repeated execution of a macro (e.g. an #input macro) in a macro program, the value enter...
- 28 Jan 21, 17:42
- Forum: Makroprogrammierung
- Topic: WebMail ausfüllen und dann Word Dokument ausfüllen
- Replies: 1
- Views: 661
Re: WebMail ausfüllen und dann Word Dokument ausfüllen
@mawiti
Steuere den Wechsel zu WORD mit dem #focus-Makro (zu finden unter 'Automatisierung' - 'Fokuswechsel')
- das sollte helfen...
Peter Stotz
Windows 10 - PhraseExpress v15.0.79
Steuere den Wechsel zu WORD mit dem #focus-Makro (zu finden unter 'Automatisierung' - 'Fokuswechsel')
- das sollte helfen...
Peter Stotz
Windows 10 - PhraseExpress v15.0.79
- 28 Jan 21, 16:28
- Forum: Makroprogrammierung
- Topic: Automatisierung -mehrere eMails mit unterschiedlichen Texten gleichzeitig generieren
- Replies: 3
- Views: 1162
Re: Automatisierung -mehrere eMails mit unterschiedlichen Texten gleichzeitig generieren
@mawiti
Ja, sorry - der korrekte Link ist:
viewtopic.php?f=146&t=18057
Dort siehe mein posting vom Mo 25. Mai 2020, 21:47
Peter Stotz
Windows 10 - PhraseExpress v15.0.79
Ja, sorry - der korrekte Link ist:
viewtopic.php?f=146&t=18057
Dort siehe mein posting vom Mo 25. Mai 2020, 21:47
Peter Stotz
Windows 10 - PhraseExpress v15.0.79
- 24 Jan 21, 18:43
- Forum: Macro Programming
- Topic: Using Spreadsheet to populate Variables
- Replies: 2
- Views: 1203
Re: Using Spreadsheet to populate Variables
@elbeau The -def parameter can be used to populating variables from a spreadsheet into an input form. Example: This text module takes data from the Excel file Excel_DB.xls (see the file attachment): {#form -text Excel: Populating variables from a spreadsheet into an input form -width 450 -preview hi...
- 22 Jan 21, 11:37
- Forum: Kostenlose Erweiterungen
- Topic: Datumermittlung für ±Wochentag und Wochenabstand
- Replies: 6
- Views: 7432
Re: Datumermittlung für ±Wochentag und Wochenabstand
@ATARI, @all, die Makroprogramme wurden für das Windows-Betriebssystem geschrieben. Für IOS/Android müsste der Code angepasst werden... siehe z.B. diese Diskussion: https://www.bartelsmedia.com/forum/viewtopic.php?f=146&t=17865&p=56154&hilit=android&sid=c4c4632ddfbb5b70fcd5f88b73e1d4fa#p56154 Peter ...
- 17 Jan 21, 20:07
- Forum: Macro Programming
- Topic: put some codes into the clipboard invalid
- Replies: 9
- Views: 2773
Re: put some codes into the clipboard invalid
@kevin „I want to put some codes into the clipboard...“ What are the code snippets to be used for and how (your workflow) ? I assume you want to insert prepared code snippets into a development environment to program efficiently. My suggestion: Put the code snippets in text files with meaningful nam...
- 17 Jan 21, 12:01
- Forum: Makroprogrammierung
- Topic: Zeichen einer andern Schrift in „Microsoft Word“ …
- Replies: 3
- Views: 1065
Re: Zeichen einer andern Schrift in „Microsoft Word“ …
@PePa In Ergänzung zu den Hinweisen von DrBGM: Man kann viele Einstellungen in WORD bewirken, wenn man mit PhraseExpress die zugehörigen Tastencodes 'nachbildet'. Die Schriftart-Einstellung wird z.B. mit STRG+D aktiviert. So kann man mit dem Textbaustein {#CTRL -chars d}{#focus Schriftart}{#BKSP}Tim...
- 15 Jan 21, 10:31
- Forum: Makroprogrammierung
- Topic: Laufenden Zähler implementieren
- Replies: 8
- Views: 2471
Re: Laufenden Zähler implementieren
@EmmPee Jeder PhraseExpress-Anwender arbeitet mit einer gesonderten phrases.pxp, üblicherweise im Verzeichnis C:\Users\ <benutzername> \Documents\PhraseExpress Um eine gemeinsame Datenbasis für mehrere Anwender zu haben, müssen diese Anwender auf dieselbe phrases.pxp zugreifen. Dazu setzt man Phrase...
- 12 Jan 21, 20:43
- Forum: Macro Programming
- Topic: put some codes into the clipboard invalid
- Replies: 9
- Views: 2773
Re: put some codes into the clipboard invalid
@kewin
The PhraseExpress parser interprets curly braces as PhraseExpress code elements.
But never give up...
Adapt your concept!
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
The PhraseExpress parser interprets curly braces as PhraseExpress code elements.
But never give up...
Adapt your concept!
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
- 11 Jan 21, 18:51
- Forum: Kostenlose Erweiterungen
- Topic: Datumermittlung für ±Wochentag und Wochenabstand
- Replies: 6
- Views: 7432
Re: Datumermittlung für ±Wochentag und Wochenabstand
@all
*.pxp Importdateien German & English erneut bereitgestellt...
*.pxp Import files German & English provided again...
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
*.pxp Importdateien German & English erneut bereitgestellt...
*.pxp Import files German & English provided again...
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
- 10 Jan 21, 17:51
- Forum: Macro Programming
- Topic: put some codes into the clipboard invalid
- Replies: 9
- Views: 2773
Re: put some codes into the clipboard invalid
@kewin The code snippet should look like this: {#setclipboard class Program { void Main() { DocumentModel document = new DocumentModel(); Section section = new Section(document); document.Sections.Add(section); Paragraph paragraph = new Paragraph(document); section.Blocks.Add(paragraph); Run run = n...
- 10 Jan 21, 10:59
- Forum: Macro Programming
- Topic: put some codes into the clipboard invalid
- Replies: 9
- Views: 2773
Re: put some codes into the clipboard invalid
@kewin
What about
{
___code snippet
\\\}
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
What about
{
___code snippet
\\\}
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
- 09 Jan 21, 21:54
- Forum: Macro Programming
- Topic: put some codes into the clipboard invalid
- Replies: 9
- Views: 2773
Re: put some codes into the clipboard invalid
@kewin Probably the curly braces { ... } in the code cause the issue. Test this code: {#setclipboard class Program {#ASC 123} void Main() {#ASC 123} DocumentModel document = new DocumentModel(); Section section = new Section(document); document.Sections.Add(section); Paragraph paragraph = new Paragr...
- 06 Jan 21, 23:10
- Forum: Makroprogrammierung
- Topic: Laufenden Zähler implementieren
- Replies: 8
- Views: 2471
Re: Laufenden Zähler implementieren
@EmmPee
Der Zähler sollte sich über die Eingabe set### einstellen lassen.
Geht das nicht?
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
Der Zähler sollte sich über die Eingabe set### einstellen lassen.
Geht das nicht?
Peter Stotz
Windows 10 - PhraseExpress v15.0.77
- 06 Jan 21, 21:30
- Forum: Makroprogrammierung
- Topic: Laufenden Zähler implementieren
- Replies: 8
- Views: 2471
Re: Laufenden Zähler implementieren
@EmmPee Eine Suche nach 'Zähler' im Forum könnte eine gute Idee sein und zu einigen Hinweisen führen... ;-) Im Forumbereich 'Kostenlose Erweiterungen' wurden von mir zwei Beispiele für laufende Zähler eingestellt: 1. Laufend weitergeführter temporärer Zähler ## https://www.bartelsmedia.com/forum/vie...
- 05 Jan 21, 15:32
- Forum: Makroprogrammierung
- Topic: Automatisierung -mehrere eMails mit unterschiedlichen Texten gleichzeitig generieren
- Replies: 3
- Views: 1162
Re: Automatisierung -mehrere eMails mit unterschiedlichen Texten gleichzeitig generieren
@emes in einem Forumbeitrag https://www.bartelsmedia.com/forum/viewtopic.php?f=147&t=18426 (mein posting Peter Stotz » Mo 25. Mai 2020, 21:47) wurde das automatisiere aufeinanderfolgende Ausführen von Phrasen diskutiert. Könnte das eine Lösung sein?: Du erstellst vier Phrasen für die E-Mails und füh...