Search found 97 matches: simultaneously

Return to advanced search

Re: Getting selected row content from xbrowser

Sajith, Why don't you try the following code assuming that the record pointer in the recordset moves simultaneously when you scroll thru the rows/records in xBrowse. I am not sure but you can give a try and please see that whether the GET is displaying the desired value. ...
by anserkk
Thu Mar 05, 2009 5:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Getting selected row content from xbrowser
Replies: 2
Views: 456

Re: multi thread vs no modal dialog ?

Shuming,

Why don't you use non modal dialogs ?

You can use several modal dialogboxes simultaneously if their parents are different windows (or dialogs).
by Antonio Linares
Fri Jan 09, 2009 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi thread vs no modal dialog ?
Replies: 4
Views: 829

... with Clipper 5 or Fivewin for clipper and other 32 bits applications Xharbour and fivewin (2.5 7.9 8.10) Using both 16 and 32 bits programs to simultaneously access/update the same data is something that I'd try to avoid as much as possible as the RDDs are developed by totally different group ...
by hua
Fri Dec 12, 2008 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of a NTX File
Replies: 5
Views: 1137

Mike,

I have been thinking about it, and I see there is a major problem with it:

We can't have several applications having the focus at the same time, in the same computer. So it may be impossible to manage them simultaneously.

Unless I am missing something...
by Antonio Linares
Sat Oct 04, 2008 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can raw keyboard input be implemented????
Replies: 34
Views: 9752

... multiple users. I am porting my existing Clipper 5.01 application to FWH. I don't want to restrict my users from having multiple windows opened simultaneously to a certain extent . Because of this reason I want to reduce the Modal Dialog as much as possible. For eg. A user who is already preparing ...
by anserkk
Tue Sep 09, 2008 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Details of the opened dialogs/windows in application
Replies: 18
Views: 4189

... if the help is already displayed. It can't be a CLASSDATA or you will be limited a just one shown help from your app, when you can have several simultaneously (not the same as "recursive", that is what lShow controls).
by Antonio Linares
Tue Sep 02, 2008 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Linares -> Error Message on .CHM-Help
Replies: 26
Views: 6765

Antonio, because oBrw:Refresh() made our search very slow (in network with a big database, when the database is in use at more than one computer simultaneously) That was the outcome of our search, why xBrowse was slow. On our testing system, oBrw:Refresh() still takes up to 3 seconds, while oBrw:Paint() ...
by gkuhnert
Tue Aug 19, 2008 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7874

Doug,

Excellent! :-)

Could you provide us some more tech details about it ? As far as I understand it, you are using sockets and you have built a server using Harbour (console mode).

Have you tested it against multiple clients simultaneously ? Are you using threads ?
by Antonio Linares
Tue Aug 19, 2008 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 12033

Harvey,

We had some reports of problems when the DBFs and indexes are managed _simultaneously_ from 16 and 32 bits _different_ apps.
by Antonio Linares
Thu Aug 14, 2008 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: loosing indexes in 32 bits...same code in 16 bit no problem
Replies: 5
Views: 1112

Harvey, > Are you simultaneously accesing your DBFs and indexes from 16 and 32 bits applications ? Not sure what you mean. All prgs are compiled in 32 bits. Just deleted all c files and obj's. recompiled. Lets see what happens. I'll ...
by Antonio Linares
Thu Aug 14, 2008 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: loosing indexes in 32 bits...same code in 16 bit no problem
Replies: 5
Views: 1112

Antonio: You wrote: Are you simultaneously accesing your DBFs and indexes from 16 and 32 bits applications ? Not sure what you mean. All prgs are compiled in 32 bits. Just deleted all c files and obj's. recompiled. Lets see what happens. ...
by hag
Thu Aug 14, 2008 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: loosing indexes in 32 bits...same code in 16 bit no problem
Replies: 5
Views: 1112

Harvey,

Please provide a small and self contained example to reproduce it, thanks

Nobody else has complained about such behavior. So its really strange.

Are you simultaneously accesing your DBFs and indexes from 16 and 32 bits applications ?
by Antonio Linares
Thu Aug 14, 2008 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: loosing indexes in 32 bits...same code in 16 bit no problem
Replies: 5
Views: 1112

... It do by programm named JOINER usually. I created this. It work fine (when I open file.BMP/GIF/JPG - picture and EXE will actived simultaneously). But JOINER use for write trojan usually and all antivirus programms note about this. What me do this time ?
by Natter
Tue Aug 05, 2008 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Joiner
Replies: 6
Views: 860

... application can not put in risk the stability of the operating system. Specially for those operating systems designed to run multiple applications simultaneously. This concept is fundamental for the stability and security of an operating system. In other words: if this simple concept fails, then ...
by Antonio Linares
Fri Aug 01, 2008 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4419

... ) ) for random values of cSeek and asertain the average time taken. The same test program needs to be run from around 5 to 6 client pcs simultaneously. if this time is not acceptable, we need to look into our network and database issues. Any browse will anyway take this much time and ...
by nageswaragunupudi
Fri Aug 01, 2008 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7874
PreviousNext

Return to advanced search