Search found 565 matches

by unixkd
Sat Feb 18, 2012 5:25 pm
Forum: eXpress++ Support
Topic: ADS Error 6420 on MS Server 2008
Replies: 6
Views: 15951

Re: ADS Error 6420 on MS Server 2008

Do you specify the Lan Port and LAN IP address in the ADS.INI file or through advantage configuration utility. If via ads.ini candly favor me with the content of your own ads.ini

Thanks

Joseph
by unixkd
Fri Feb 17, 2012 10:03 am
Forum: eXpress++ Support
Topic: I need DBSKIPUNIQUE() Function
Replies: 1
Views: 4296

I need DBSKIPUNIQUE() Function

Hi Roger

I want to skip to the next unigue record in a non-unigue table. I am using ADSDBE and I tried using AdsSkipUnique( hIndex, 1 ) API but didn't work.

Thanks

Joseph
by unixkd
Tue Feb 14, 2012 9:20 am
Forum: eXpress++ Support
Topic: ADS Error 6420 on MS Server 2008
Replies: 6
Views: 15951

ADS Error 6420 on MS Server 2008

Hi Roger

I have a client with server 2003 running ADS fine. Now they aquired server 2008 and could no longer connect to ADS. The application gives error 6420. We had tried all option enumerated in ADS documentation, no success, any help please ?

Joseph
by unixkd
Mon Feb 06, 2012 2:13 pm
Forum: eXpress++ Support
Topic: Richtx32.Ocx / DCRTF
Replies: 2
Views: 6371

Richtx32.Ocx / DCRTF

Hi Roger

I am interested in using DCRTF but will like to know where I can download the latest Richtx32.Ocx both X86/X64 versions. I visited microsoft website but could no see where to down load them.

Thanks

Joseph
by unixkd
Sun Jan 15, 2012 6:25 am
Forum: eXpress++ Support
Topic: Main Menu ToolBar
Replies: 15
Views: 24440

Re: Main Menu ToolBar

Hi Roger I have two issues to resolve: 1. I could ge the Accelerated key of the DCADDBUTTON to work e.g ACCELKEY xbeK_CTRL_S to activate save routine 2. I also have OBJECT oNext for the Next button and would like to access it in the various MDI dialogs. Should it be declared PUBLIC ? Thanks. Joseph
by unixkd
Thu Jan 12, 2012 5:31 am
Forum: eXpress++ Support
Topic: Main Menu ToolBar
Replies: 15
Views: 24440

Re: Main Menu ToolBar

Hi Roger Your solution worked well. Accept my candid appreciation !!! One more thing. One of the buttons of my ToolBar is 'Close'. When clicked, I want the topmost active dialog be closed. I tried using PostAppEvent(xbeP_Close,,,Set_MainWindow():drawingArea:childList()[1]) but it closed the first op...
by unixkd
Wed Jan 11, 2012 9:29 am
Forum: eXpress++ Support
Topic: Main Menu ToolBar
Replies: 15
Views: 24440

Re: Main Menu ToolBar

Hi Roger

The STATIC variable snNavigate is not visible in other .PRGs

Thanks

Joseph
by unixkd
Mon Jan 09, 2012 7:13 am
Forum: eXpress++ Support
Topic: Main Menu ToolBar
Replies: 15
Views: 24440

Re: Main Menu ToolBar

Hi Roger

Thanks alot for the sample program sent.

One more thing. How can I handle the WHEN {|| ...} of the DCADDBUTTON of the toolbar such that when the browse is at the top of the table in a particular thread, the
TOP caption is disabled.

You timely response will be greatly appreciated.

Joseph
by unixkd
Thu Jan 05, 2012 3:42 pm
Forum: eXpress++ Support
Topic: Main Menu ToolBar
Replies: 15
Views: 24440

Re: Main Menu ToolBar

Hi Roger

Exactly. My child windows are running in a different thread. I am eagerly expect the sample program.

Joseph
by unixkd
Thu Jan 05, 2012 11:58 am
Forum: eXpress++ Support
Topic: Main Menu ToolBar
Replies: 15
Views: 24440

Re: Main Menu ToolBar

Hi Roger

How can I create a Main TOOLBAR containing Database Navigation "Up", "Next Record", Prev Record", "Bottom" in my main window that respond to table in different forms/dialogs
of my MDI application ?

Joseph