Search found 196 matches

by don lowenstein
Tue Apr 02, 2013 4:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: valtype "S"
Replies: 5
Views: 688

valtype "S"

x = ( @mytest() )

x is set to "U" with a data valtype() of "S"

what is data type "S"?
by don lowenstein
Tue Apr 02, 2013 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Address of Function in My EXE
Replies: 4
Views: 831

Address of Function in My EXE

I saw on a previous post I can retrieve the address of my function "test_func" as follows. address := ( @testfunc() ) The valtype( address ) function returns "S" I'm looking for a value to pass to a C-function DLL that requests a pointer to my function "test_func" in or...
by don lowenstein
Tue Apr 02, 2013 12:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 16710

Re: Bad Email Dreams ...

I have defined cdllname as

M->CDLLNAME := 'cshtpav7.dll' // socket tools library
by don lowenstein
Tue Apr 02, 2013 12:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 16710

Re: Bad Email Dreams ...

Randal, i've downloaded the Socket Tools library demo. I can't seem to communicate with cshtpav7.dll. I don't have a license key. here is my code. every time I call the DLL function I get a return value of 0. makes me think I'm not finding the function or something. do you have any tips since you've...
by don lowenstein
Wed Mar 27, 2013 12:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWSKINBTNLBUTTONDOWN
Replies: 1
Views: 498

FWSKINBTNLBUTTONDOWN

I have an instance where FWSKINBTNLBUTTONDOWN is being invoked from the following callstack TGDIALOG:ACTIVATE(270) CALLS DIALOGBOXINDIRECT(0) CALLS FWSKINBTNLBUTTONDOWN(237) CALLS (b)FOLDLOANBR(4892) - my action on the 1st button on the dialog I don't want the action performed unless users click on ...
by don lowenstein
Tue Mar 26, 2013 5:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse PaintCell Suggested Change
Replies: 0
Views: 408

xBrowse PaintCell Suggested Change

Antonio, I have browses that determine color requirements "on the fly" at runtime. in order to make my programs work with xBrowse I made a slight change to the PaintCell method of TXBrwColumn to pass SELF with the evaluation of the color code block. Partial code from the method is below wi...
by don lowenstein
Tue Mar 19, 2013 8:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bitmaps from resource
Replies: 4
Views: 796

XBROWSE bitmaps from resource

what's the best way to put a bitmap from a resource file on an xbrowse column?

I can't seem to find this exact example.
by don lowenstein
Tue Mar 19, 2013 2:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP and TSocket
Replies: 4
Views: 1003

Re: SOAP and TSocket

where can I find documentation on the sample programs using hbcurl libraries? I don't understand spanish so I could not follow the post. essentially, I need the exact functionality of tsocket class. 1. create socket 2. connect through address to IP and port ( can I connect to http address ) 3. send ...
by don lowenstein
Mon Mar 18, 2013 5:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP and TSocket
Replies: 4
Views: 1003

Re: SOAP and TSocket

further discussion question:

TSocket() class opens a IP Address/Port address.

My server has an HTTPS address (URL)

can TSocket() be used to open a connection between my program and a server based on URL in a similar fashion I use TSocket today with an IP / Port address?
by don lowenstein
Mon Mar 18, 2013 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 4424

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

I pressed F5 but the debugger stopped. my intent was to "run" to the next breakpoint - F9 functional equivalent.
.

do we have the "breakpoint" capability in this debugger?
by don lowenstein
Mon Mar 18, 2013 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 4424

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

In the FWH debugger, what is the functional equivalent to the console mode F5 - run command?
by don lowenstein
Mon Mar 18, 2013 3:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP and TSocket
Replies: 4
Views: 1003

SOAP and TSocket

I have used the FWH TSocket class to communicate through the cloud. it works very well. I noticed on this forum a SOAP discussion using the TOLEAuto():New( "MSXML2.XmlHttp" ) method to create a connection. is the TOLEAuto required for processing SOAP transactions, or, can the TSocket class...
by don lowenstein
Wed Mar 13, 2013 7:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 4424

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

upon exit the question is in spanish.

i assumed (perhaps incorrectly) that there were other spanish items within.
by don lowenstein
Wed Mar 13, 2013 7:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 4424

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

yes, but, I don't speak spanish and some of the messages are in spanish.

is there an english version?
by don lowenstein
Wed Mar 13, 2013 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 4424

Harbour 3.0 and 3.2 debugger F7 and F9 problems

I use FWH1302 and Harobur 3.0 and 3.2. I'm having problems with Harbour 3.0 and 3.2's console debugger. the F7 (run to) and F9 (add break point) don't seem to work in my resultant .exe I can use altd( 1 ) and altd( ) to break program operation but once I hit a break point I can't seem to set them on...