Search found 177 matches: pointed

Return to advanced search

Crystal XI y xharbour

... - Advantage Crystal Reports Driver 8.1 3 - The test app that is going to executed remotely on client machines 4 - The test rpt (made with Crystal pointed to an Advantage connection via Data dictionary )and the dll´s necessary to run the app remotely 5 - The data dictionary created with Advantage ...
by mario.paiva
Mon Apr 23, 2007 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8593

Silvio,

CreateObject() returns an OLE object, not an ActiveX object that supports Do(). It has to be done the way we have pointed:

hLayers := oMap:GetProp("Layers")
OleInvoke( hLayers, "Add", oLayer )
by Antonio Linares
Mon Jan 29, 2007 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5564

... so new that I think we need some time to figure out how best to apply it to database applications--or if it is a good solution. As I think I have pointed out before, the ribbonbar is aimed mostly at formatting documents. I'm not sure how well it will apply to database applications. I do think ...
by James Bott
Fri Jan 19, 2007 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menus style office 2003 y xp
Replies: 29
Views: 10511

... about the user's selections. Return Values If the user clicks the OK button, the return value is nonzero. The members of the PRINTDLGstructure pointed to by the lppd parameter indicate the user's selections. If the user cancels or closes the Print or Printer Setup dialog box or an error occurs, ...
by Antonio Linares
Thu Nov 30, 2006 5:11 pm
 
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4700

Maurizio,

Have you tried to supply the parameters without calling AnsiToWide() ?

Please use LPSTR as Enrico has pointed,
by Antonio Linares
Sat Nov 18, 2006 9:05 am
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 99860

cdmmaui, as Carlos pointed out, you have do do a "select" before. The freeze command works like in real Excel. First you have to select a cell and then you can freeze the sheet. This sample works for me: oWin := oExcel:Get( ...
by Detlef Hoefner
Mon Aug 21, 2006 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel Help
Replies: 3
Views: 1333

Antonio Linares wrote:Enrico,

Excellent, Master :)

What do you use ::hBkBrush for ? -you always call CreateSolidBrush()-


You are right! I have to call it only once, maybe inside Default() method (I already release it inside Destroy() method).

Thank you for pointed it out!

EMG
by Enrico Maria Giordano
Sat Jul 15, 2006 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DropDown combobox color
Replies: 12
Views: 2308

Boris, As Evans has pointed, this may be the required fix in Class TGet: case nKey == VK_TAB .or. nKey == VK_RETURN if ::bChange != nil .and. ( ::oGet:Changed .or. ::oGet:UnTransform() ...
by Antonio Linares
Thu Apr 20, 2006 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET WITH "ON CHANGE" PROBLEM
Replies: 2
Views: 854

Vladimir Grigoriev wrote:I have pointed out incompatibility of MEMOWRITE() functions between Harbour and xHarbour on xHarbour forum. :o


Thank you very much for all your help Vladimir

Regards

A.S.K
by ask
Wed Apr 12, 2006 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 5014

I have pointed out incompatibility of MEMOWRITE() functions between Harbour and xHarbour on xHarbour forum. :o
by Vladimir Grigoriev
Wed Apr 12, 2006 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 5014

Recent changes in Harbour and xharbour

... (void *). So instead of doing pItem->type we have to do hb_itemType( pItem ) to get the same value. This way we don't manipulate the structure pointed by pItem. The same happens with pDynSym->pSymbol. Now we have to use hb_dynsymSymbol( pDynSym ). Please review your C code and make the required ...
by Antonio Linares
Thu Feb 09, 2006 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recent changes in Harbour and xharbour
Replies: 0
Views: 574

Thanks Colin,

That pointed me in the right direction :-)


Jeff
by Jeff Barnes
Tue Dec 20, 2005 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sort on column header click
Replies: 2
Views: 875
Previous

Return to advanced search