... blob_id, string, segment_size )
FBCloseBlob( blob_id )
BUGS:
Fix a few segment faults. I Need some help to find what's going on here.
That's all folks and sorry my poor English
Rodrigo Moreno - rodrigo_moreno@yahoo.com
I have never tested it myself, but I guess thats the way to go :-)
Search found 94 matches: rodrigo
Searched query: rodrigo
- Sat Nov 19, 2022 9:32 am
- Forum: mod_harbour
- Topic: mod_harbour com firebird
- Replies: 1
- Views: 1522
- Thu Sep 17, 2020 1:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW MS-SQL Server
- Replies: 5
- Views: 900
FW MS-SQL Server
Hello!
Does FW access MS-SQl Server as well as access MySQL?
Tks
Rodrigo Melo
Brazil
Does FW access MS-SQl Server as well as access MySQL?
Tks
Rodrigo Melo
Brazil
- Wed May 29, 2019 7:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Login by api
- Replies: 4
- Views: 1591
Re: Login by api
Rodrigo good afternoon
I do not understand what the question is , these days I have had the need to consume web services, for this I have been using the curl class of xharbour, and I do it in the same way that you are doing it.
On the other hand, the theme of creating the webservice, is not built ...
I do not understand what the question is , these days I have had the need to consume web services, for this I have been using the curl class of xharbour, and I do it in the same way that you are doing it.
On the other hand, the theme of creating the webservice, is not built ...
- Thu Jan 17, 2019 10:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Export xBrowse to Excel
- Replies: 1
- Views: 500
Export xBrowse to Excel
Hello!
I need to export an xbrowse query to an Excel spreadsheet, but the user can edit it.
Any tips?
Thank you!
Rodrigo Melo
I need to export an xbrowse query to an Excel spreadsheet, but the user can edit it.
Any tips?
Thank you!
Rodrigo Melo
- Tue Sep 25, 2018 1:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse multi selects (resolvido)
- Replies: 7
- Views: 2234
Re: xBrowse multi selects (resolvido)
... nbsp; oPar:GoTo(oBrw:aSelected[nCtr]) AAdd(aVet,oPar:Id) Next EndIfReturn(aVet)
Agradecimento ao JMSilva (silva.ifsp@gmail.com).
Um abraço!
Rodrigo Melo
Agradecimento ao JMSilva (silva.ifsp@gmail.com).
Um abraço!
Rodrigo Melo
- Sat Sep 22, 2018 11:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse multi selects (resolvido)
- Replies: 7
- Views: 2234
Re: xBrowse multi selects
Rodrigo, intenta con oBrw:aSelected
- Sat Sep 22, 2018 11:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse multi selects (resolvido)
- Replies: 7
- Views: 2234
Re: xBrowse multi selects
... Retornar" oBrw:SetMySQL(oPar) oBrw:CreateFromCode() oDlg:oClient := oBrw oDlg:lHelpIcon := .f. Activate Dialog oDlg Centered On Init oBrw:SetFocus() If lRet If Len(oBrw:aSelected) > 0 aPes := oBrw:aSelected EndIf EndIfReturn(lRet)
Gracias
Rodrigo Melo
Gracias
Rodrigo Melo
- Tue Sep 18, 2018 3:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse multi selects (resolvido)
- Replies: 7
- Views: 2234
xBrowse multi selects (resolvido)
... e o usuário seleciona quais ele deseja.
Alguém indica um exemplo?
Obrigado!
Hello!
I need to select multiple rows in an xBrowse (MySQL usage).
I will show a list of clients and the user selects which ones he wants.
Does anyone indicate an example?
Thank you!
Rodrigo Melo
Belo Horizonte / MG
Brasil
Alguém indica um exemplo?
Obrigado!
Hello!
I need to select multiple rows in an xBrowse (MySQL usage).
I will show a list of clients and the user selects which ones he wants.
Does anyone indicate an example?
Thank you!
Rodrigo Melo
Belo Horizonte / MG
Brasil
- Mon Sep 17, 2018 8:48 pm
- Forum: All products support
- Topic: Multi seleção xBrowse
- Replies: 1
- Views: 1418
Multi seleção xBrowse
Olá!
Preciso selecionar várias linhas em um xBrowse (uso MySQL).
Vou mostrar uma lista de clientes e o usuário seleciona quais ele deseja.
Alguém indica um exemplo?
Obrigado!
Rodrigo Melo
Belo Horizonte / MG
Brasil
Preciso selecionar várias linhas em um xBrowse (uso MySQL).
Vou mostrar uma lista de clientes e o usuário seleciona quais ele deseja.
Alguém indica um exemplo?
Obrigado!
Rodrigo Melo
Belo Horizonte / MG
Brasil
- Thu Aug 09, 2018 7:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error 1064 xBrowse MySQL
- Replies: 8
- Views: 1615
Re: Error 1064 xBrowse MySQL
... a connection of oDba and, with this, could be closed (oPes:Close()) without also closing the oDba connection (oDba:Close()).
And actually, oPes is an object with the result of Query ...
This understanding generated the error reported above.
Thank you for your support!
Best regards!
Rodrigo Melo
And actually, oPes is an object with the result of Query ...
This understanding generated the error reported above.
Thank you for your support!
Best regards!
Rodrigo Melo
- Thu Aug 09, 2018 3:35 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error 1064 xBrowse MySQL
- Replies: 8
- Views: 1615
Re: Error 1064 xBrowse MySQL (solved)
... Prompt "Atualizar" ;
Action(oPac:ReQuery(),oPacBrw:SetFocus()) ToolTip "Atualizar lista"
...
Define Button Of oPacBar NoBorder Resource "sair32" Prompt "Fechar" BTNRight Group ;
Action( oPac:Close() ,oPacWnd:End()) ToolTip "Fechar"
...
...
Anyway, one more lesson learned.
Thank you!
Rodrigo Melo
Action(oPac:ReQuery(),oPacBrw:SetFocus()) ToolTip "Atualizar lista"
...
Define Button Of oPacBar NoBorder Resource "sair32" Prompt "Fechar" BTNRight Group ;
Action( oPac:Close() ,oPacWnd:End()) ToolTip "Fechar"
...
...
Anyway, one more lesson learned.
Thank you!
Rodrigo Melo
- Wed Aug 08, 2018 4:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error 1064 xBrowse MySQL
- Replies: 8
- Views: 1615
Re: Error 1064 xBrowse MySQL
... I try to access the tb_pac table ...
Is there a difference between the Query () and RowSet () commands to display data in the xBrowse?
I was able to retrieve the data and display it as it is in the code and now the error message is constant ... MySQL is in a provider.
Any tips?
Tks!
Rodrigo Melo
Is there a difference between the Query () and RowSet () commands to display data in the xBrowse?
I was able to retrieve the data and display it as it is in the code and now the error message is constant ... MySQL is in a provider.
Any tips?
Tks!
Rodrigo Melo
- Wed Aug 08, 2018 12:06 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error 1064 xBrowse MySQL
- Replies: 8
- Views: 1615
Error 1064 xBrowse MySQL
... Font oFnt1 NoBorder Cell ;
UpDate AutoSort
...
https://uploaddeimagens.com.br/imagens/error-mysql-jpg
...
Após navegar entre os registros e tentar recuperar um deles para edição a mensagem é apresentada.
Alguma dica?
Obrigado!
Rodrigo Melo
Brasil
FW-18.02 / xH / BCC-7.3
UpDate AutoSort
...
https://uploaddeimagens.com.br/imagens/error-mysql-jpg
...
Após navegar entre os registros e tentar recuperar um deles para edição a mensagem é apresentada.
Alguma dica?
Obrigado!
Rodrigo Melo
Brasil
FW-18.02 / xH / BCC-7.3
- Thu Feb 22, 2018 4:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FW x SQL-Server?
- Replies: 4
- Views: 882
Re: FW x SQL-Server?
Rodrigo
xHarbour\Harbour support ADO .. the link below is a good starting place to familiarize yourself with Sql and Ado .. Rao has done a good job using FW wrappers to simplify the connections and recordsets .. look in \source\function\Adofuncs.prg
http://wiki.fivetechsoft.com/doku.php?i ... ted_stuffs
Rick Lipkin
xHarbour\Harbour support ADO .. the link below is a good starting place to familiarize yourself with Sql and Ado .. Rao has done a good job using FW wrappers to simplify the connections and recordsets .. look in \source\function\Adofuncs.prg
http://wiki.fivetechsoft.com/doku.php?i ... ted_stuffs
Rick Lipkin
- Thu Feb 22, 2018 2:34 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FW x SQL-Server?
- Replies: 4
- Views: 882
FW x SQL-Server?
¡Hola!
FW admite SQL-Server?
Si no, tiene previsto implementar el acceso?
Gracias!
Rodrigo Melo
FW admite SQL-Server?
Si no, tiene previsto implementar el acceso?
Gracias!
Rodrigo Melo