Search found 33 matches

by edv-rudrich
Wed Jan 19, 2011 1:59 pm
Forum: Xbase++ Support
Topic: SQL via SQLExpress or pure ODBC
Replies: 7
Views: 15419

Re: SQL via SQLExpress or pure ODBC

Thank you guys.. but Alaska's ODBCDBE gives me the opportunity to stay in the syntax I am used to.. it automatically loads all the indexes - and I can use DbSeek() - adress all fields by their native name instead of calling oCursor:FieldGet('Customer') which could result ina delay if you have 200 or...
by edv-rudrich
Wed Jan 19, 2011 11:43 am
Forum: Xbase++ Support
Topic: SQL via SQLExpress or pure ODBC
Replies: 7
Views: 15419

SQL via SQLExpress or pure ODBC

hi -

can somebody tell me pls wtf is the benefit when using SQLExpress instead of 'normal' ODBCDBE?
SQLExpress also connects via ODBC - so:
is it faster? (how could it be...)
is it more stable?
what is the reason to use it?

Thks
Michael
by edv-rudrich
Tue Jan 18, 2011 12:55 am
Forum: XCodeJock Support
Topic: Redawing of a commadnBar
Replies: 4
Views: 17600

Re: Redawing of a commadnBar

Roger -

I wonder why the Method RedrawBar() crashes.. this should be a method
of the commandbar object like the documentation says..

- Michael
by edv-rudrich
Mon Jan 17, 2011 11:29 am
Forum: XCodeJock Support
Topic: Redawing of a commadnBar
Replies: 4
Views: 17600

Redawing of a commadnBar

Hi.. it#s a little frustrating to try to look behind the architecture of XCodeJock-- I need to change captions and group titles of a commandbar object on-the-fly.. CJAddControl does not allow the use of a codeblock as a caption, so I tried to use variables instead and try to redraw the complete comm...
by edv-rudrich
Wed Jan 12, 2011 2:28 am
Forum: XCodeJock Support
Topic: xtpControlEdit
Replies: 2
Views: 12763

Re: xtpControlEdit

this is weird - because Wolfgang Ciriak told me that he CAN enter in his testprogram
He uses Codejpck 13.0.0 and eXPress 252 together with SL1..

Is it possible to place a simple xbpsle on the command bar?

- Michael
by edv-rudrich
Sun Jan 02, 2011 4:03 am
Forum: XCodeJock Support
Topic: xtpControlEdit
Replies: 2
Views: 12763

xtpControlEdit

Hi - I am currently playing around with the sample RIBBON.PRG ... Don't know whats wrong, - but I cannot run an edit control on a tab of a ribbon bar.. It displays well - but no way to enter any chars.. Any help appreciated.. - Michael STATIC FUNCTION _StartRibbon(o) Local oRibbonBar, oControl, oPop...
by edv-rudrich
Sun Jan 02, 2011 3:57 am
Forum: eXpress++ Support
Topic: This is a browse
Replies: 15
Views: 24489

Re: This is a browse

Beautiful work -- outstanding!!

- Michael
by edv-rudrich
Sun May 30, 2010 2:51 am
Forum: eXpress++ Support
Topic: Positioning a cursor in a GET behind the last char
Replies: 4
Views: 10050

Re: Positioning a cursor in a GET behind the last char

Tom
thanks - I found my mistake..
I've coded {|o|Set... instead of {|o|o:Set....

;o)

- Michael
by edv-rudrich
Sun May 30, 2010 1:48 am
Forum: eXpress++ Support
Topic: Positioning a cursor in a GET behind the last char
Replies: 4
Views: 10050

Re: Positioning a cursor in a GET behind the last char

Hi Tom..

good idea - but no change...

- Michael
by edv-rudrich
Sat May 29, 2010 9:47 am
Forum: eXpress++ Support
Topic: Positioning a cursor in a GET behind the last char
Replies: 4
Views: 10050

Positioning a cursor in a GET behind the last char

Hi I am looking for a possibility to position the cursor in a get in an eval clause behind the last existing letter without the need to press xbeK_END first.. Had no success with the XBase methods.. There's a method :Home() in the DC_XbpGet class - but no corresponding :End() Thks - MIchael Sample c...