Hallo Rolf,
ich habe eine kleine Beispiel-Applikation entwickelt, in der Farbbedingungen definiert werden, wie du sie benötigst. Hierbei habe ich mich auf 5 B-Felder (B_01, B_02, .. B_05) beschränkt. Bei Bedarf können aber auch noch mehr B-Felder definiert werden. Weil in der Farbbedingung mehrere ...
Search found 31 matches
- Sat Dec 13, 2025 7:06 pm
- Forum: Deutsches Forum
- Topic: BBrowser Frage
- Replies: 7
- Views: 882
- Fri Dec 12, 2025 5:57 pm
- Forum: Deutsches Forum
- Topic: BBrowser Frage
- Replies: 7
- Views: 882
Re: BBrowser Frage
Hallo Rolf,
mit den Farbbedingungen im bBrowser kann ziemlich viel gemacht werden. Sie sind ziemlich flexibel und die Bedingun(en) können sowohl einfach, als auch hochkomplex sein.
Vielleicht wäre es hilfreich, wenn du etwas genauer beschreiben würdest, was genau du machen möchtest. Wie würdest du ...
mit den Farbbedingungen im bBrowser kann ziemlich viel gemacht werden. Sie sind ziemlich flexibel und die Bedingun(en) können sowohl einfach, als auch hochkomplex sein.
Vielleicht wäre es hilfreich, wenn du etwas genauer beschreiben würdest, was genau du machen möchtest. Wie würdest du ...
- Tue Sep 24, 2024 1:08 pm
- Forum: Product
- Topic: bBrowser availability or an Alternative
- Replies: 27
- Views: 11702
Re: bBrowser availability or an Alternative
Hello all,
a few weeks ago, I became seriously ill while traveling in Africa and had to spend a lot of time in various hospitals. During this time I was offline and could not respond to bBrowser requests. Unfortunately, ShareIt closed my webshop for the bBrowser during this time, so the bBrowser ...
a few weeks ago, I became seriously ill while traveling in Africa and had to spend a lot of time in various hospitals. During this time I was offline and could not respond to bBrowser requests. Unfortunately, ShareIt closed my webshop for the bBrowser during this time, so the bBrowser ...
- Fri Sep 16, 2022 11:40 am
- Forum: Product
- Topic: FabPaintLib and bBrowser
- Replies: 7
- Views: 3873
FabPaintLib and bBrowser
Hi Alex,
please excuse me for getting involved so late.
Can you send me an example application with which I can reproduce the problem. Maybe I can extend the bBrowser for X# so that this problem no longer occurs.
Regards
Joachim Bieler
please excuse me for getting involved so late.
Can you send me an example application with which I can reproduce the problem. Maybe I can extend the bBrowser for X# so that this problem no longer occurs.
Regards
Joachim Bieler
- Tue Mar 08, 2022 12:19 pm
- Forum: VO & Vulcan
- Topic: bBrowser and SQL Server delay question
- Replies: 2
- Views: 3015
bBrowser and SQL Server delay question
<t>Hi Stavros,<br/>
<br/>
the bBrowser uses the methods Skip(), GoTop(), GoBottom() and Goto() from the dataserver for record movements. If data refreshes take place in the dataserver, then the bBrowser has no influence on it. Whether this actually happens, I don't know at the moment. <br/>
<br ...
<br/>
the bBrowser uses the methods Skip(), GoTop(), GoBottom() and Goto() from the dataserver for record movements. If data refreshes take place in the dataserver, then the bBrowser has no influence on it. Whether this actually happens, I don't know at the moment. <br/>
<br ...
- Wed Jan 05, 2022 12:22 pm
- Forum: Forum Italiano
- Topic: VO: Colorare testo e/o background di alcuni campi e/o righe di una DATALISTVIEW
- Replies: 27
- Views: 13147
VO: Colorare testo e/o background di alcuni campi e/o righe di una DATALISTVIEW
<r>Hi Claudio,<br/>
I am the author of bBrowser. As you have already experienced, the VO version of bBrowser can not be used with X#. For X# and Visual Studio the following version is needed:<br/>
<br/>
bBrowser.NET 4 (XSharp Edition)<br/>
(<URL url="https://www.bbrowser.net/index.php/en/shop-en-gb ...
I am the author of bBrowser. As you have already experienced, the VO version of bBrowser can not be used with X#. For X# and Visual Studio the following version is needed:<br/>
<br/>
bBrowser.NET 4 (XSharp Edition)<br/>
(<URL url="https://www.bbrowser.net/index.php/en/shop-en-gb ...
- Sun Oct 11, 2020 1:10 pm
- Forum: VO & Vulcan
- Topic: How to assign a value to a bBrowser VirtualColumn field?
- Replies: 3
- Views: 2662
How to assign a value to a bBrowser VirtualColumn field?
<r>Hi Dick,<br/>
<br/>
you can change the column value of the current record with the following code:<br/>
<CODE><s>[code]</s>oColumn := self:oDCBrowser:GetColumn(#YourColumnName)
oColumn:Value += 1
<e>[/code]</e></CODE>
If values in several records need to be changed, then I would use the ...
<br/>
you can change the column value of the current record with the following code:<br/>
<CODE><s>[code]</s>oColumn := self:oDCBrowser:GetColumn(#YourColumnName)
oColumn:Value += 1
<e>[/code]</e></CODE>
If values in several records need to be changed, then I would use the ...
- Wed Jun 17, 2020 7:20 am
- Forum: Product
- Topic: VO GUI Classes to Winforms
- Replies: 29
- Views: 10279
VO GUI Classes to Winforms
Hi Bernhard,
many things are conceivable and also desirable. But in the first step the bBrowser must be ported first. That must be a lot of work. Which further data sources are supported later depends then also on the acceptance of the new bBrowser.
Joachim
many things are conceivable and also desirable. But in the first step the bBrowser must be ported first. That must be a lot of work. Which further data sources are supported later depends then also on the acceptance of the new bBrowser.
Joachim
- Mon Jun 15, 2020 4:53 am
- Forum: Product
- Topic: VO GUI Classes to Winforms
- Replies: 29
- Views: 10279
VO GUI Classes to Winforms
Arne, Wolfgang,
I will contact Robert and Chris to get more information about the VO GUI classes for WinForms. Maybe I can estimate afterwards how big the effort for a bBrowser (WinForms Edition) is.
Joachim
I will contact Robert and Chris to get more information about the VO GUI classes for WinForms. Maybe I can estimate afterwards how big the effort for a bBrowser (WinForms Edition) is.
Joachim
- Sun Jun 14, 2020 4:07 pm
- Forum: Product
- Topic: VO GUI Classes to Winforms
- Replies: 29
- Views: 10279
VO GUI Classes to Winforms
<t>Hi Arne and all others,<br/>
I can already imagine to offer the bBrowser also for WinForms. However, I cannot estimate at present how large the programming effort for this is. For this I would first have to learn more about WinForms. Conceivable would be also a kind of community work where I get ...
I can already imagine to offer the bBrowser also for WinForms. However, I cannot estimate at present how large the programming effort for this is. For this I would first have to learn more about WinForms. Conceivable would be also a kind of community work where I get ...

