Search found 74 matches: retrieving

Return to advanced search

Re: Strange problems on decimals - dangerous bug !!

One of the advantages of SqLite is that we can store any datatype in a column of any datatype. This is like storing into and retrieving from an array. This advantage can also be dangerous pitfall at times. We are not sure at times what we accessed is a string "3" or double ...
by nageswaragunupudi
Sat Jan 17, 2015 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5150

Re: TRecSet class : FWH 14.07

... FW_OpenAdoConnection( cConnString ) oRs := TRecSet():New():Open( "SELECT * FROM CUSTOMER", oCn ) XBROWSER oRs If you intend to continue retrieving data as array, you can do so. aHead := aData[ 1 ] ADel( aData, 1, .t. ) @ 0,0 XBROWSE oBrw DATASOURCE aData AUTOCOLS HEADERS aHead ...
by nageswaragunupudi
Wed Jul 30, 2014 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRecSet class : FWH 14.07
Replies: 6
Views: 1706

xHarbour issue: seeking ideas

I am retrieving an XML document from a website using the following code:        cXML := XMLtext    oHttp:=TIpClientHttp():new("https://www.website.com" )    oHttp:open()  ...
by TimStone
Thu Feb 20, 2014 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2717

Re: DBCOMBO question

In testdbc1 you are not retrieving/editing any data. The problem is that when I retreive data the actual code is shown and not the meaning of the code which I think is the purpose of DBCOMBO.
Selecting FARMACIA saves 03 which is correct, but loading 03 shows 03 and I think it should show FARMACIA.
by ADutheil
Mon Jun 10, 2013 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO question
Replies: 9
Views: 3167

Re: Twitter from FWH apps

Retrieving the authenticity token: #include "FiveWin.ch"#include "hbcurl.ch"function Main()   local hCurl, aMatch, cPage, cURL, cAction   curl_global_init()   if ! Empty( hCurl := curl_easy_init() ...
by Antonio Linares
Tue Feb 12, 2013 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twitter from FWH apps
Replies: 7
Views: 3490

Re: Chinese characters in FWH

... RMK script or do i have to do more? The next step would be saving the data, i dont have to change anything there? (still using DBF and FPT files). Retrieving data should also be fine? And how about printing? thanks in advance (sorry to bother everyone so much with it, but i really want my app to ...
by John
Wed Nov 28, 2012 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chinese characters in FWH
Replies: 20
Views: 3651

Re: I get the server time and date "time.windows.com"?

... Basic: http://vbnet.mvps.org/index.html?code/network/netremotetod.htm http://www.codeproject.com/Articles/5793/Retrieving-date-and-time-from-remote-server-using
by Antonio Linares
Mon Aug 20, 2012 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I get the server time and date "time.windows.com"?
Replies: 12
Views: 1678

Re: Creation of xHarbour PCODE DLL succeeded

Marco,

hb_parl( -1 ) is retrieving the logical value returned by CheckPassword() :-)
by Antonio Linares
Fri Nov 18, 2011 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10208

Re: OT: XBase's Advantages Are Fundamental

... other handheld devices and I'm very interested to know your thoughts about how you will "coordinate a variety of devices seamlessly" for retrieving/collecting data. I spent quite a bit of time developing an app for pocket pc's (Windows Mobile) only to have it made obsolete by Microsoft's ...
by Randal
Fri Apr 15, 2011 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: XBase's Advantages Are Fundamental
Replies: 12
Views: 4864

Re: Printer Problem

... with the correct printers only and GetProfStr returns all the printers from the alternate registry location. It appears the GetPrintDC function is retrieving the available printers another way or from the normal registry location while the GetProfStr function is redirected to the registry location ...
by Randal
Wed Oct 06, 2010 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer Problem
Replies: 2
Views: 1048

Re: Tsocket Bug

... detect the dropdown and returns a 10060 WSA Error just when the Timeout expires. Any chance to have ConnectTo() acting like the Terminal Emulator (retrieving the server's reply and returning immediately) ? Thanks, Davide
by Davide
Wed Apr 21, 2010 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsocket Bug
Replies: 21
Views: 5247

Tsocket Bug

... to understand the problem). The problem is that looks like a WSA error in SendData() like the above puts tSocket in an infinite loop instead of retrieving those 2 lines of text, that are informative and helpful to know why the 10057 error was triggered, and then closing the socket. How could ...
by Davide
Mon Apr 19, 2010 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsocket Bug
Replies: 21
Views: 5247

Interfacing with Dicom sistems

Hi to all.
Has someone developed a program for interfacing with Dicom RM systems ?
A customer asked me to make a program that must be on a server, and a Dicom
Rm machine is making a connection with this program for retrieving some patients
informations.
Thanks a lot.
by Massimo Linossi
Thu Jan 21, 2010 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11795

Re: Choosing SQL database ...

Paging does a good trick when retrieving data is involved... Sorry, but paging can't be achieved using standard SQL, that was my earlier objection. EMG Enrico.. download my class. See the example... See methods PgUp,PageDown,FirstPage,LastPage... ...
by Adolfo
Mon Nov 02, 2009 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470

Re: Choosing SQL database ...

Adolfo wrote:Paging does a good trick when retrieving data is involved...


Sorry, but paging can't be achieved using standard SQL, that was my earlier objection.

EMG
by Enrico Maria Giordano
Mon Nov 02, 2009 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470
PreviousNext

Return to advanced search