Search found 43 matches

by luiz53
Thu Sep 22, 2016 8:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN
Replies: 2
Views: 554

Re: CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN

for every column, assign bClrHeader oCol:bClrHeader := { || If( Empty( oCol:cOrder ), normal color array, highlight color array ) } THANK YOU !!!    REDEFINE XBROWSE ::oBrw ID 100 OF ::ODLG AUTOSORT             ADD TO ::oBrw DATA ::oDb_prod:servico             ADD TO ::oBrw DATA ::oDb_prod:pmestre ...
by luiz53
Wed Sep 21, 2016 9:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN
Replies: 2
Views: 554

CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN

how could change the color of header when I click on the header    REDEFINE XBROWSE ::oBrw ID 100 OF ::ODLG AUTOSORT             ADD TO ::oBrw DATA ::oDb_prod:servico             ADD TO ::oBrw DATA ::oDb_prod:pmestre             ADD TO ::oBrw DATA ::oDb_prod:produto             ADD TO ::oBrw DATA ::...
by luiz53
Fri Oct 23, 2015 4:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + UPDATE + SELECT
Replies: 1
Views: 354

TDOLPHIN + UPDATE + SELECT

How can I run this command Would I like to update and then get the result of this update LOCAL cQry := 'update slbdactg set contador = contador + 1 WHERE campo = `BCOAGECC` ;’ cQry += 'select contador from slbdactg WHERE campo = `BCOAGECC` ' oQry := TDolphinQry:New(cQry,::nServer) Error description:...
by luiz53
Fri Mar 15, 2013 12:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: tdolphin + INNER JOIN 2 BD
Replies: 2
Views: 541

Re: tdolphin + INNER JOIN 2 BD resolvido

oServer:Query("SELECT T1.produto,T1.descricao,T2.ESTOQLO from dig_gr01.slbdprod as T1 INNER JOIN dig_lj01.slbdploj as t2 on t1.produto = t2.produto")
by luiz53
Fri Mar 15, 2013 12:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: tdolphin + INNER JOIN 2 BD
Replies: 2
Views: 541

tdolphin + INNER JOIN 2 BD

eh possivel FAZER um INNER JOIN
ENTRE DOIS BANCOS DIFERENTES USANDO A TDOLPHIN

EXEMPLO BD1 - TABELA1
BD2 - TABELA 2

Code: Select all

SELECT T1.produto,T1.descricao,T2.ESTOQLO from dig_gr01.slbdprod as T1 INNER JOIN dig_lj01.slbdploj as t2 on t1.produto = t2.produto 
 
by luiz53
Sat Jun 16, 2012 7:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Summit Sep 19-20
Replies: 3
Views: 653

Re: ADS Summit Sep 19-20

what's your email;
by luiz53
Thu May 10, 2012 7:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: harbour error from cvs : unicows.dll
Replies: 16
Views: 3405

Re: harbour error from cvs : unicows.dll

eu tive o mesmo problema e ainda nao consegui resolver...
minha maquina é windows 7
estou usando o bcc 582
by luiz53
Sat Sep 10, 2011 1:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN 1108 + HARBOUR 3.0 Error
Replies: 2
Views: 620

Re: FIVEWIN 1108 + HARBOUR 3.0 Error

thank you, worked ...
by luiz53
Sat Sep 10, 2011 1:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN 1108 + HARBOUR 3.0 Error
Replies: 2
Views: 620

FIVEWIN 1108 + HARBOUR 3.0 Error

(google translate) rsrsrs someone could help me I am compiling with HARBOUR CVS 3.0 + FiveWin 1108 When I compile, it gives this error hbmk2: Linkando... C:\XFONTES\XRETAG\OMEGA.EXE Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external 'GetModuleFileNameExA' referenc...
by luiz53
Sun May 08, 2011 10:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 975

Re: hbpgsql/harbour + xbrowse

I did the test shows only one record ...
and the bank has 10 000 records
by luiz53
Sat May 07, 2011 10:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 975

Re: hbpgsql/harbour + xbrowse

hello ;

G. N. Rao. Hyderabad, India

know what can I do?



saberia oque posso fazer ?
by luiz53
Fri May 06, 2011 9:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 975

Re: hbpgsql/harbour + xbrowse

Hope you will be able to open a table object with a query. If the class of the object has some minimum methods like goto, gotop, recno, etc.xbrowse may be able to browse the object. Please help me to try testing this: First open the table / query in your own way. Let us call the object oQry. Then t...
by luiz53
Thu May 05, 2011 1:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hbpgsql/harbour + xbrowse
Replies: 6
Views: 975

hbpgsql/harbour + xbrowse

gostaria de saber como usar xbrowse com hbpgsql

"I would like to know how to use xbrowse hbpgsql"

HARBOUR CVS....
by luiz53
Thu Apr 28, 2011 1:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD + HARBOUR
Replies: 0
Views: 334

ADORDD + HARBOUR

Sorry for my english (google) I'm trying to use the adordd but this error is occurring ... #INCLUDE "FIVEWIN.CH" #INCLUDE "XBROWSE.CH" #include "c:\adordd\adordd.ch" ****************** FUNCTION MAIN() ****************** USE "omega" VIA "ADORDD" TABLE...
by luiz53
Sat Sep 25, 2010 4:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: "BCC 6.3" Released
Replies: 23
Views: 6301

Re: "BCC 6.3" Released

compilei meu aplicativo com 6.3 e funcionou 100 % \XFONTES\XRETAG\winretag.PRG(3151) Warning W0002 Ambiguous reference, assuming memvar 'I' D:\TOOLS\BCC63\bin\bcc32 -c -tWM -ID:\TOOLS\FWH\include -ID:\TOOLS\HARBOUR\include -ID:\TOOLS\BCC63\include -oobj\winretag obj\winretag.c Embarcadero C++ 6.30 f...