Search found 310 matches

by Colin Haig
Tue Mar 28, 2006 12:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error Fivewin/3
Replies: 2
Views: 859

Error Fivewin/3

I am converting one of my old 16bit apps to 32 bit - in the 16bit software I used a dll but in my 32 bit I use res files but everthing I have tried to convert over the files results in Error Fivewn/3 cannot create dialogbox - I even grabbed a working res file and cut and pasted everthing across - th...
by Colin Haig
Fri Feb 24, 2006 9:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 6611

Dale I use Hernan's twbrowse and use in line data entry - with validation on each cell if required. oLbx5:bKeyChar := {|nKey| iif(nKey == VK_RETURN,EditLab(oLbx5:nColAct,oLbx5,oTmsht,oLbx1,oTmsht:keyno()),)} oLbx5:lCellStyle = TRUE oLbx5:lAutoEdit = TRUE oLbx5:lAutoSkip = TRUE static function EditLa...
by Colin Haig
Tue Dec 20, 2005 4:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5678

Search

Jeff

There is a third party function called wildseek - never
used it though - I have used the rat() and at() functions to find part
of names in a cash record database, but this checks every record ,
unless you can set a scope on a subset of records.


Cheers

Colin
by Colin Haig
Tue Dec 20, 2005 3:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sort on column header click
Replies: 2
Views: 936

Sort on ListBox

Jeff Use aTags aTags := { {|| nTag := 1,HeadSort(oQuote,oLbx,nTag)},; {|| nTag := 2,HeadSort(oQuote,oLbx,nTag)},; {|| nTag := 3,HeadSort(oQuote,oLbx,nTag)},; {|| nTag := 4,HeadSort(oQuote,oLbx,nTag)},; {|| nTag := 5,'' },; {|| nTag := 6,HeadSort(oQuote,oLbx,nTag)}} static function HeadSort(oQuote,oL...
by Colin Haig
Mon Dec 19, 2005 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trees and Splitters
Replies: 3
Views: 1008

Next Problem

To All

I have got Treeview working from resources - but if I expand out
the trees when the vertical scrollbar comes on the folder bitmaps
disappear.

Any ideas ??


Regards

Colin
by Colin Haig
Mon Dec 19, 2005 8:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Trees and Splitters
Replies: 3
Views: 1008

Trees and Splitters

To All

Does anyone have a sample of using trees and splitters
from resources.

Regards

Colin
by Colin Haig
Mon Dec 19, 2005 6:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tree Question
Replies: 2
Views: 846

Tree Question

To All

Using a Tree/Imagelist how can I change the folder bmp
to the open bmp when an item is selected - the same as
explorer.

Regards

Colin
by Colin Haig
Thu Dec 08, 2005 3:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Screens
Replies: 1
Views: 740

Multiple Screens

Hi Antonio

Did you check the problem with dual screens - when you
open your application and drag to other screen and then open
a MDI window - the window does not show and you have to shut
down the application.

Regards

Colin
by Colin Haig
Mon Nov 28, 2005 11:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Screens
Replies: 2
Views: 1037

Multiple Monitors

Antonio

I have a ATI Radeon Duel Video Card - you can move the
main window over to the second monitor but try to open MDi
window - it disappears. A dialog works okay.

Regards

Colin
by Colin Haig
Mon Nov 28, 2005 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Screens
Replies: 2
Views: 1037

Multiple Screens

Antonio

Most software packages allow you to drag them across to another
screen in a dual monitor setup but with Fivewin I cant - is there a
solution/fix for this.

Regards

Colin