Search found 99 matches: route

Return to advanced search

Re: To Antonio: ReadVar()

... CHANGE clause or VALID with hard coded calculation routine specific to each field, I trap the uVar name via ReadVar in a central calculation and route control to the appropriate calculation function. This allows me to make code changes more efficiently, and in one location, and it works for all ...
by arpipeline
Sat May 02, 2009 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: ReadVar()
Replies: 10
Views: 2472

Re: Resource Binding Problem (I Think)

Yep, that's why I went the single .res route outside of xHB when the trouble started. The .res and .rc's both load into Pelles C and other Resource editors I've tried, and all dialogs are there and testing fine -- no errors loading. I'm certain ...
by arpipeline
Sun Apr 26, 2009 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Binding Problem (I Think)
Replies: 7
Views: 1203

Re: Como hacer una impresion al puerto serial ?

... := cPort + If( ! "." $ cPort .and. ! "\\" $ cPort, ".PRN", "" ) // considers the port can be a network route (\\computername\sharename) ::hDC := -1 // FCreate( ::cPort ) moved down, after port checking is done ::LastError := 0 ::lFile := ! ( Left( cPort, ...
by Erick Almanza
Sat Apr 04, 2009 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como hacer una impresion al puerto serial ?
Replies: 3
Views: 877

... as your back end does have its advantages particularly in terms of making the data available to other applications and I may go down that route in other circumstances. But using SQL as your query language does mitigate against nice object oriented code when it comes to data retrieval. ...
by xProgrammer
Mon Nov 17, 2008 7:56 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and MySQL
Replies: 13
Views: 5204

Refresh screens on other PC's

... with my program. They working with 10 people together. With a browse they can see what truck have to go to what place. If anyone change, or add a route they want automaticly refresh the screens of the other users, so they see direcly the latest status. What I did now is, when a user start the ...
by Marc Vanzegbroeck
Tue Oct 28, 2008 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh screens on other PC's
Replies: 8
Views: 1353

... provide a very good one. > Where can I find a list of all the possibilities ? The Class TOleAuto uses the ON ERROR classes sentence to route all datas and methods as if they really belong to the object. > For instance, how do I change : > OleInvoke(hWordOle,"Run","JUD_OPSL") hWordOle:Run( ...
by Antonio Linares
Tue Sep 30, 2008 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : OLE-problem
Replies: 6
Views: 1417

New FTDN September / Septiembre 2008 (8.09)

... were not properly painted if a bitmapped brush was used for the xbrowse. Now it is ok. * Enhancement: Class TDialog() Method Help() does not route WM_HELP to its parent window if HelpTopic() is processed for the dialog. * Enhancement: Class TActiveX Method Do() supports one more parameter, ...
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

Darrell,

Ok, I see whats going on:

Please don't use TRY ... CATCH as the Class TOleAuto use ON ERROR to route the messages, so they get catched as errors but they are not errors :-)

Thats why in the error description you get S_OK, reporting that everything was ok :-)
by Antonio Linares
Wed Sep 03, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE GPF
Replies: 15
Views: 3473

... of xBase code you might write anyway but splitting it in two and running it client server mode (which is what I need) and not having to go the SQL route. When I was using SQL Server there was a serious hole in the product which Microsoft never fixed whilst I was watching - you could only get back ...
by xProgrammer
Fri Aug 15, 2008 2:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11768

As a temporary workaround you can click on "Hide" and it will close the popup, or on "show" if you want it to be shown.

I guess it is caused as we route the mouse left button click event. We are going to review it.
by Antonio Linares
Wed Jul 02, 2008 6:28 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TTrayIcon [Solved]
Replies: 17
Views: 5693

Doug,

Please notice that Class TDataBase does not add new DATAs.

It uses the Class "error handler" OnError() method to route the desired msgs to access "virtual" DATAs. So the same Class can be used to manage multiple different DBFs without having to inherit a new Class for each DBF :-)
by Antonio Linares
Tue Apr 29, 2008 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Properties (DATA) be added dynamically to an Object (CLA
Replies: 9
Views: 2801

SOCKET - HELP - resolvido : )

friends, I managed to connect the keyboard route WILBOR socket, must now receive the data entered. How to do this using the example below? // Socket server connection sample #include "FiveWin.ch" #define ST_COMMAND 1 #define ST_SENDFILE 2 #define ...
by MGA
Thu Apr 24, 2008 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOCKET - HELP - resolvido : )
Replies: 1
Views: 593

... know if using this is in any way a violation of Google's license agreement? Do you know of a way to map several addresses in the most efficient route starting with a particular address or point? Thanks, Randal Ferguson
by Randal
Thu Apr 03, 2008 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27650

... which seems to only access the ActiveX capabilities of RMChart and Harbour -not the dll implementation. Of course, for many, the ActiveX route may be the best way to go. But if one wants to use RMChart.dll, the approach that Im working on with DLL32 may be appropriate. Anyway, it's working ...
by Roger Seiler
Fri Mar 07, 2008 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Stefan Haupt RMCHART
Replies: 19
Views: 4372

... the connection to the REAL server), other thing I'll expirement at the moment I have time is to get the ROUTER table with SMNP and write a trace route routine to the final HOP to get the real IP address even if the client his behind a router at the other side ! Best Regards, It was a real pleasure ...
by SylRob
Wed Feb 06, 2008 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Remote IP
Replies: 20
Views: 4297
PreviousNext

Return to advanced search