Search found 37 matches: prod

Return to advanced search

Gráficos de Google desde una aplicación FWH

... style="width: 900px; height: 500px"></div> </body> </html> El link es: https://developers-dot-devsite-v2-prod.appspot.com/chart/interactive/docs/gallery/linechart?hl=es-419 Alguno me podrá dar una manito con esto?' Muchas gracias! Roberto
by TOTOVIOTTI
Mon Jun 26, 2023 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gráficos de Google desde una aplicación FWH
Replies: 7
Views: 591

Re: access to window via its :hwnd

... REQUEST HB_GT_WIN_DEFAULT // Harbour requirement for console debug mode comment out for Production Make/Link // comment out this procedure for prod procedure hb_gt_gui_default return ***************************************************** function Main() // local hItem1 := ItemNew( "Hello ...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1814

Re: FWH: MySql/MariaDB: RowSet object

MR . RAO PLEASE look SETWHERE IN TDOLPHIN I explain : Through setwhere I can do filter and pages and even order a grid by clicking on the header VIDEO : https://www.youtube.com/watch?v=ybPAC1_jm2M 1. HEADER E FOOTER CLICL ******************************************************************...
by luiz53
Tue May 16, 2017 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19785

Re: Consulta de Firebird

Hola gracias a su valiosa ayuda ya logre conectarme a la base de datos firebird mediante oCat:ActiveConnection = "Driver=Firebird/InterBase(r) driver;Uid=SYSDBA;Pwd=masterkey;DbName=d:\firebird\Sae50empre01.FDB;" mediante oCat:Tables:Count() //conozco el numero de tablas oCat:Tables( i ):N...
by servicomver
Fri Jan 13, 2017 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta de Firebird
Replies: 10
Views: 2236

Re: FHW 64 Harbour Console Debugger

... do the following: In source code: REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT procedure hb_gt_gui_default return In Link I OMIT the -aa switch: f:\prod\bcc582\BIN\ilink32.exe -Gn -Tpe -s - Iobj32 -Lf:\prod\bcc582 @%sys%.lnk In the .lnk file the debugger libs appear BEFORE the FiveWin libs: t:\harb32\lib\hbdebug.lib ...
by don lowenstein
Fri Sep 09, 2016 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FHW 64 Harbour Console Debugger
Replies: 3
Views: 522

error: pressing the key => ' <= SQLRDD xbrowse & lIncrFilte

error: pressing the key => ' <=

I use SQLRDD

oLbx:lIncrFilter := .t.
oLbx:lSeekWild := .t.

Error BASE/1449 Erro de sintaxe: &
[ 1] = C {\\NOM_PROD LIKE '%CHUM'%'



' %CHUM ' % '

all, NageswaraRao could you help me?
by Sistem
Mon Jun 20, 2016 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: pressing the key => ' <= SQLRDD xbrowse & lIncrFilte
Replies: 1
Views: 259

Re: Problemas con sepa

Desde esta dirección web te puedes descargar un programa para validar el xml que te dirá la linea en la que tienes el error

https://www.cajamar.es/es/empresas/prod ... agos/sepa/
by Manuel Aranda
Tue Feb 02, 2016 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con sepa
Replies: 16
Views: 5736

Re: Create a Harbour language extension for Visual Studio IDE

Harbour language extension for visual studio IDE :roll:
Will works the upcoming visual studio 2015?
https://www.visualstudio.com/en-us/prod ... tions.aspx
by mbelgrano
Wed Jun 17, 2015 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Harbour language extension for Visual Studio IDE
Replies: 52
Views: 98923

Re: Help with a Mysql query

If we need single level grouping we can use simple GROUP BY clause. For 2 or more levels of nested grouping we need to use "GROUP BY ... WITH ROLLUP" clasue. This is an example of the sql which summarizes two levels of grouping and updates the summaries in the catalog by name PROD_GRP tabl...
by nageswaragunupudi
Thu Apr 30, 2015 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with a Mysql query
Replies: 6
Views: 1491

Re: No me deja crear un index en ADS via Internet.

Este es el codigo que genero para mi Query: cAlias := "CONSIG" DbSelectArea( 0 ) AdsCreateSQLStatement(cAlias,2) cQuery := "SELECT PROD_CON.ID_PROD, PROD_CON.REFEREN, PROD_CON.STATUS, CAT_PROD.NOM_PROD From PROD_CON, CAT_PROD WHERE CAT_PROD.ID_PROD = PROD_CON.ID_PROD" AdsExecute...
by Giovany Vecchi
Mon Aug 18, 2014 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me deja crear un index en ADS via Internet.
Replies: 4
Views: 668

Re: No me deja crear un index en ADS via Internet.

Este es el codigo que genero para mi Query: cAlias := "CONSIG" DbSelectArea( 0 ) AdsCreateSQLStatement(cAlias,2) cQuery := "SELECT PROD_CON.ID_PROD, PROD_CON.REFEREN, PROD_CON.STATUS, CAT_PROD.NOM_PROD From PROD_CON, CAT_PROD WHERE CAT_PROD.ID_PROD = PROD_CON.ID_PROD" AdsExecuteS...
by Alex.Salas
Mon Aug 18, 2014 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me deja crear un index en ADS via Internet.
Replies: 4
Views: 668

New FTDN (July) 2014 (FWH 14.07)

... "SELECT SUM(QTY),SUM(VALUE) FROM MYTBL", oCn ) --> { nTotQty, nTotValue } FW_AdoQueryResult( "SELECT QTY,AMT FROM MYTBL WHERE PROD=99", oCn ) --> MultiDim Array of values k) FW_AdoDateTime( oCn ) --> Server Datetime New: CLASS TRecSet (\fwh\source\classes\trecset.prg) ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3114

Re: rpreview excel fwh1308

nageswaragunupudi office 2010 pt-br column mysql => pfa_prod REAL (13,4) COLUMN TITLE "ATACADO"; DATA Prod->Pfa_Prod; PICTURE "@E 999999.99"; SIZE 08; FONT 1 preview result: http://img32.imageshack.us/img32/6/ytja.jpg excel result: http://img716.imageshack.us/img716/9866/poi5.jpg ...
by Sistem
Wed Oct 02, 2013 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: rpreview excel fwh1308
Replies: 12
Views: 4041
Next

Return to advanced search