Search found 65 matches

by ryugarai27
Thu Mar 25, 2010 2:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: TODBC
Replies: 3
Views: 837

Re: TODBC - solved

Lailton,

No. I've already installed ADS ODBC driver. I remember I didn't supply a username during ODBC driver installation, thus :

Local oODBC := TOdbc():New("AdvData")

solved the problem.

Thanks anyway..
by ryugarai27
Sun Mar 21, 2010 4:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: TODBC
Replies: 3
Views: 837

TODBC

Hi Fivewin experts: I hope somebody could figure out the error below: Error returned: SQLDriverConnect error from TODBC:New() [#-1] On Procedure: MAIN Line: 8 The code: #include "fivewin.ch" #include "ads.ch" #include "xbrowse.ch" #include "sql.ch" Function Ma...
by ryugarai27
Sat Jul 11, 2009 5:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Alt key alone
Replies: 5
Views: 741

Re: Alt key alone

James,

Thanks..I will try as you suggested.


ryugarai27
by ryugarai27
Sat Jul 11, 2009 2:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Alt key alone
Replies: 5
Views: 741

Re: Alt key alone

Hi James,

I tried issuing SysRefresh() after successful log-in...still the same. I have also tried issuing SysRefresh() before and after log-in, but still same result.

Thanks,
ryugarai27
by ryugarai27
Sat Jul 11, 2009 2:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Alt key alone
Replies: 5
Views: 741

Re: Alt key alone

Hi James, Thanks for prompt response. It is, that the Alt key transfer focus to menu if an application contains one, I also observed that when an application has no menu, the alt key tries to refresh the dialog and that's where the problem occurs. My application does not contain any menu. You main f...
by ryugarai27
Sat Jul 11, 2009 1:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Alt key alone
Replies: 5
Views: 741

Alt key alone

Hi Fivewin Experts, I noticed something unfamiliar with the behavior of my program when pressing the alt key alone after successful log-in. The program was designed to have a log-in prompt at the start, after a successful log-in, the program will transfer focus to the main dialog of the program wher...
by ryugarai27
Sat May 02, 2009 1:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with Ads
Replies: 1
Views: 612

Xbrowse with Ads

Dear Rao, I have a display problem with Xbrowse using ADS, I can't figured out why, hope you could help me: I have 4 xbrowses, and the display of three xbrowses will depend on what record number is pointing to by the first XBrowse. I tried using AdsAOF to set the filter on the 3 xbrowses and refresh...
by ryugarai27
Mon Apr 20, 2009 7:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin menus
Replies: 2
Views: 725

Re: Fivewin menus

Hi all, I noticed that the system is trying to access the function uCheckUserPass() but loads nothing on the screen.. but the program is still running as i check on task manager. I changed the code to: MENUITEM aAccessItems PROMPT aAccessMenu[1] MESSAGE aAccessMenu[2] ; ACTION uCheckUserPass(); RESO...
by ryugarai27
Mon Apr 20, 2009 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin menus
Replies: 2
Views: 725

Fivewin menus

Hi All, I'm new to FIvewin and I hope somebody could help me analyze what's going on with my code. I am trying to build menu from multidimensional array: GLOBAL aAccessMenu := { { '&Login Ctrl L', 'Log out Ctrl X' },; { 'System Log in', 'System Log out' },; { FALSE, FALSE },; // checked? { TRUE,...
by ryugarai27
Tue Apr 07, 2009 8:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: How i do to show message "in progress" in a progress "SELECT
Replies: 4
Views: 601

Re: How i do to show message "in progress" in a progress "SELECT

Hi Uwe,

Is it possible to use dialog and say controls from resources with the same result?

I tested with say from resources but say background is not transparent to dialog



Thanks,

ryugarai
by ryugarai27
Thu Mar 26, 2009 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with Ads
Replies: 5
Views: 825

Re: Xbrowse with Ads

NageswaraRao,

Thanks for the modification, xbrowse now display dates correctly.

regards,

ryugarai
by ryugarai27
Thu Mar 26, 2009 6:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with Ads
Replies: 5
Views: 825

Re: Xbrowse with Ads

Dear NageswaraRao, I think i just figured out the cause of incorrect display in xbrowse. It seems that when SET EXACT is set to .T., xbrowse display dates as "@d". Does SET EXACT affect the dates when displaying in xbrowse? Should i disable SET EXACT command when using xbrowse? regards, ry...
by ryugarai27
Thu Mar 26, 2009 4:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with Ads
Replies: 5
Views: 825

Re: Xbrowse with Ads

Hi Nageswararao, This is my declaration of xbrowse: REDEFINE XBROWSE oHXBrow OF oBrowDlg ID 1004 FONT oBrowFont UPDATE; // browse for transact Alias cAlias_TRANSDB AUTOSORT; FASTEDIT WITH OBJECT oHXBrow :nRowHeight := oBrowFont:nHeight + 12 END fieldname is 'podate', declared in Ads 8.5 as: Data Typ...
by ryugarai27
Wed Mar 25, 2009 3:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with Ads
Replies: 5
Views: 825

Xbrowse with Ads

Hi All, I created xbrowse with database created with ADS 8.5, However, the dates in xBrowse display as @d and not the actual date e.g. 01/01/1001. I tried using DBFCDX and date displays perfectly. Could somebody explain to me why the dates using ADS table does not display correctly in xbrowse, and h...
by ryugarai27
Sat Mar 21, 2009 3:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Sample
Replies: 7
Views: 1144

Re: XBrowse Sample

Hi Richard, This is my declaration of DBSetFilter for the second xBrowse: DBSetFilter( {|| (cAlias_PAYDB)->PONUM == (cAlias_TRANSDB)->PONUM }, '(cAlias_PAYDB)->PONUM == (cAlias_TRANSDB)->PONUM' ) this is the call from the 1st browse, so that everytime the record pointer on the 1st xbrowse moves, the...