Search found 91 matches: fairly

Return to advanced search

Re: FiveWeb Questions

So I have been trying Lailton's FiveWeb and I just wanted to let everyone know that this is really a very nice product. It's clean and fairly easy to use. Any time I have been stuck, Lailton has been there to provide help (and very quickly I might add). I really like the ability to use .rc ...
by Jeff Barnes
Mon Aug 01, 2016 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 26469

Re: Filtering xBrowse Arrays

James Bott wrote:Frances,

There is a database class you can use with arrays--perhaps it supports filters or relations.

It was a fairly recent discussion in this section. Search for it.

James



James,

Thanks for pointing this out.. but I am looking for the gathered arrays rather in rdd level.
by fraxzi
Thu Mar 10, 2016 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 7068

Re: Filtering xBrowse Arrays

Frances,

There is a database class you can use with arrays--perhaps it supports filters or relations.

It was a fairly recent discussion in this section. Search for it.

James
by James Bott
Tue Mar 08, 2016 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 7068

Application as a service

... run on a server that provides automatic updates and completes other tasks. Until now it has been installing in the Startup menu and has worked out fairly well. However on some servers it won't activate on a reboot unless there is an operator to authorize it. The IT guys tell me it needs to be a ...
by TimStone
Mon Nov 23, 2015 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application as a service
Replies: 6
Views: 1002

Re: ADO RDD xHarbour

... SQL table from the structure of the DBF (and I did know that the HBRECNO field would be added automatically). Then I did an APPEND FROM the dbf. Fairly simple now that I have the code written. I forgot to mention that you can do it with just one step USE dbf VIA "DBFCDX"COPY TO sqltable ...
by AHF
Wed Aug 12, 2015 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 454694

Re: ADO RDD xHarbour

... SQL table from the structure of the DBF (and I did know that the HBRECNO field would be added automatically). Then I did an APPEND FROM the dbf. Fairly simple now that I have the code written. I am wondering about these two lists: SET ADO TABLES INDEX LIST TO ... SET ADODBF TABLES INDEX LIST ...
by James Bott
Thu Aug 06, 2015 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 454694

Re: ADO SQL VISIBILITY

SQL workstation visibility is an art-form and takes a fairly savvy programming imagination to keep them in sync.

Yes.
by nageswaragunupudi
Fri Jun 26, 2015 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3632

Re: ADO SQL VISIBILITY

... can place a :ReQuery() between screens which should keep each workstation in sync. .. again, SQL workstation visibility is an art-form and takes a fairly savvy programming imagination to keep them in sync. Rick Lipkin
by Rick Lipkin
Wed Jun 24, 2015 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3632

Re: Tablet and form style for Windows 8 (desktop ver.)

... not have a touch screen PC. Till I get one, I have no way of testing and be sure of what needs to be done. This is my concept of how to provide a fairly useful touch interface. Not advanced but reasonable enough. 1) Detect presence of touch screen and then only handle touch-aware behavior. 2) ...
by nageswaragunupudi
Mon May 04, 2015 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 25195

Re: Resizing Controls

... to resize all the controls, but only the folders, the contents of the folders including the embedded dialogs, buttons and xbrowses. The math seems fairly straight forward .. determine the size of the ( expanding ) dialog and subtract the controls position ( as a constant ) from the sides and bottom. ...
by Rick Lipkin
Tue Dec 24, 2013 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing Controls
Replies: 10
Views: 3067

Re: TDialog problem

... is not involved here. Is there anything in the ON INIT here that jumps out at you as a problem? On my Windows 7 stand-alone machines, which are fairly fast, the brief "ghost" dialog is barely noticable, but on slower XP machines or on network workstations it is quite noticeable. I ...
by Roger Seiler
Sun Oct 20, 2013 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2431

Re: Request for Advice

... turn that deal down ? :shock: That is when I stumbled into ADO and had to re-think development in terms of SQL and not .dbf. If I recall, you are fairly comfortable with ADO and the biggest hurdle you will have is modifying your code to use recordsets vs table data as in .dbf... and that was the ...
by Rick Lipkin
Fri Aug 23, 2013 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5019

Re: Record Lock problem

... sure it is not locked before reading. If it is locked, then you need to keep checking until it is unlocked before reading it. Note that there is a fairly new FWH function isLocked(). We didn't have this in Clipper. James Hi James I understand but in my case I dont read the record before a oArqUlt:GoTop() ...
by Wanderson
Thu Aug 08, 2013 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3985

Re: Record Lock problem

... sure it is not locked before reading. If it is locked, then you need to keep checking until it is unlocked before reading it. Note that there is a fairly new FWH function isLocked(). We didn't have this in Clipper. James
by James Bott
Thu Aug 08, 2013 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3985

Re: Good Resource for Bitmaps

... sizes. The trick is many of them are alpha blends ( layered ) and will need to be converted to .bmp if you just want to use FWH defaults. I am fairly certain you can use .png as external files if you use the FreeImage.dll that comes with FW .. I prefer to incorporate my icons, bitmaps into ...
by Rick Lipkin
Wed May 22, 2013 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Good Resource for Bitmaps
Replies: 3
Views: 1027
PreviousNext

Return to advanced search