Search found 912 matches

by Jeff Barnes
Thu Jul 13, 2006 1:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog - Readonly
Replies: 3
Views: 882

Dialog - Readonly

Hi Everybody,

Is there a way to set all the gets in a dialog to readonly then with a click of a button allow editing?


Thanks.

Jeff
by Jeff Barnes
Tue Jun 27, 2006 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTON question
Replies: 1
Views: 634

BUTTON question

Hi Everybody,

Is there any way to have more than one line of text on a button?


Thanks,

Jeff
by Jeff Barnes
Tue Jun 27, 2006 6:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Help
Replies: 9
Views: 2294

Listbox Help

Hi Everybody, I'll try to explain this as best I can.... I have a listbox created from resource. When the listbox is first created there is no database associated with it (REDEFINE LISTBOX oLbx ID 131 of oDlg UPDATE) When the user selects a database file drop a drop down list, I need to display 3 fi...
by Jeff Barnes
Thu Jun 01, 2006 2:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Auto insert data
Replies: 6
Views: 1238

Thanks James and Enrico.
by Jeff Barnes
Wed May 31, 2006 5:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Auto insert data
Replies: 6
Views: 1238

Auto insert data

Hi Everybody,

I am trying to find a way to create a macro for the end user of my application.

I would like to have them do someting like press F5 and have the text "HELLO" inserted into a get.

Any Ideas?

Thanks,
Jeff
by Jeff Barnes
Thu May 25, 2006 10:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Move excel sheets
Replies: 2
Views: 786

You should also be able to do this:

oSheet := oExcel:Sheets(“oSheet1”)
oExcel:Sheets( "oSheet2” ):Move( oSheet )

This example will move sheet2 infront of sheet1


Jeff
by Jeff Barnes
Thu May 18, 2006 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Files XML
Replies: 1
Views: 982

Hi,

I was sent these files awhile back ... hope it helps.


http://hyperupload.com/download/01c0163f34/xml.rar.html



Jeff
by Jeff Barnes
Fri Mar 24, 2006 3:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTON question
Replies: 2
Views: 825

Thanks Ramesh

Works perfectly :)


Jeff
by Jeff Barnes
Fri Mar 24, 2006 12:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTON question
Replies: 2
Views: 825

BUTTON question

Hi Everybody, I am trying (without success) to manipulate a button. I want to have a counter on the button and update it every time it is pressed. This is an example: @ 1,1 BUTTON oBtnLap PROMPT "LAP + ("+alltrim(str(nLapCounter))+")" SIZE 50,25 of oDlg1 FONT oFontSmall UPDATE Ac...
by Jeff Barnes
Thu Mar 16, 2006 5:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Disable system menu on dialog from source
Replies: 3
Views: 720

Thanks James,

I was trying with STYLE nOR( WS_SYSMENU) with no luck.

Your solution works perfectly.

Jeff
by Jeff Barnes
Thu Mar 16, 2006 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Disable system menu on dialog from source
Replies: 3
Views: 720

Disable system menu on dialog from source

Hi Everybody,

I know I'm overlooking something easy but I just can't disable the system menu in a dialog from source code.

Can someone please point me in the right direction.

Thanks,
Jeff
by Jeff Barnes
Sun Mar 12, 2006 10:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Right Cell Border in MS-Excel
Replies: 2
Views: 700

Thanks Enrico
by Jeff Barnes
Sat Mar 11, 2006 3:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Right Cell Border in MS-Excel
Replies: 2
Views: 700

Right Cell Border in MS-Excel

Hi Everybody,

Does anyone know how to set only the right cell border in excel via fwh / ole ?

Thanks,

Jeff
by Jeff Barnes
Sat Mar 11, 2006 2:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: shell execute , second try
Replies: 1
Views: 599

Frank,

Both of these work for me:

SHELLEXECUTE(0,0,"C:\TEST\TEST.RTF",0,0,1 )

SHELLEXECUTE( oWnd:hwnd,"open","C:\TEST\TEST.RTF",0,0,1)


Make sure you have RTF files accosiated with WordPad.


Jeff
by Jeff Barnes
Sat Feb 25, 2006 9:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create Excel Spreadsheet from FWH
Replies: 11
Views: 2987

Also have a look at a quick guide I made a while back.

http://www.fivewin.info/html/tips___tri ... .php?id=46


Jeff