Search found 74 matches: retrieving

Return to advanced search

Retrieving a web page via shell.explorer

Hello guys, I'm trying to retrieve the page content without success. Please see the small sample below. I can retrieve many properties without troubles, but the "Document" one or other objects which are always retrieved as "Numbers" instead of "Objects". Should I use call the "GetProperty" method (h...
by Davide
Tue Sep 02, 2008 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17492

Twebclie enhancement

The modified method above 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 as before (for compatibility reasons). METHOD GetPage( ...
by Davide
Sat Aug 30, 2008 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twebclie enhancement
Replies: 3
Views: 728

Fivewin Classes

... New( 1,2,3,4,5 ) Constructor METHOD DoIt() nTemp := ::1 + ::2 / ::5 cTemp := ::3 + ::4 It gives me an object message error so to activate it an retrieving this parameter i have to pass the object made with new eg oTest := Ttest():New( 1,2,3,4,5 ) DoIt( oTest ) Method DoIt( o ) Then i can retrieve ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 66017

ADO

... to read. You could also transfer the parameters in the ConnectionString to an include file, which would combine the advantages of both systems. Retrieving Information Since we are interested in retrieving information, the next step is to create a recordset. The three ADO objects can return a ...
by Antonio Linares
Wed Aug 27, 2008 7:29 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 66017

Check that you are retrieving the same string: IF !isEmpty( aCampos["cImage"] ) MsgInfo( Len( aCampos["cImage"] ) ) // here ! MsgInfo( nStrCRC( aCampos["cImage"] ...
by Antonio Linares
Sun Mar 02, 2008 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Linares! About :loadFromString()
Replies: 10
Views: 1737

... with the corresponding filename in the File Open dialog box. An application can determine whether this string exists in an enhanced metafile by retrieving the metafile header and examining one of its members. The GetEnhMetaFileHeader function can retrieve the metafile header. If the string exists, ...
by Antonio Linares
Wed Aug 22, 2007 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Refazer o Preview
Replies: 4
Views: 1215

... such masive data update, delete and other stuff should be done using SQL. On the other hand, you will find that SQL can be a good way for retrieving data and create complex reports.
by R.F.
Mon Jun 18, 2007 1:44 pm
 
Forum: FiveWin for CA-Clipper
Topic: What the best DBF utility
Replies: 2
Views: 1377

Rick:

Where are your placing the RecordSet Cursor ?

For browsing my best advice is to place the cursor on the client size because in the server size it takes ALOT of time on retrieving data.

Have you modified the gotop, gobottom, bskip and blogiclen blocks ?
by R.F.
Thu May 03, 2007 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO enhansed TwBrowse ?
Replies: 13
Views: 4416

... files for reporting in your local computer. (6) Remote (2) + Internet (4), you can use this value when are working in your office in your LAN, retrieving data from the server, and if you go out of the office in a trip or want to work at home, you can use internet to connect to the server, remember, ...
by R.F.
Sat Apr 21, 2007 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS remote access
Replies: 11
Views: 5151

Re: Retrieving all the open windows' titles

Here it is: #include "Fivewin.ch" #define GW_HWNDFIRST 0 #define GW_HWNDLAST 1 #define GW_HWNDNEXT 2 #define GW_HWNDPREV 3 #define GW_OWNER 4 #define GW_CHILD 5 FUNCTION MAIN() LOCAL hWnd := GETFOREGROUNDWINDOW() WHILE hWnd != 0 IF GETWINDOW( hWnd, GW_OWNER )...
by Enrico Maria Giordano
Wed Dec 20, 2006 9:08 pm
 
Forum: FiveWin for CA-Clipper
Topic: Retrieving all the open windows' titles
Replies: 2
Views: 1409

Retrieving all the open windows' titles

Good day

I remember seeing somewhere a sample of code that retrieves all the open windows' title text. I just don't remember how to do it or where it was. If anyone has code I would appreciate it.


TIA

MD'Andrea
by Mdandrea
Wed Dec 20, 2006 8:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: Retrieving all the open windows' titles
Replies: 2
Views: 1409

... save per-user data which will roam with the user (i.e. may be replicated to the network)? Get the path to the Application Data\ folder by either retrieving the value of the environment variable %APPDATA% or calling SHGetFolderPath() with the parameter CSIDL_APPDATA. The recommended directory ...
by modicr
Fri Mar 24, 2006 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems to read the windows registry with a Guest access
Replies: 3
Views: 1215

Re: set date format

... format: SET DATE FORMAT "yyyy:mm:dd" þ This example configures the date setting at runtime by passing a DOS environment variable to the program, retrieving its value with GETENV(), and setting DATE with the retrieved value: C>SET CLIP_DATE=dd/mm/yy In the configuration section of the application ...
by Enrico Maria Giordano
Tue Nov 01, 2005 3:09 pm
 
Forum: FiveWin for CA-Clipper
Topic: set date format
Replies: 1
Views: 1092

Retrieving Column clicked in LISTBOX browse

How can I access the column number clicked when using a LISTBOX?

I thought oLbx:nAtCol held the value but apparently it is always ZERO
by GWard
Tue Oct 11, 2005 8:14 am
 
Forum: FiveWin for Pocket PC
Topic: Retrieving Column clicked in LISTBOX browse
Replies: 2
Views: 1151
Previous

Return to advanced search