Karl,
...everything is fine - the thread was not started by me.
I also only jumped in....
Gerhard
Search found 99 matches
- Tue Mar 03, 2020 5:48 pm
- Forum: Product
- Topic: Error XS9040 The type of the first ASSIGN parameter must match the returntype...
- Replies: 10
- Views: 3109
- Tue Mar 03, 2020 5:05 pm
- Forum: Product
- Topic: Error XS9040 The type of the first ASSIGN parameter must match the returntype...
- Replies: 10
- Views: 3109
Error XS9040 The type of the first ASSIGN parameter must match the returntype...
Hi Wolfgang and Chris,
thanks for the clarification.
Gerhard
thanks for the clarification.
Gerhard
- Tue Mar 03, 2020 2:27 pm
- Forum: Product
- Topic: Error XS9040 The type of the first ASSIGN parameter must match the returntype...
- Replies: 10
- Views: 3109
Error XS9040 The type of the first ASSIGN parameter must match the returntype...
<t>Hello Chris,<br/>
<br/>
in VO an ASSIGN should never return a value - if I remember right an info from Robert. Then the assign should be<br/>
ASSIGN hKey (ptr_hKey AS PTR) AS VOID STRICT. So the return values of ASSIGN and ACCESS are not equal. Is this a problem in X#?<br/>
<br/>
Thanks in ...
<br/>
in VO an ASSIGN should never return a value - if I remember right an info from Robert. Then the assign should be<br/>
ASSIGN hKey (ptr_hKey AS PTR) AS VOID STRICT. So the return values of ASSIGN and ACCESS are not equal. Is this a problem in X#?<br/>
<br/>
Thanks in ...
- Tue Mar 03, 2020 9:43 am
- Forum: Deutsches Forum
- Topic: PDF Library für VO
- Replies: 14
- Views: 5283
PDF Library für VO
<t>Hallo Joachim,<br/>
<br/>
die Anzeige einer Pdf-Datei in einem eigenen Fenster funktioniert mit Sumatra-PDF:<br/>
<br/>
METHOD ShowPdf (cFile AS STRING) AS VOID PASCAL CLASS dlgPdfViewer<br/>
LOCAL cHwnd, cCmdLine AS STRING <br/>
<br/>
IF File("SumatraPDF.exe") .AND. File(cFile)<br/>
<br ...
<br/>
die Anzeige einer Pdf-Datei in einem eigenen Fenster funktioniert mit Sumatra-PDF:<br/>
<br/>
METHOD ShowPdf (cFile AS STRING) AS VOID PASCAL CLASS dlgPdfViewer<br/>
LOCAL cHwnd, cCmdLine AS STRING <br/>
<br/>
IF File("SumatraPDF.exe") .AND. File(cFile)<br/>
<br ...
- Wed Feb 05, 2020 7:10 pm
- Forum: Deutsches Forum
- Topic: RedimDataWindow
- Replies: 25
- Views: 9114
RedimDataWindow
<t>Hallo Franz,<br/>
<br/>
...hast Du mal geprüft, ob die Methode mehrfach aufgerufen wird - also während die Berechnung läuft nochmal?<br/>
Um da zu verhindern am Anfang der Methode:<br/>
<br/>
IF SELF:_lInResize<br/>
RETURN<br/>
ENDIF<br/>
<br/>
<br/>
SELF:_lInResize := TRUE<br/>
<br/>
....die ...
<br/>
...hast Du mal geprüft, ob die Methode mehrfach aufgerufen wird - also während die Berechnung läuft nochmal?<br/>
Um da zu verhindern am Anfang der Methode:<br/>
<br/>
IF SELF:_lInResize<br/>
RETURN<br/>
ENDIF<br/>
<br/>
<br/>
SELF:_lInResize := TRUE<br/>
<br/>
....die ...
- Wed Feb 05, 2020 4:43 pm
- Forum: Deutsches Forum
- Topic: RedimDataWindow
- Replies: 25
- Views: 9114
RedimDataWindow
<t>Franz,<br/>
<br/>
...ich würde die Controls auch nicht bei jedem Resize als Array lesen.<br/>
Die Controls werden wohl im geöffneten Fenster nicht verändert.<br/>
Deshalb:<br/>
PROTECT aC AS ARRAY<br/>
<br/>
und z.B. in PostInit() nur einmal:<br/>
SELF:aC := SELF:GetControls( #Control )<br ...
<br/>
...ich würde die Controls auch nicht bei jedem Resize als Array lesen.<br/>
Die Controls werden wohl im geöffneten Fenster nicht verändert.<br/>
Deshalb:<br/>
PROTECT aC AS ARRAY<br/>
<br/>
und z.B. in PostInit() nur einmal:<br/>
SELF:aC := SELF:GetControls( #Control )<br ...
- Wed Jan 22, 2020 5:59 pm
- Forum: Deutsches Forum
- Topic: German conference / event
- Replies: 26
- Views: 10543
German conference / event
... and one more from Germany (near Passau)
Gerhard
Gerhard
- Wed Nov 20, 2019 4:46 pm
- Forum: VO & Vulcan
- Topic: Field grouping in bBrowser
- Replies: 7
- Views: 3188
Field grouping in bBrowser
<t>Jeff,<br/>
<br/>
...maybe you see only the first line of your two line field?<br/>
<br/>
This line is not in your code:<br/>
<br/>
// Enable the variable row height so that the<br/>
// column values are displayed in 2 lines.<br/>
oBrowser:EnableRowHeightVariable(TRUE)<br/>
<br/>
<br/>
HTH<br ...
<br/>
...maybe you see only the first line of your two line field?<br/>
<br/>
This line is not in your code:<br/>
<br/>
// Enable the variable row height so that the<br/>
// column values are displayed in 2 lines.<br/>
oBrowser:EnableRowHeightVariable(TRUE)<br/>
<br/>
<br/>
HTH<br ...
- Mon Oct 21, 2019 12:32 am
- Forum: Product
- Topic: DBServer close in X#
- Replies: 10
- Views: 2955
DBServer close in X#
<t>...just an idea from a X#-beginner...<br/>
Why not doing it as in Vulcan to have one set of workarea numbers shared by all threads?<br/>
<br/>
- There would no need to change the VO-Code<br/>
- The same workarea number can't exist in different threads<br/>
- With a new Access 'ThreadId' for the ...
Why not doing it as in Vulcan to have one set of workarea numbers shared by all threads?<br/>
<br/>
- There would no need to change the VO-Code<br/>
- The same workarea number can't exist in different threads<br/>
- With a new Access 'ThreadId' for the ...
- Thu Jun 20, 2019 12:10 am
- Forum: Chit-Chat
- Topic: Which VS version do you use ?
- Replies: 28
- Views: 9692
Which VS version do you use ?
Hi Robert
VS 2017 Community
VS 2017 Community

