... 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 ...
Search found 6 matches: thiis
Searched query: thiis
- Thu Mar 08, 2018 10:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WhatsApp class or functions
- Replies: 0
- Views: 562
- 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 ...
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 ...
- 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 ...
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 ...
- 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.
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.
- Sun Feb 03, 2008 6:42 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mi primer programa con FiveWin
- Replies: 4
- Views: 1157
- Fri Jun 22, 2007 2:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO Datetime field
- Replies: 1
- Views: 857
... nDateTime := ( dDate - CTOD("")) + (nSeconds/(24*3600))
oRs:Fields("datetimefield"):Value := 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
oRs:Fields("datetimefield"):Value := 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