Search found 265 matches

by reganc
Fri Sep 10, 2010 7:17 am
Forum: Xbase++ Support
Topic: XbpMLE() manipulation
Replies: 7
Views: 14576

Re: XbpMLE() manipulation

@ 1,1 DCMULTILINE cText OBJECT oText ... EVAL {||oText:Enter := {||oText:SetFirstChar(Len(cText))}} or, more unspecific: EVAL {|o|o:Enter := {|a,x,o|o:SetFirstChar(Len(o:EditBuffer()))} Thanks Tom...that was a great help! I made a small function (with the only paramter being the mle object) which a...
by reganc
Fri Sep 10, 2010 5:16 am
Forum: Xbase++ Support
Topic: XbpMLE() manipulation
Replies: 7
Views: 14576

XbpMLE() manipulation

Hi guys I would like to be able to move the cursor within an MLE so that the bottom line is visible immediately. I want to have an MLE hold progress text and show what is currently being done... I have tried various things in the past but not found a solution that works reliably. Does anyone know ho...
by reganc
Tue Jul 20, 2010 1:08 am
Forum: eXpress++ Support
Topic: dc_getdirections
Replies: 2
Views: 7062

Re: dc_getdirections

Regan - I think I recall testing that and found that it gives directions to the post office. Roger On reading the above I couldn't work out if you were joking... sorry. Then I thought maybe the fact that I had used the english term 'postcode' that maybe it was a misunderstanding? I should have used...
by reganc
Mon Jul 19, 2010 5:26 am
Forum: eXpress++ Support
Topic: dc_getdirections
Replies: 2
Views: 7062

dc_getdirections

Hi Roger

Is there any reason why supplying only a postcode to the above function would not work?

I know it's probably down to the URL that is built to send to the website. I had a look but didn't have time to figure out what bit of the uri needs adding.

Thanks.
by reganc
Thu May 20, 2010 3:13 am
Forum: phpBB Board Support
Topic: Unread messages counter
Replies: 2
Views: 12599

Unread messages counter

Roger, I found this: http://www.phpbb.com/community/viewtopic.php?f=69&t=788695&p=8265455#p8265455 It allowsan adjustment to be made to the index page of the board so you can get: View your unread posts (3 unread post(s) in 2 topic(s)) so you know how many unread messages there are before clicking o...
by reganc
Wed May 12, 2010 4:45 am
Forum: Did you Know?
Topic: Happy Birthday
Replies: 7
Views: 19388

Re: Happy Birthday

Bobby, as usual you've got your finger on the pulse...

Happy Birthday, Roger.
by reganc
Wed Apr 21, 2010 2:28 am
Forum: eXpress++ Support
Topic: Align right footer in DCBROWSECOL
Replies: 2
Views: 7666

Re: Align right footer in DCBROWSECOL

Hi Jack Hello, I am unable to align right the footer in DCBROWSECOL. The footer has the correct color (green) I must be missing something.. Please advise, Regards, Jack Duijf LOCAL aFootPres := {} Aadd(aFootPres,{XBP_PP_ALIGNMENT ,XBPALIGN_RIGHT}) Aadd(aFootPres,{XBP_PP_BGCLR ,GRA_CLR_GREEN}) DCBROW...
by reganc
Thu Mar 25, 2010 7:22 am
Forum: Zen and the art of Software Maintenance
Topic: Sad news
Replies: 6
Views: 18536

Re: Sad news

Michael, Again, thank you for letting us know about this. I only met Günter when I went to the Berlin DEVCON although I had seen his name on occasion in the newsgroups and on the webboard. I found him to be a very nice guy and I will always remember that despite his disability he always made time fo...
by reganc
Wed Mar 17, 2010 2:57 am
Forum: eXpress++ Support
Topic: dc_completeevents()
Replies: 1
Views: 6262

dc_completeevents()

We have used dc_completeevents() in a processing loop to allow a cancel button shown on the processing dialog to be actioned and that was fine. I recently added a dc_completevents() call to a generic progress dialog we have. I did this because I wanted to adjust the progress dialog so that if it was...
by reganc
Tue Mar 16, 2010 2:17 am
Forum: eXpress++ Support
Topic: Fun with DCBROWSE, FREEZELEFT and InsColumn()
Replies: 6
Views: 12829

Re: Fun with DCBROWSE, FREEZELEFT and InsColumn()

I do not know anything about your actual problem but it strikes me that you could instead just set those two columns that you do not want to show to zero width instead of removing them entirely...