Search found 384 matches: shridhar

Return to advanced search

Re: Method ONEDIT does NOT exists for TXBRowse Column class

Hi Rick ,

I have done the changes as you suggested, now its working :-)

Thanks
Shridhar
by shri_fwh
Thu Oct 18, 2012 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method ONEDIT does NOT exists for TXBRowse Column class
Replies: 4
Views: 980

Re: Method ONEDIT does NOT exists for TXBRowse Column class

Shridhar

You can create any user defined function to be called with the code block .. _InvtLook in this case was a inventory search routine for a stock number that was entered into the browse .. It demonstrates the versatility of the pre and post routine when you edit a cell.

Rick Lipkin
by Rick Lipkin
Tue Oct 16, 2012 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method ONEDIT does NOT exists for TXBRowse Column class
Replies: 4
Views: 980

Re: Method ONEDIT does NOT exists for TXBRowse Column class

Hi Rick ,

Thanks a lot...! but I had done first two steps for edit, as I mentioned I got an error "ONEDIT method does not exists". However I will check as per your code and let you know. And may I know _InvtLook function does ?

Thanks
Shridhar
by shri_fwh
Tue Oct 16, 2012 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method ONEDIT does NOT exists for TXBRowse Column class
Replies: 4
Views: 980

Re: Method ONEDIT does NOT exists for TXBRowse Column class

Shridhar You should be able to edit any cell with the FASTEDIT clause :  AUTOCOLS LINES CELL FASTEDIT  and in addition to FASTEDIT you can explicitly assign EDIT_GET to every column :  AEval( oLbxB:aCols, { |o| o:nEditType ...
by Rick Lipkin
Mon Oct 15, 2012 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method ONEDIT does NOT exists for TXBRowse Column class
Replies: 4
Views: 980

Method ONEDIT does NOT exists for TXBRowse Column class

... not exists then how code is compiled ? Please correct me if am wrong. So how can edit the values of mySQL TDolphin Recordset via XBROWSE ? Thanks Shridhar
by shri_fwh
Mon Oct 15, 2012 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method ONEDIT does NOT exists for TXBRowse Column class
Replies: 4
Views: 980

Re: SQL DB : CubeSQL

... me if am wrong. I have to check for mySQL only. I wrote an email to Mr Daniel (Author of Dolphin Component) and waiting for their reply. Thanks Shridhar
by shri_fwh
Fri Oct 05, 2012 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

Re: SQL DB : CubeSQL

... ,I am not sure whether ADS RDD will work as like DBFCDX expect Client Server functionality. if ADS works fine then I have to think on this. Thanks Shridhar
by shri_fwh
Fri Oct 05, 2012 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

Re: SQL DB : CubeSQL

Hi Rick ,

Thanks a lot...! for this info.

Thanks
Shridhar
by shri_fwh
Fri Oct 05, 2012 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

Re: SQL DB : CubeSQL

Shridhar You can download the FREE version of Sql Server Express. This will allow you to create and modify databases and tables. Learn how to use ADO to manipulate your data and create full featured applications. The code ...
by Rick Lipkin
Fri Oct 05, 2012 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

Re: SQL DB : CubeSQL

Hi Ric, enrico ,

As I mentioned that currently the application using DBFCDX DB engine. Do I need to migrate all code to ADO ?


Thanks
Shridhar
by shri_fwh
Fri Oct 05, 2012 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

Re: SQL DB : CubeSQL

Shridhar I agree with Enrico .. ADO is a Microsoft class and set of methods that are the same whether you use Sql Server, Oracle dB2, or Access.. and you get an extra bonus if you use Sql server or Access .. the oledb driver ...
by Rick Lipkin
Thu Oct 04, 2012 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

SQL DB : CubeSQL

... SQL pair with xHarbour/Harbour. I am still using DBFCDX and wanted to move Server base technology. waiting for your valuable suggestions. Thanks Shridhar
by shri_fwh
Thu Oct 04, 2012 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL DB : CubeSQL
Replies: 12
Views: 4699

Re: Where can I download BCC582?

Hi FiveWin Developers ,

I got upgraded version of FWH 1208. This need BCC 5.82 compiler, so please send URL to my email shridharbichchal@gmail.com

Thanks & Regards
Shridhar
by shri_fwh
Mon Oct 01, 2012 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download BCC582?
Replies: 46
Views: 9503

Re: Push Button behaviour is different for Action Event

Thanks Daniel for your kind support....!

Just another Question , will it work with SPACE bar and click as well ?

thanks
Shridhar
by shri_fwh
Mon Dec 06, 2010 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Push Button behaviour is different for Action Event
Replies: 5
Views: 869

Re: Push Button behaviour is different for Action Event

Shridhar the windows and dialog process the messages the different way to use in dialog #define WM_NEXTDLGCTL                   0x0028 and change @10,10 button oBtn size 40,30 caption ...
by Daniel Garcia-Gil
Mon Dec 06, 2010 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Push Button behaviour is different for Action Event
Replies: 5
Views: 869
PreviousNext

Return to advanced search