<r>Horst,<br/>
<br/>
with ConcurrencyControl := ccNone you do your own locking.<br/>
There is no Commit() before unlocking.<br/>
<br/>
I think, that should be:<br/>
SELF:odbKontroll:LockCurrentRecord ()<br/>
SELF:odbKontroll:FIELDPUT (#DateEdit, DToC (Today())+NTrim (Seconds()))<br/>
<B><s>[b]</s ...
Search found 99 matches
- Wed Feb 02, 2022 10:46 am
- Forum: Product
- Topic: Troubles with DBF
- Replies: 39
- Views: 9773
- Thu Jan 27, 2022 12:48 pm
- Forum: Forum Italiano
- Topic: bBrowser: celle numeriche vuote quando il valore è zero [Risolto]
- Replies: 5
- Views: 3808
bBrowser: celle numeriche vuote quando il valore è zero
Claudio,
do NOT:
oColonna:SuspendEmptyValues := "Server:MESE9=0"
You only need:
oColonna:SuspendEmptyValues := TRUE
Gerhard
do NOT:
oColonna:SuspendEmptyValues := "Server:MESE9=0"
You only need:
oColonna:SuspendEmptyValues := TRUE
Gerhard
- Thu Nov 04, 2021 4:25 pm
- Forum: Deutsches Forum
- Topic: Stellenangebot 'VO / X#-Programmierer - Vollzeit in Festanstellung'
- Replies: 7
- Views: 5836
Stellenangebot 'VO / X#-Programmierer - Vollzeit in Festanstellung'
<r>Hallo Karl-Heinz,<br/>
<br/>
bisher gab es keine Meldung auf diese Anzeigen. Diese Anzeige wurde auch schon in großen Printmedien geschaltet - aber keine einzige Meldung.<br/>
<URL url="https://jobs.developer-media.de/Jobs/MEDI-Kabel-GmbH.852042.html"><LINK_TEXT text="https://jobs.developer-media ...
<br/>
bisher gab es keine Meldung auf diese Anzeigen. Diese Anzeige wurde auch schon in großen Printmedien geschaltet - aber keine einzige Meldung.<br/>
<URL url="https://jobs.developer-media.de/Jobs/MEDI-Kabel-GmbH.852042.html"><LINK_TEXT text="https://jobs.developer-media ...
- Fri Oct 29, 2021 8:02 am
- Forum: Deutsches Forum
- Topic: Stellenangebot 'VO / X#-Programmierer - Vollzeit in Festanstellung'
- Replies: 7
- Views: 5836
Stellenangebot 'VO / X#-Programmierer - Vollzeit in Festanstellung'
<t>Hallo zusammen,<br/>
<br/>
wir suchen zur Verstärkung unseres Teams einen Programmierer in Vollzeit.<br/>
Die Anwendungen sind z.Zt. noch in VO entwickelt (u.a. mit bBrowser und ADS) - in absehbarer Zeit soll jedoch eine Umstellung auf X# erfolgen.<br/>
<br/>
Bei Fragen stehe ich gerne zur ...
<br/>
wir suchen zur Verstärkung unseres Teams einen Programmierer in Vollzeit.<br/>
Die Anwendungen sind z.Zt. noch in VO entwickelt (u.a. mit bBrowser und ADS) - in absehbarer Zeit soll jedoch eine Umstellung auf X# erfolgen.<br/>
<br/>
Bei Fragen stehe ich gerne zur ...
- Sun Sep 12, 2021 5:21 pm
- Forum: Product
- Topic: Access FPT from ADS with XSharp VO Dialect - Error 7010
- Replies: 20
- Views: 6679
Access FPT from ADS with XSharp VO Dialect - Error 7010
<r>I don't think it's a RDD problem.<br/>
In your FPT-File check your MEMO-Fields Field by Field and Record by Record. Do that test with the DBFCDX-RDD - not with ADS.<br/>
Here you will find some old code for a file check - not tested by me.<br/>
<URL url="https://groups.google.com/g/comp.lang ...
In your FPT-File check your MEMO-Fields Field by Field and Record by Record. Do that test with the DBFCDX-RDD - not with ADS.<br/>
Here you will find some old code for a file check - not tested by me.<br/>
<URL url="https://groups.google.com/g/comp.lang ...
- Sat Sep 11, 2021 10:15 am
- Forum: Product
- Topic: Access FPT from ADS with XSharp VO Dialect - Error 7010
- Replies: 20
- Views: 6679
Access FPT from ADS with XSharp VO Dialect - Error 7010
<r>You will find every syntax in the X#-Help:<br/>
<URL url="https://www.xsharp.eu/runtimehelp/html/M_XSharp_RT_Functions_DbApp.htm"><LINK_TEXT text="https://www.xsharp.eu/runtimehelp/html/ ... _DbApp.htm">https://www.xsharp.eu/runtimehelp/html/M_XSharp_RT_Functions_DbApp.htm</LINK_TEXT></URL><br ...
<URL url="https://www.xsharp.eu/runtimehelp/html/M_XSharp_RT_Functions_DbApp.htm"><LINK_TEXT text="https://www.xsharp.eu/runtimehelp/html/ ... _DbApp.htm">https://www.xsharp.eu/runtimehelp/html/M_XSharp_RT_Functions_DbApp.htm</LINK_TEXT></URL><br ...
- Fri Sep 03, 2021 3:54 pm
- Forum: Product
- Topic: Access FPT from ADS with XSharp VO Dialect - Error 7010
- Replies: 20
- Views: 6679
Access FPT from ADS with XSharp VO Dialect - Error 7010
Hi Robert,
....thanks for correction.
Gerhard
....thanks for correction.
Gerhard
- Fri Sep 03, 2021 8:46 am
- Forum: Product
- Topic: Access FPT from ADS with XSharp VO Dialect - Error 7010
- Replies: 20
- Views: 6679
Access FPT from ADS with XSharp VO Dialect - Error 7010
Hi,
you have to set the blocksize lager then 32:
RDDINFO(_SET_MEMOBLOCKSIZE, 64)
and THEN create your file with MEMO field.
The block size is stroed in the DBF header.
HTH
Gerhard Bunzel
you have to set the blocksize lager then 32:
RDDINFO(_SET_MEMOBLOCKSIZE, 64)
and THEN create your file with MEMO field.
The block size is stroed in the DBF header.
HTH
Gerhard Bunzel
- Sat Aug 14, 2021 8:25 am
- Forum: VO & Vulcan
- Topic: VO , drag drop .. drop() not firing why, small sample please, driving me crazy
- Replies: 7
- Views: 2963
VO , drag drop .. drop() not firing why, small sample please, driving me crazy
<t>Phil,<br/>
<br/>
if you started VO as an administrator, Drop() will not work in your application window.<br/>
Start VO without 'Admin' and you only need a SELF:EnableDragDropClient() in your window to receive a Drop().<br/>
<br/>
To receive filename(s) from FileExplorer:<br/>
<br/>
METHOD Drop ...
<br/>
if you started VO as an administrator, Drop() will not work in your application window.<br/>
Start VO without 'Admin' and you only need a SELF:EnableDragDropClient() in your window to receive a Drop().<br/>
<br/>
To receive filename(s) from FileExplorer:<br/>
<br/>
METHOD Drop ...
- Tue Aug 03, 2021 2:52 pm
- Forum: Deutsches Forum
- Topic: Stellenangebot 'VO / X#-Programmierer - Vollzeit in Dauerstellung'
- Replies: 0
- Views: 2240
Stellenangebot 'VO / X#-Programmierer - Vollzeit in Dauerstellung'
<t>Hallo zusammen,<br/>
<br/>
wir suchen zur Verstärkung einen Programmierer in Vollzeit.<br/>
Die Anwendungen sind z.Zt. noch in VO entwickelt (u.a. mit bBrowser und ADS) - in absehbarer Zeit soll jedoch eine Umstellung auf X# erfolgen.<br/>
<br/>
Bei Fragen stehe ich gerne zur Verfügung.<br/>
<br ...
<br/>
wir suchen zur Verstärkung einen Programmierer in Vollzeit.<br/>
Die Anwendungen sind z.Zt. noch in VO entwickelt (u.a. mit bBrowser und ADS) - in absehbarer Zeit soll jedoch eine Umstellung auf X# erfolgen.<br/>
<br/>
Bei Fragen stehe ich gerne zur Verfügung.<br/>
<br ...

