APPDISPLAY vs. XBPBROWSE

This forum is for general support of Xbase++
Post Reply
Message
Author
Victorio
Posts: 621
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

APPDISPLAY vs. XBPBROWSE

#1 Post by Victorio »

Hi,
I am beginner on Xbase, then sorry my "beginners" questions.
I am programming lot of years with CA Clipper with procedural technology, then I do not understand some new techniques in xbase.

I make some menu, can open database with APPBROWSE, create buttons.

But I do not understand what is difference between APPBROWSE and XBPBROWSE ?

For example, I want open database, list records and put to display some buttons to open other Windows with detailed information from other databases in relation.

Sample in my clipper program is

SELECT 1
dbedit(3,1,20,78,pic,"fic",,hic)

where pic is FIELDS, HIC is header titles in table view, and FIC is function to other functions (by keys F1, F2,,, Enter, Esc, for print, summary, searching, sorting...

Everything I want in GUI

Have somebody simple sample aplication with menu, open database in Window and control with keys and mouse ??? I will be very happy to learn from it.

Viktor, Slovakia

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: APPDISPLAY vs. XBPBROWSE

#2 Post by Auge_Ohr »

Victorio wrote:But I do not understand what is difference between APPBROWSE and XBPBROWSE
forget APP* Parts ... it is a Way to nowhere ...
Sample using Full GUI to browse found in c:\ALASKA\XPPW32\Source\samples\basics\GuiBrow\
Victorio wrote:Have somebody simple sample aplication with menu, open database in Window and control with keys and mouse ??? I will be very happy to learn from it.
look into you Alaska \Sample Directory.
c:\ALASKA\XPPW32\Source\samples\basics\MENU\
c:\ALASKA\XPPW32\Source\samples\basics\OWNERDRW\

p.s. as Newbie it is hard to understand how GUI work. Express++ as 3-PP LIB can help you and Support from Roger is very good.
greetings by OHR
Jimmy

Victorio
Posts: 621
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

Re: APPDISPLAY vs. XBPBROWSE

#3 Post by Victorio »

Hi,
I saw samples, ebrowse, menu etc.
I have eXpress too.

I look sample as ebrowse but no with records in adata , but in some database file.
OK, I must study ...

Victorio
Posts: 621
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

Re: APPDISPLAY vs. XBPBROWSE

#4 Post by Victorio »

again: I look eXpress samples, in Xbrowse I found this, what I search :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: APPDISPLAY vs. XBPBROWSE

#5 Post by rdonnay »

Victorio -

You will learn much from the samples and by running XDEMO.EXE.

Roger
The eXpress train is coming - and it has more cars.

Post Reply