Search found 41 matches: individually

Return to advanced search

Re: dbfntx very slow with 2+ users

That's an odd topic. for reading files either individually or especially en masse Mediator is faster than DBF, especially with 2+ users. If I use sql commands like SELECT * etc, Mediator is very fast. the coding is 99% harbour compatiable using ...
by don lowenstein
Wed Aug 21, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6863

Re: 16-bit DLL to 32-bit DLL

... .dll and export all the images out to disk ( save resource as like Francisco mentions) .. then use your 32 bit editor and re-import them back in individually. I know that can be long and tedious work, but I do not know of any tool than can convert your 16 bit .dll to 32 bit. :cry: Rick Lipkin ...
by Rick Lipkin
Wed Jun 19, 2013 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 16-bit DLL to 32-bit DLL
Replies: 5
Views: 1651

Re: SEND EMAIL

Yes, but the keyword is TRYING ... and I did implement it, but then on my customers' machines it FAILED completely. I would have to go in and check about 400 computers individually and that just isn't effective.

Tim
by TimStone
Thu Mar 21, 2013 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEND EMAIL
Replies: 35
Views: 5805

Re: RVISUAL

... CLICK on time - Use Control + D to duplicate a control (below) - Use SHIFT + D to duplicate a control (right) - To select more than one control, individually click on each to hold the CONTROL - To edit the options XBROWSE or FOLDER, select the control and press CONTROL + P - To change the "captions" ...
by ricardommarques
Sun Apr 08, 2012 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RVISUAL
Replies: 29
Views: 5653

Re: Refresch screen via network

... many-to-one event delivery. If an event is signaled X times between calls to one of the wait procedures, rather than receiving each signal individually, the wait function returns a count of how many times the event has been signaled since the last wait operation. If an event is created ...
by reinaldocrespo
Wed Jan 18, 2012 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresch screen via network
Replies: 14
Views: 3398

Re: bug in FW 11.11 [RIBBON]

... ) . No such lib in package . So what ? :) With best regards ! Added : only at this time I noticed , that png.lib is directed individually . Now I downloaded this ... :) . But ... it return error , that Png.lib "contains invalid OMF record ..." ... :(
by Rimantas
Sat Nov 26, 2011 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 11.11 [RIBBON]
Replies: 15
Views: 2076

Re: About asort

... doesnt work. > It does - your just NOT getting the result you want <g> > > If you want to sort each dimension then try sorting them individually > > Eg - Untested > for i := 1 to len( aArray ) > aArray1 := aArray[i] > asort( aArray1,,,{|x,y| x[1] >= y[1] } ) > ...
by James Bott
Mon Sep 26, 2011 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About asort
Replies: 3
Views: 812

Re: access to a supplier web site under program control

... into software you are developing, then you will need to pay a very very steep licensing fee. Your client may have access to websites where he can individually perform these searches, and you might be able to create a java script to perform those searches, but it won't be reliable, and every time ...
by TimStone
Thu Apr 07, 2011 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to a supplier web site under program control
Replies: 21
Views: 7621

New FTDN January/Enero 2011 (FWH 11.01)

... have a main window (application starting with a dialog), when the dialog is closed, the Preview stays open and can be fully operated and closed individually. b) When user buttons are defined, combobox and other controls were not positioned properly. Now fixed. Enhancements: a) RPreview was using ...
by Antonio Linares
Mon Feb 14, 2011 6:19 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2011 (FWH 11.01)
Replies: 0
Views: 1650

Re: xBrowse – memofields

... dividers from the Paint to the PaintData method? This way one could read all data which you want show into an array and you can draw the dividers individually. You could split memofields this way into different lines. This way I could simulate different row heights. Best regards, Otto
by Otto
Fri Nov 26, 2010 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse – memofields
Replies: 18
Views: 5249

Re: xBrowse code block to evaluate fieldname()->value

Rao

You are on the right track .. I want to color each cell individually if no next cell has the same value .. or a string of values if they are all the same leaving the NULL or EMPTY cells the default colors..


A A A B C C D A A A B B

Rick
by Rick Lipkin
Sun Jul 11, 2010 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse code block to evaluate fieldname()->value
Replies: 9
Views: 3670

Re: OT: Brainstorming: How to handle sw-updates

... I want to update. One stays on the server ( to manage data ), and two go to the workstations ( the client .exe and the .chm file ). The files, individually, are 6.7 MB, 8.1 MB and 5.5 MB. However, when they are zipped for upload to my server, they are a total of 9.0 MB. My client management ...
by TimStone
Tue Dec 15, 2009 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Brainstorming: How to handle sw-updates
Replies: 25
Views: 5709

Re: How to know which item was checked on tree?

... Checked property in the event handler when you are recursively updating the child nodes, so the user does not have to expand and check each one individually.To prevent the event from being raised multiple times, add logic to your event handler that only executes your recursive code if the Action ...
by dempty
Tue Sep 15, 2009 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to know which item was checked on tree?
Replies: 10
Views: 1482

Re: xBrowse incremental search

... If we insist on using OOPS syntax, but not the command syntax, we better go by the original way of oCol := oBrw:AddCol() and then set each data individually. From the above notes there is no guarantee that in future versions the method will retain compatibility with the present version. Rao, ...
by Detlef Hoefner
Fri May 29, 2009 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental search
Replies: 6
Views: 1169

Re: xBrowse incremental search

... If we insist on using OOPS syntax, but not the command syntax, we better go by the original way of oCol := oBrw:AddCol() and then set each data individually. From the above notes there is no guarantee that in future versions the method will retain compatibility with the present version.
by nageswaragunupudi
Fri May 29, 2009 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental search
Replies: 6
Views: 1169
PreviousNext

Return to advanced search