Search found 6 matches: thiis

Searched query: thiis

by Silvio.Falconi
Thu Mar 08, 2018 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp class or functions
Replies: 0
Views: 562

WhatsApp class or functions

... in Harbor and fwh?

But how can we download the WhatsApp for windows application directly from our program if it is not installed on the computer?
thiis the link : m

what idea?

Antonio sad me his class not run because WhatsApp change the protocol

searching api WhatsApp I found this m


Some ...
by nageswaragunupudi
Sat Jan 03, 2015 1:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2718

Re: errores de xbrowse ???

... xbrowse.

Error is here:
:bStrData := &( "{||" + aItem[ 1 ] + "}" )

With xbrowse or anywhere we should not create a codeblock using Loop Variable. Thiis is a well known principle since 16-bit Clipper days. Ignoring this fundamental principle results in error like this.

Example:
WRONG METHOD:

for n ...
by Silvio
Wed Mar 17, 2010 11:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: error on get value compiling from clipper
Replies: 5
Views: 1249

Re: error on get value compiling from clipper

I try with varput and varget
and also with oEdit:oGet:=uVar
not run !!!


If I try with

If ValType(uVar)<>"L"
oEdit:varput(uVar)
Endif

MAKE THIIS ERROR


Application
===========
Path and name: C:\work\prg\fsdi2006\prg\testhil.Exe (32 bits)
Size: 2,116,608 bytes
Time from start: 0 hours 0 mins ...
by hag
Sat Mar 13, 2010 1:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Search directory for multiple files.
Replies: 5
Views: 1105

Search directory for multiple files.

... in the "week13.d??" files. Then place the names of the files into a xbrowse.
Then continue the search process until I have all the names listed in the browse that are in the week13 files.

The customer will then browse the list and select the files to process.

Help. I don't know how to do thiis.
by Silvio
Sun Feb 03, 2008 6:42 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Mi primer programa con FiveWin
Replies: 4
Views: 1157

Great Manuel,
Can U say to us how make it for all browse ?
I ask it into thiis forum last year but none helped me.
I have also transparent problems with your tsbutton
thanks.
by nageswaragunupudi
Fri Jun 22, 2007 2:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Datetime field
Replies: 1
Views: 857

... nDateTime &#58;= &#40; dDate - CTOD&#40;""&#41;&#41; + &#40;nSeconds/&#40;24*3600&#41;&#41;
oRs&#58;Fields&#40;"datetimefield"&#41;&#58;Value &#58;= nDateTime


This works for all OLE applns, with win32ole.prg of xHarbour. Thiis is working me for Excel and Oracle. Should work for MSSql also.

Regards