Dick,
Glad you solved it
Cheers
Glen
Search found 33 matches
- Sat Jul 29, 2023 6:40 pm
- Forum: VO & Vulcan
- Topic: Top of window + header of bBrowser move out of sight
- Replies: 3
- Views: 1984
- Wed Jul 26, 2023 7:44 pm
- Forum: VO & Vulcan
- Topic: Top of window + header of bBrowser move out of sight
- Replies: 3
- Views: 1984
Top of window + header of bBrowser move out of sight
Hi Dick,
When I read this, my mind went to the resolution of the screen. Is there, by any chance, a difference between the resolution of the RD and the monitor? Hope you understand what I mean.
Cheers
Glen
When I read this, my mind went to the resolution of the screen. Is there, by any chance, a difference between the resolution of the RD and the monitor? Hope you understand what I mean.
Cheers
Glen
- Thu Jul 21, 2022 7:25 pm
- Forum: VO & Vulcan
- Topic: Windows 11 LAN and DBF Access Very Slow
- Replies: 12
- Views: 3227
Windows 11 LAN and DBF Access Very Slow
Hi Jamal,
Out of interest, are you using a bDBServer or bArrayServer for the bBrowser?
Cheers
Glen
Out of interest, are you using a bDBServer or bArrayServer for the bBrowser?
Cheers
Glen
- Mon Jun 20, 2022 6:16 pm
- Forum: VO & Vulcan
- Topic: Buttons in lower part of dialog missing for just one RD user
- Replies: 8
- Views: 2162
Buttons in lower part of dialog missing for just one RD user
Hi Dick,
Further to Chris's comment, we often find that people change from the standard font size (Smaller of my PC) to medium or Larger and this has the same effect as physically changing the font size. See attachment.
HTH
Glen
Further to Chris's comment, we often find that people change from the standard font size (Smaller of my PC) to medium or Larger and this has the same effect as physically changing the font size. See attachment.
HTH
Glen
- Wed Jan 26, 2022 8:18 pm
- Forum: VO & Vulcan
- Topic: [Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete
- Replies: 10
- Views: 2605
[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete
Hi Dick,
I would be interested too. I tried to implement something a couple of years ago but with no luck. glent@pronamics.com.au
Cheers
Glen
I would be interested too. I tried to implement something a couple of years ago but with no luck. glent@pronamics.com.au
Cheers
Glen
- Tue Jan 11, 2022 8:08 pm
- Forum: VO & Vulcan
- Topic: Closing Datawindow method
- Replies: 7
- Views: 2203
Closing Datawindow method
<t>HI,<br/> <br/> Here's a snippet from one of my datawindows that asks a question if on saved:<br/> <br/> METHOD QueryClose( oCE ) CLASS bTakeoffWin<br/> LOCAL nRtn AS DWORD<br/> LOCAL lAllowClose AS LOGIC<br/> LOCAL nLen AS DWORD<br/> LOCAL nCounter AS DWORD<br/> LOCAL oCol AS bDataColumn<br ...
- Fri May 07, 2021 8:12 pm
- Forum: VO & Vulcan
- Topic: Transferring large VO project to X#
- Replies: 49
- Views: 9357
Transferring large VO project to X#
<r>Karl-Heinz,<br/> <br/> Thanks for that. The 2nd one was the one I was expecting but didn't know what the declaration had to be. I'll study the 1st one too.<br/> <br/> Cheers<br/> <br/> Glen<br/> <QUOTE author="Karl-Heinz"><s>[quote="Karl-Heinz"]</s>HI Glen,<br/> <br/> f you want to stay with the ...
- Fri May 07, 2021 8:08 pm
- Forum: VO & Vulcan
- Topic: Transferring large VO project to X#
- Replies: 49
- Views: 9357
Transferring large VO project to X#
<r>Thanks Wolfgang. I've out it on the top of my (very long) list.<br/> <br/> Cheers<br/> <br/> Glen<br/> <QUOTE author="wriedmann"><s>[quote="wriedmann"]</s>Hi Glen,<br/> OLE/COM as it worked in VO does not works anymore in X#.<br/> Please see the X# help, "Migrating apps from VO to X#", "Example 5 ...
- Fri May 07, 2021 8:06 pm
- Forum: VO & Vulcan
- Topic: Transferring large VO project to X#
- Replies: 49
- Views: 9357
Transferring large VO project to X#
<r>Thanks Chris. I will get to the articles and digest them. The Font one is obvious now you show it to me. I should have seen that one,<br/> <br/> I'll implement the _DLL function and see how far that takes me.<br/> <br/> Cheers<br/> <br/> Glen<br/> <QUOTE author="Chris"><s>[quote="Chris"]</s>Hi ...
- Fri May 07, 2021 12:05 am
- Forum: VO & Vulcan
- Topic: Transferring large VO project to X#
- Replies: 49
- Views: 9357
Transferring large VO project to X#
<t>Working on my function library now and I have two issues. Firstly, I have the function:<br/> <br/> FUNCTION PCE_Is64BitOS() AS LOGIC<br/> LOCAL hModule AS PTR<br/> LOCAL hFunc AS PTR<br/> LOCAL lIsWow64 AS LOGIC<br/> <br/> hModule := GetModuleHandle( PSZ( "kernel32" ) )<br/> hFunc ...