Search found 72 matches: basics

Return to advanced search

DB-Tools as a public-project

... release should be shown in the forum like : DBTools_2_8.zip ( like FWH ) The Topic must have a Descripton of changes in the new release. The Basics are nearly finished. I still have to do some cleanings and the English-Translation. With the time, it could be the answer of many questions. ...
by ukoenig
Sat Feb 09, 2008 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to switch from Browser to Rec.-View in a Listbox?
Replies: 10
Views: 2491

Office2007-Buttonbar in Outlook2003-Dialog ( Question )

... {} DEFINE WINDOW oWnd TITLE "Outlook-Test" MDI DEFINE BUTTON OF oBar2 ACTION ( BuildDlg(oWnd) ) ; RESOURCE "magic" PROMPT "Outlook2003" + CRLF + "Basics" ACTIVATE WINDOW oWnd MAXIMIZED RETURN ( NIL ) //----------------------------------------------------------------------------// function BuildDlg(oWnd) ...
by ukoenig
Sat Jan 19, 2008 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office2007-Buttonbar in Outlook2003-Dialog ( Question )
Replies: 0
Views: 696

Sourcen für Outlook2003-Samples

Hallo, aus Essen Im Moment werden die Beispiele noch erweitert. Es werden 3 Gruppen vorhanden sein : Outlook2003 - Basics : Gets, Browser, Folder usw. Outlook2003 - xBrowse : nur xBrowse-Beispiele Outlook2003 - Full-Screen : eine spezielle Variante mit Outlook2003 als Main-Window ...
by ukoenig
Sat Jan 19, 2008 2:07 pm
 
Forum: All products support
Topic: Nutzung von Outlook2003 + Office2007 + xBrowse zusammen
Replies: 4
Views: 2573

Source of Outlook2003 - Samples

... on the righthandside. In the moment it works only on the Outlook2003 main-dialog. There will be 3 sample-groups : Outlook2003-Basics : different standard-types like gets, browsers, folders and so on, Outlook2003-xBrowse : only samples for different kinds of xBrowse Outlook2003-Fullscreen ...
by ukoenig
Sat Jan 19, 2008 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Outlook2003 + Office2007+ xBrowse together
Replies: 3
Views: 1111

Using basics

I'm satisfied with ADS and with its performance for clients with multiple workstations. I'd rather not go to SQL personally. My reason is strictly support ... its so nice to be able to fix a single DBF and have my client up and running quickly. I've done nothing unusual in the implementation. Look a...
by TimStone
Wed Nov 14, 2007 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Rdd problems
Replies: 5
Views: 1179

... it tends to make the codes tidier and more readable. At a glance, you can tell what the code is trying to accomplish. Very good points. One of the basics of OOP is information hiding. By putting lots of the code into methods, the flow of the program is easier to follow. It is kind of like looking ...
by James Bott
Mon Sep 24, 2007 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Deactivating display of default message in FW Message Bar
Replies: 8
Views: 1935

... want to change the name of the method (like DBFDelete) because you want all tables to have a delete method (called "delete"). This is one of the basics of using OOP and it allows you to do things like pass any object and call the delete method. If each object had a different name for the delete ...
by James Bott
Wed Aug 29, 2007 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: instant refresh
Replies: 23
Views: 5041

Just a suggestion re buildx.sh

... was run, and giving you the chance not to run the executable. It's probably not the neatest bit of shell script - I had to google to find out the basics of how to write one - but it does seem to work. In case anyone is interested here is the modification: echo done! echo Do you want to run the ...
by xProgrammer
Sun Jul 29, 2007 7:41 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Just a suggestion re buildx.sh
Replies: 0
Views: 843

You don't have to save/restore screen. Instead you have to use a control that knows how to repaint itself. This is the basics of event driven programming. In details, the board repaints itself using a list of lines coordinates. When you remove a line really remove its coordinates ...
by Enrico Maria Giordano
Thu Mar 15, 2007 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: store/restore parts of the screen
Replies: 9
Views: 2503

... but if you use the database class you don't have to deal with aliases and workareas at all. It is so much easier to program after you learn the basics of the database class. And you will have few bugs. As I may have mentioned before, there are two articles on this on my website. James
by James Bott
Sat Jul 29, 2006 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: moving between DBF workareas
Replies: 3
Views: 861

Themed button working

... is 1 for normal 2 for "hot", 3 for down, and 4 for disabled. Only problem now is detecting when mouse leaves the control. I've copied the basics from btnbmp:mousemove but no luck so far. What am I missing? METHOD MouseMove( nRow, nCol, nKeyFlags ) CLASS QButton // Super:MouseMove( ...
by AlexSchaft
Sat Feb 18, 2006 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing custom themed buttons
Replies: 13
Views: 3097

... ::lSuccess:=.t. endif ::goto(::nRecno) ::lBuffer:=.t. return lSuccess That is the basics of it. Now you can do: oCustomer:edit() or, oCustomer:add() If you are trying to get the user to input a unique primary-key value, then I would ...
by James Bott
Sat Jan 07, 2006 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get validation using database object
Replies: 5
Views: 1632
Previous

Return to advanced search