Search found 535 matches: whatever

Return to advanced search

... other test. But that is the sort of arrangement I will have to get down to - a kind of trading scheme. Booking for say a general practitioner (whatever you call your normal day to day doctor) is much simpler because they just allocate standard time slots and book known long consults into 2 ...
by xProgrammer
Wed Apr 09, 2008 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13087

... software out. I certainly didn't want a full MDI implementation because normally my user would be dealing with 1 patient, 1 booking, 1 report whatever. (When we get to bookings there may be a from slot and a to slot when moving a booking but that still doesn't need or even make great sense ...
by xProgrammer
Wed Apr 09, 2008 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13087

Hi Antonio Whatever code is running between the GotFocus event and the KeyDown event. We seem to be able to ::SetPos() because ::GetPos() returns the set position. I confirmed this by changing GotFocus to ::SetPos( 1 ) and ::GetPos() ...
by xProgrammer
Tue Apr 01, 2008 8:57 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help Please
Replies: 29
Views: 7536

Hi Antonio BROSE in last post should read BROWSE. At this stage my best guess (could well be wrong) is that whatever is happening, it looks like it has to be in WinRun() because ::GetPos() reports 0 in GotFocus event but by KeyDown event its value has reverted. Couldn't see the ...
by xProgrammer
Tue Apr 01, 2008 10:03 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help Please
Replies: 29
Views: 7536

... CLR_BLACK, COLOR2} ) } This one line of code is enough for all columns and for any datasource, bet it a DBF, Array, RecordSet or whatever.
by nageswaragunupudi
Wed Mar 26, 2008 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to switch Row-Colors in xBrowse (without Function)
Replies: 1
Views: 401

Multithreads with FWH

... thought in using multithreads to start the dbSetFilter() call, so I keep control on the application until it's done. Maybe you have a better idea. Whatever it is, it will be welcome. Regards César Lozada
by César E. Lozada
Mon Mar 24, 2008 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12392

Questions etc about WinExec( <command>, <parameter&

... has finished spooling the postscript file? Is this the case? Can WinExec() be made to optionally operate synchronously and return the exit code of whatever it calls? What alternatives are there? I guess calling a shellscript that spools the postscript file and then deletes it? I could insert a ...
by xProgrammer
Mon Mar 10, 2008 6:23 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Questions etc about WinExec( <command>, <parameter&
Replies: 2
Views: 1141

... would still keep at least some of the preceeding items in >the listbox. Some may like it this way. If you don't, just do a oBrw:skip(-5) or whatever after the append. If you want the appended record to show as the last record in the display try oBrw:skip( - oBrw:nRowCount() ). Regards, James
by James Bott
Sun Feb 10, 2008 12:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8941

Mr Otto Very impressive screen shots. You have your own style. And James has his. I confess I am lazy. I appreciate your work. Whatever browses we have for clipper or harbour, they are far far better than the grids available in any other development platform. By the way, where from do ...
by nageswaragunupudi
Fri Feb 08, 2008 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8941

... the proper syntax: 1) Go to the Advanced menu and select Configuration 2) Select File Associations and enter . prg under File Type/ Extensions and whatever name you wish in the Description 3) Under File Types , enter *.PRG and whatever name you chose in the File Description 4) My first line in ...
by Ken Wantz
Sat Jan 26, 2008 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ultra Edit Quick Questions
Replies: 6
Views: 1879

... Separate RC files are relevant in a programming environment where design and source code are in different files. A true IDE should generate whatever is necessary transparently to me and just leave me with the job of putting my logic in the event handlers of controls and form load and unload ...
by nageswaragunupudi
Sat Jan 12, 2008 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VSX - Using its resources editor!!!
Replies: 16
Views: 2930

... := { |nRow| iif( nRow % 2 == 0, rgb(255,255,235), rgb(192,208,179)) } Now we are not bothered whatever is the data source, rdd or array
by nageswaragunupudi
Thu Jan 10, 2008 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 8094

... it work in all cases. If this can be made to work, we can achieve the effect, without depending on the underlying data source ( array or dbf or whatever be the RDD) I personally feel that with some effort browse classes can give the facility to paint different colors because the browse object ...
by nageswaragunupudi
Thu Jan 10, 2008 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 8094

... with a few refinements and with a bit larger dialog for better readability. However, here you have all the source so you can probably make it do whatever you want. Download the two files in a zip file named fivecald.zip from... http://www.leadersoft.com/software/fivecald.zip Good luck. - Roger
by Roger Seiler
Mon Dec 31, 2007 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 8
Views: 2671

When the selection in the listbox is moved away from the original value for whatever reason, clicking on any other cell assigns the new value. Clicking on other cell should result in cancellation of edit.
by nageswaragunupudi
Thu Dec 27, 2007 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse online editing
Replies: 66
Views: 12260
PreviousNext

Return to advanced search