Search found 40 matches: produtos

Return to advanced search

MarketPlace SkyHub

Pessoal,

Alguém já conseguiu integrar o seu sistema com a API da SkyHub?

Essa API é muito interessante, porque permite que o sistema ERP seja integrado a sites de venda de produtos, como Mercado Livre, Ricardo Eletros, etc.

https://desenvolvedores.skyhub.com.br/
by ORibeiro
Thu Jul 16, 2020 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MarketPlace SkyHub
Replies: 0
Views: 257

SQL BROWSER with FIVEWIN + xBrowser

... procedure SQLBrowser() /* */ Local cNotes := 'select * from produtos', oGet, aResult := {}, hButtons := {=>}, oBotao1, oBotao2 if !VerificaWindowsSQLBrowser() return endif DEFINE FONT s_oFonteBold NAME "Times ...
by MGA
Fri Dec 20, 2019 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1728

Re: Clase TBMPGET con Harbour

Mira, <F7> Produtos. Puedo hacer busqueda por código ó nombre del produto.

Image

Saludos.
by karinha
Mon Apr 29, 2019 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TBMPGET con Harbour
Replies: 4
Views: 464

Re: FWH: MySql/MariaDB: RowSet object

how to make REQUERY with pagination ors := ::oSetup:oServer:RowSet("Select * from produtos ? order by descricao",{"where inactive = 'N'"}, 50) // pagination with 50 **** ERRO DON´T WORK... *** ors:Requery("where name like '%PINAPPLE% '") ...
by nageswaragunupudi
Mon May 15, 2017 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: FWH: MySql/MariaDB: RowSet object

HOW TO MAKE PAGINATION WITH FILTER oRs := oCn:RowSet( 'produtos', 10) // oRs:setfilter("name $ 'PINEAPPLE') 1 -'AAA PINEAPPLE KG' 2 -BBB PINEAPPLE KG' 3 -'CCC PINEAPPLE KG' . . . 99-'JUICE PINEAPPLE' RETURN ONLY rows OF PAGE 1 "name $ 'PINEAPPLE'" ...
by nageswaragunupudi
Mon May 15, 2017 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: FWH: MySql/MariaDB: RowSet object

how to make REQUERY with pagination ors := ::oSetup:oServer:RowSet("Select * from produtos ? order by descricao",{"where inactive = 'N'"}, 50) // pagination with 50 **** ERRO DON´T WORK... *** ors:Requery("where name like '%PINAPPLE% '") ...
by luiz53
Mon May 15, 2017 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: FWH: MySql/MariaDB: RowSet object

HOW TO MAKE PAGINATION WITH FILTER
oRs := oCn:RowSet( 'produtos', 10) //
oRs:setfilter("name $ 'PINEAPPLE')

1 -'AAA PINEAPPLE KG'
2 -BBB PINEAPPLE KG'
3 -'CCC PINEAPPLE KG'
.
.
.
99-'JUICE PINEAPPLE'

RETURN ONLY rows OF PAGE 1
by luiz53
Mon May 15, 2017 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: FWH: MySql/MariaDB: RowSet object

Afer ::oTable := oCn:RowSet( 'produtos', 20) // page with 20 rows Add ::oTable:lAutoExpand := .t.  Please redefine XBROWSE with column syntax to avail all features of xBrowse Eg:   REDEFINE XBROWSE ::oBrw ID 100 OF ::ODLG ...
by nageswaragunupudi
Mon May 15, 2017 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: autentication via Finger print or Face

This one works with Nitgen SDK, for Hamster finger readers (http://www.nitgen.com.br/produtos/18-fingkey-hamster-dx) Must install the Driver and the SDK. I use this kind of finger reader for a long time a I never had problem with it. cDedo := Hamster_PegaDedo()// ...
by ariston.ap
Fri Sep 16, 2016 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7492

Re: FOLDEREx - Bug

redefine folderex oFolder ID 600 PROMPT 'Início' ,; 'Produtos' ,; 'Fechamento da Nota Fiscal'; DIALOGS 'DLG105TELA1' ,; 'DLG105TELA2' ,; 'DLG105TELA3' ; BITMAPS 'F5ABA' ,; 'F6ABA' ,; 'F7ABA'
by MGA
Thu Sep 19, 2013 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDEREx - Bug
Replies: 13
Views: 2504

Re: xHarbour - ultima actualizacion

Mejor és que te informes mejor directamente con el soporte de xharbour.

http://www.xharbour.com.br/produtos.html

Salu2.
by karinha
Wed Mar 27, 2013 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour - ultima actualizacion
Replies: 10
Views: 1136

Re: TDOLPHIN + xBrowse como alterar QUERY

Hola

/************************************/
FUNCTION ALTERARQUERY(obrw,oServer,oServerQry )
/*
*/
cQuery := "SELECT codigo,descricao FROM produtos order by descricao" ///<-ALTERAR QUERY
oServerQry := oServer:Query( cQuery )
oBrw:SetDolphin(oServerQry, .f.)
obrw:refresh()
return(.t.)
by Daniel Garcia-Gil
Tue May 29, 2012 10:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOLPHIN + xBrowse como alterar QUERY
Replies: 4
Views: 969

TDOLPHIN + xBrowse como alterar QUERY

... e gostaria de clicar em um botao e recarregar o browse com a nova QUERY, como posso fazer isso? cQuery := "SELECT codigo,descricao FROM produtos order by codigo" oServerQry := oServer:Query( cQuery ) redefine xbrowse oBrw fields trans(oServerQry:codigo,'999999'),; oServerQry:descricao,; ...
by MGA
Tue May 29, 2012 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOLPHIN + xBrowse como alterar QUERY
Replies: 4
Views: 969
Next

Return to advanced search