Search found 1441 matches: cell

Return to advanced search

Re: Right Cell Border in MS-Excel

This is a working sample: #include "Fivewin.ch" // Line styles #define xlContinuous 1 #define xlDash -4115 #define xlDashDot 4 #define xlDashDotDot 5 #define xlDot -4118 #define xlDouble -4119 #define xlSlantDashDot 13 #define xlLineStyleNone -4142 // Border positions #define xlEdgeLef...
by Enrico Maria Giordano
Sat Mar 11, 2006 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Right Cell Border in MS-Excel
Replies: 2
Views: 712

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 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Right Cell Border in MS-Excel
Replies: 2
Views: 712

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 ...
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: 7158

Dale, By 'inline input' I mean entering data directly into the cells of a TWBrowse (FWH ONLY) i.e. Get first cell data, validate etc., move on to next, validate etc., and so on and so forth. I have only used that in rare instances. Usually, there are too ...
by James Bott
Fri Feb 24, 2006 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

Good Morning, I don't know what you mean by "inline input." By 'inline input' I mean entering data directly into the cells of a TWBrowse (FWH ONLY) i.e. Get first cell data, validate etc., move on to next, validate etc., and so on and so forth. I did start testing with this but have ...
by dpaterso
Fri Feb 24, 2006 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

Re: TWBROWSE In Line Editing Of Database

Have a look at how TWBrowse:lEditCol() is implemented and use it to write your own cell editing function.

EMG
by Enrico Maria Giordano
Fri Feb 17, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBROWSE In Line Editing Of Database
Replies: 3
Views: 983

TWBROWSE In Line Editing Of Database

Hello, Does anyone have a working sample (small and simple if at all possible) that allows a user to edit the individual cells in a LISTBOX BROWSE (TWBROWSE), validate the data entered, and then save the changed data to a database? Alternatively is it possible to do the above using ...
by dpaterso
Fri Feb 17, 2006 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBROWSE In Line Editing Of Database
Replies: 3
Views: 983

Color cell TCBrowse

nao consegui dar cor a uma unica celula do TCbrowse, usando:

oBrw:lCellStyle := .T.
by Ari
Fri Feb 03, 2006 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color cell TCBrowse
Replies: 1
Views: 507

OT: tool for personal use

... life… That’s why we have developed an optimal support. SMS-Diet-Control is not complicated and easy to handle, all you need is a computer and a cell-phone. Motivation-SMS Our special “Motivation-SMS”-Feature helps you to resist in critical situations. We give you the opportunity – seize it! ...
by Otto
Tue Dec 27, 2005 11:31 am
 
Forum: Off Topic / Otros temas
Topic: OT: tool for personal use
Replies: 0
Views: 1048

... Order->AgentCode ) }; HEAD "ftuz" ; WIDTH 50 ; EDITABLE Hello Antonio, I am getting following error while trying to edit the cell : Unrecoverable Error 9000 Couldn't create error object in hb_errNew() Thanks, Milan.
by Milan Mehta
Thu Dec 15, 2005 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make column Editable in TCBrowse ?
Replies: 7
Views: 1640

... supports multiline, using the CRLF separator with the character line. It adjusts centered vertically. If the height of the line is bigger than the cell height then it is adjusted to the top border of the cell. Regards
by DanielPuente
Mon Dec 12, 2005 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: webbrowser control
Replies: 4
Views: 1403

tsbrowse & twbrowse

Hi,

What is the replacement for tsbrowse in FWH ?

I can't find any topic of it and the download from Patrick site does not include complete lib files eg: sbrowse.lib,etc.

Also where can I find Hernan's Twbrowse ?

what is the sample prg in FWH with cell edit style ?

Regards
Hoe
by tnhoe
Fri Dec 09, 2005 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tsbrowse & twbrowse
Replies: 2
Views: 1021

... from start: 0 hours 2 mins 3 secs Error occurred at: 09-11-2005, 18:53:50 Error description: Error BASE/1004 Class: NIL has no exported method: CELL Args: [ 1] = N 1 [ 2] = N 1 Stack Calls =========== Called from CELL(0) Called from PROVAWORD(1632) ..................................... Mi sa ...
by juanito
Wed Nov 09, 2005 5:57 pm
 
Forum: All products support
Topic: creazione file word da fwh
Replies: 21
Views: 7766

... nRecNew ) ) endif if ::bChange != nil Eval( ::bChange, Self ) endif endif return nil Now I'm seeing actual row in selected color and with active cell . One my customer asked about that possibility , because it's more easy to detect in which row you are and then only with <- and -> keys ...
by Rimantas
Wed Oct 12, 2005 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6578

Colouring TwBrowse ( Hernan's )

... to colour background of active row - logic lCellStyle . If choose ! lCellStyle , then all active row coloured with one color and the active cell too . I want to do something mix of both styles - paint active row with wanted color and underline with other color active cell . Is it possible ...
by Rimantas
Tue Oct 11, 2005 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6578
PreviousNext

Return to advanced search