Search found 145 matches: wdbu

Return to advanced search

Re: WDBU clone - xbrDBU

New version xbrdbu: Added methods Search, Goto, Skip, Locate, Continue

http://fivewin-contributions.googlecode.com/files/xbrdbu_2.zop
by Antonio Linares
Sun Sep 11, 2011 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Some fixes on xbrdbu.prg #include 'fivewin.ch'#include 'xbrowse.ch'REQUEST DBFCDX#DEFINE EXENAME "xWDBU"static oWndDbu, oDbfWnd//----------------------------------------------------------------------------//function Main()   local oBrw, oFont   SetBalloon( .t. )   xbrNumfor...
by Antonio Linares
Sat Sep 10, 2011 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Thank you. I will be working with it this week.

I think this would be a great class for FWH.

Tim
by TimStone
Sat Sep 03, 2011 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Tim, Here you have a version that does not use WndMain(). Yes, we can turn it into a Class :-) #include 'fivewin.ch'#include 'xbrowse.ch'REQUEST DBFCDX#DEFINE EXENAME "xWDBU"static oWndDbu, oDbfWnd//----------------------------------------------------------------------------//function Main...
by Antonio Linares
Fri Sep 02, 2011 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

I love this project. I would like to incorporate the editor in an existing program rather then as a stand alone. Most changes are simple. However, I'm finding a complication. The project main window is oWnd and it is NOT MDI. Usually, when calling a routine that creates a new window, it is not a pro...
by TimStone
Fri Sep 02, 2011 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Sure, why not?.

Ribbon bar is great. Also, with look 2010, because 2007 is far ;).
by ukservice
Thu Sep 01, 2011 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Otto and testers,

Shall we use a RibbonBar in this DBU ? :-)

Feedback is appreciated

An early prototype built using fwh\samples\rbdesign.prg

Image
by Antonio Linares
Thu Sep 01, 2011 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

I was able to built in the dbfedit in xbrDBU (for a dialog) .

How can i download it ?

Frank Demont
by Demont Brecht
Wed Aug 31, 2011 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Frank, This is what I have got from you. I don't see exactly what you mean http://img16.imageshack.us/img16/3282/captureio.jpg Antonio The picture shows that editing a cell in the dbf allows dtepicker objects . The controls from the cells are in fact controls from the dialog (or win...
by Demont Brecht
Wed Aug 31, 2011 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Hi everyone,

This project is going by far, better of what I expected!!!

Thanks Otto... The code is helping me to understand a lot better many things....
by Bayron
Wed Aug 31, 2011 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Frank,

This is what I have got from you. I don't see exactly what you mean

Image
by Antonio Linares
Wed Aug 31, 2011 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Frank,

Please email me the screenshot and I will post it, thanks :-)
by Antonio Linares
Wed Aug 31, 2011 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Sorry , i don't know how to give a screenshot. Sending the source to otto has failed , here is the code Frank, Could you post a screenshot to see how it looks ? thanks! :-) # include "fivewin.ch"# include "xbrowse.ch"# include "Common.ch"# include "dtpicker.ch"...
by Demont Brecht
Wed Aug 31, 2011 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Frank,

Could you post a screenshot to see how it looks ? thanks! :-)
by Antonio Linares
Wed Aug 31, 2011 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549

Re: WDBU clone - xbrDBU

Otto, I downloaded wbrDBU and noticed that there is not yet a inputroutine for a dbf. Last month i worked on a routine that maybe can be helpfull . It doen't use the build in edit features from xbrowse , but uses normal control's (defined in the dialiog) to edit the fields . Each control is possible...
by Demont Brecht
Wed Aug 31, 2011 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14549
PreviousNext

Return to advanced search