Search found 23 matches: independant

Return to advanced search

XBrowse with Add,Modify,Delete methods (13.07)

... Depending on the datasource, the class uses dbappend() or oRs:New() or AAdd(),etc. The above sample is an example of single table maintenance independant of the nature of datasource.
by nageswaragunupudi
Sun Sep 08, 2013 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with Add,Modify,Delete methods (13.07)
Replies: 5
Views: 3532

Re: ADO question: Access is not refresing properly

Enrico, Thank you, I am going to test it. Rick, I need to have an independant oRs in Add function -Añadir()-, as the add function can also be called out of the xBrowse. So the strange think is that, despite the two Recordsets, Access do not refresh them sometimes ...
by lucasdebeltran
Sun Jun 23, 2013 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO question: Access is not refresing properly
Replies: 10
Views: 2835

Re: problem with xBrowse and TDatarow

Mr. Nages,

Thank you very much.

Your code seems to be working ok.

But it is different that mine. Mine uses a DIALOG and also two separate and independant RecordSet.

I await your answer.

Thank you for the good class and excelent supprt.

Best regards,
by lucasdebeltran
Tue Jun 11, 2013 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with xBrowse and TDatarow
Replies: 4
Views: 922

Re: Windows Metro UI

... to us to supply applications to comply with the CLOUD vision (whether you like it or not). This may or may not be on a windows OS. For me, as an independant programmer, Metro and FW seems to be the best option at this stage. I was wondering how FW's socket project fits into this picture and was ...
by Jonathan Hodder
Thu May 03, 2012 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Metro UI
Replies: 69
Views: 19703

Re: FWH / xHB and ActiveX

... with FWH / xHB (alright maybe NOT with my 'old' versions but still possible) given that, as I understand it, ActiveX is supposed to be 'language independant' (as I understand it anyway). Regards, Dale.
by dpaterso
Wed Sep 21, 2011 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHB and ActiveX
Replies: 12
Views: 4208

Re: A Client-Server Data Base Server in Harbour

The include file rapids.ch provides defines that are independant of the data base being used including defines usede to transfer error and error class back from the server to the client. // rapids.ch#define CRLF   Chr(10)           // change ...
by xProgrammer
Mon Mar 14, 2011 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2451

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... * contrib/hbide/idereportsmanager.prg + Renamed: IdeReportsManager() class to HbpReportsManager(). Also made this class totally independant to hbIDE engine. This opens up the way to shift it to hbQT itself. The only limitation is images. We need a way to include a minimal set ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99062

Re: Question about dialog box

Antonio,

I already use these styles in my dialog boxes. But the user still can change the size by using the mouse.

I'm not talking about a dialog box inside a MdiChild window, just an independant dialog box.

Thanks a lot.
by driessen
Tue Jul 13, 2010 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about dialog box
Replies: 5
Views: 795

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... hbIDE is not a single project manger. Also "editing" and "project management" are two separate actions. A source can be edited independant of its project association. Multiple projects can have same source. So it is not possible to keep track of project properties where .ch's ...
by Pritpal Bedi
Wed Jul 07, 2010 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99062

Re: New controls for FWH

... than trying to keep within the FiveWin community. And how you access your data base and how you display things to the user should be largely independant of each other. In my experience dbfs are fine for stand alone use and for fast local area networks. Beyond that you need to use a client ...
by xProgrammer
Tue Jun 15, 2010 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 26801

New FTDN December/Diciembre 2009 (9.12)

... specified. Now oSeek and wildseek controls are displayed if autosort is specified even if bselect is not specified. * Function XBrowse() moved to independant module \fwh\source\function\xbrowser.prg. This enables implementation of programmers own version of xbrowse() function without altering ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

Re: xBrowse how to change bound array

... Switching browses has many advantages over switching arrays. 1. You are XBrowse version independant. 2. Different browses can have different datasources, like arrays, dbfs, recordsets 3. Browse states are preserved when switching Note: ...
by nageswaragunupudi
Tue Jul 28, 2009 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to change bound array
Replies: 16
Views: 2761

New FTDN April/Abril 2009 (9.04)

... * Enhancement: REPORT, In the same manner as in XBrowse, date format can be specified like 'dd mmm yyyy' ( in any order ) for formatting dates independant of set date format and for xHarbour, picture "@T" can be used to print datetime values. * Enhancement: TREES ( FWH LinkLists ): ...
by Antonio Linares
Fri Apr 10, 2009 1:20 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3659

... in index expressions. INDEX ON LASTNAME TO MYNTX is the best and recommended way. It is desirable that the database understands the expression independant of our program. Even field-> is not necessary and desirable to have just the name of the fields
by nageswaragunupudi
Thu Sep 11, 2008 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Serious problem with .NTX created with "index on"
Replies: 5
Views: 973

... sorted properly when the user clicks on the header because dates are stored in the date type only. Dates can be showin in xbrowse in any format independant of the SetDate format. Also in this example, date format can be changed on the fly at any time. ( Right click on the date column pops up ...
by nageswaragunupudi
Wed Jul 09, 2008 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date format in xBrowse
Replies: 8
Views: 2027
Next

Return to advanced search