Search found 74 matches: retrieving

Return to advanced search

Re: Choosing SQL database ...

Enrico... Paging does a good trick when retrieving data is involved... both on the server ( because the DB and the ADO client supports PAGES ) or by prg code, for instance, I get a 30 items browse and I takes 0,00001 second to get filled, instead ...
by Adolfo
Mon Nov 02, 2009 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30468

Re: Retrieving info from Url

Thanks for this help .
by Jack
Wed Oct 28, 2009 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving info from Url
Replies: 3
Views: 593

Re: Retrieving info from Url

Hi, This is the working example... #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()    local oDlg,  oBtnDwn, oBtnOk    DEFINE DIALOG oDlg @ 1, 1 BUTTON oBtnDwn PROMPT "Download" ACTION Download(oProg&...
by Horizon
Tue Oct 27, 2009 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving info from Url
Replies: 3
Views: 593

Re: Retrieving info from Url

by Horizon
Tue Oct 27, 2009 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving info from Url
Replies: 3
Views: 593

Retrieving info from Url

Hello,
I have an url that return an XML file .

How to retrieve the context of the XML file directly without the action of the user .
How to bypass the dialog box asking to display or save the file .
Thanks for your help .
by Jack
Tue Oct 27, 2009 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving info from Url
Replies: 3
Views: 593

POOM API FOR POCKET

... main dialog window proc, as well as a number of utility functions PoomData.cpp – contains high-level POOM API calls for initialization, logon, and retrieving POOM properties PoomContacts.cpp – contains routines which retrieve and set PIM Contact items. Also contains the dialog proc for creating ...
by Silvio
Mon May 18, 2009 8:27 am
 
Forum: FiveWin for Pocket PC
Topic: POOM API FOR POCKET
Replies: 2
Views: 715

Re: How to write NULL to a Sql table

... a value of any other datatype is passed the server complains data type mismatch. Here is the xHarbour implementation of calling this function and retrieving the return value. Function Main()   local oCn, oCmd, oParam   local cConStr  := <our connection string to mssql server>   oCn ...
by nageswaragunupudi
Sun Apr 26, 2009 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 5962

Re: Conectar con BD desde otros puestos

... Name y seleccionamos <Browse for more...> Nos aparecen dos fichas arriba y seleccionamos la segunda Network Servers. Estará un rato diciendo Retrieving datas Entonces aparecerá una carpeta que abriremos y seleccionaremos el nombre del servidor. Ya solo nos queda conectar. nota: Si abrimos ...
by jfafive
Fri Apr 24, 2009 9:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar con BD desde otros puestos
Replies: 17
Views: 3379

Re: XHarbour TOleAuto Dates Bug

Can it be the following fix (from xHarbour CVS changelog)?

2008-10-02 20:00 UTC+0100 Jose F. - <jfgimenez/at/wanadoo.es>
* source/rtl/win32ole.prg
! TOleAuto was retrieving date-only values incorrectly


EMG
by Enrico Maria Giordano
Mon Mar 30, 2009 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XHarbour TOleAuto Dates Bug
Replies: 4
Views: 774

code to retrieve index of a item from a listbox

can somebody share the code with me.

i have a problem for retrieving index of a item from a listbox

thanks in advance.
by sajith
Tue Feb 24, 2009 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: code to retrieve index of a item from a listbox
Replies: 4
Views: 535

Re: Using ADOCE

Retrieving fields values! :-) test.prg #include "FWCE.ch"#define MYSQL_PORT  3306function Main()   local nRet := MySQL_Connect( "SQL06.FREEMYSQL.NET", MYSQL_PORT, "fivetech", "fivewin" ...
by Antonio Linares
Thu Feb 19, 2009 9:05 am
 
Forum: FiveWin for Pocket PC
Topic: Using ADOCE
Replies: 35
Views: 16162

Advice on image capture needed.

... to a composite video card that would be required on the PC for this purpose. Has anyone else done anything similar to this and have any advice on retrieving an image from a video card? Thanks in advance Pete
by PeterHarmes
Fri Nov 14, 2008 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice on image capture needed.
Replies: 2
Views: 714

Can you post some code on how this might be done. TWebClient allows you retrieving a file via the standard http port 80. Please see \fwh\samples\webclien.prg For the IE-ActiveX you need the most recent FWH. Antonio has posted a sample at: http://www.fivetechsoft.com/forums/viewtopic.php?t=12514 ...
by Davide
Wed Oct 22, 2008 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help: getting updates from a remote server.
Replies: 11
Views: 1704

New FTDN September / Septiembre 2008 (8.09)

... to ValType(). Fixed! Thanks to Günther for detecting it! * Enhancement: Class TWebClient METHOD GetPage( cPageName ). The modified method allows retrieving a page from a server with shared IP hosting ( but works even with static IP servers ) if cPageName starts with "http://", otherwise it works ...
by Antonio Linares
Thu Sep 18, 2008 11:36 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September / Septiembre 2008 (8.09)
Replies: 2
Views: 2879

Re: Retrieving a web page via shell.explorer

Hello Davide, I do it like this: FUNCTION wfReadURL(cUrl) LOCAL cPageContent:="Error: " + cUrl + " not found or timed out." LOCAL oConn IF Upper(Left(cUrl,4))#"HTTP" cUrl:="http://"+cUrl ENDIF TRY oConn := TipCli...
by Patrick Mast
Wed Sep 03, 2008 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17491
PreviousNext

Return to advanced search