Hi,
is there any way in Harbour/Clipper to close a single relation of workarea?
Best regards,
Mindaugas
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Szakáts Viktor wrote:
>
> Windows, OS/2 and DOS doesn't need an (extended) installer,
> and this makes them very flexible to use. IMO, if there is
> any chance to replicate that (and I believe there is),
> we shouldn't cut the way to allow this on as much platforms
Viktor,
in OS/2 there is an en
On Thu, 20 Nov 2008, Pritpal Bedi wrote:
Hi Pritpal,
> Function Main()
>hb_threadStart( {|| First() } )
>hb_threadStart( {|| Second() } )
>do while .t.
>nKey := inkey( 0.2 )
>if nKey == 27
> exit
>endif
>enddo
>Return nil
> Function First()
>
Przemek
Przemyslaw Czerpak-2 wrote:
>
> There is also yet another solution. You can create non HVM thread
> which will be used to create all windows and process their message
> queues. It will not make any other jobs so it will be always available
> and other threads which may call locking wind
Hi all,
Is there a way to return a DWORD value using HBAPI.H or does this
conversion (ie. from LONG to DWORD) need to be done at the PRG level?
Regards,
Randy.
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/ma
Hi,
Is there a way to return a DWORD value using HBAPI.H or does this
conversion (ie. from LONG to DWORD) need to be done at the PRG level?
Try
hb_retnint( (HB_LONG) dword );
Regards,
Mindaugas
___
Harbour mailing list
Harbour@harbour-project.o
On Fri, 21 Nov 2008, Mindaugas Kavaliauskas wrote:
Hi Mindaugas,
> is there any way in Harbour/Clipper to close a single relation of workarea?
No. There are no RDD methods which allows to implement it.
You can hardcode it without RDD API but it's rather bad idea.
You can also collect information