Search found 637 matches

by Victorio
Fri Feb 20, 2015 6:41 am
Forum: eXpress++ Support
Topic: DCBROWSE field definitions in array
Replies: 7
Views: 15376

DCBROWSE field definitions in array

Hi, Please,how I can make this ? I have in Clipper source field and header definitions in arrays, in eXpress I can only use headers, but fields break with error. My source here: SELECT 1 use datax index datax * prku is names of database fields * hrku is names of header columns PUBLIC prku[3],hrku[3]...
by Victorio
Wed Feb 18, 2015 8:34 am
Forum: eXpress++ Support
Topic: How to prevent open child window only once
Replies: 5
Views: 11093

Re: How to prevent open child window only once

:clap: thank you for help , SETAPPWINDOW is command, what I need, but I putting it to DCGETOPTIONS, where is not possible, when I put it to DCREAD GUI, , work fine.

Roger, how simple, but work safely
by Victorio
Wed Feb 18, 2015 3:03 am
Forum: eXpress++ Support
Topic: How to prevent open child window only once
Replies: 5
Views: 11093

How to prevent open child window only once

I have main menu, DCSUMBENU... DCMENUITEM ..... ACTION call other dialog window How I prevent to click to main MENU and prevent to open other dialog windows twice, 3,4,... times ? I saw some command in one sample or manual what by I cannot found where :oops: I want make, then if I click on MENU, sel...
by Victorio
Tue Feb 17, 2015 7:46 am
Forum: eXpress++ Support
Topic: DCBROWSE refresh
Replies: 7
Views: 11521

Re: DCBROWSE refresh

Yes !, now it is ok,

Tom, Cliff, thank's
by Victorio
Tue Feb 17, 2015 7:34 am
Forum: eXpress++ Support
Topic: DCBROWSE refresh
Replies: 7
Views: 11521

Re: DCBROWSE refresh

ok: thanks very much, I will try repair variables oBrowse, oToolbar hope, this help me.
by Victorio
Tue Feb 17, 2015 6:00 am
Forum: eXpress++ Support
Topic: DCBROWSE refresh
Replies: 7
Views: 11521

Re: DCBROWSE refresh

i don´t understand, here is mysource code, on row 129 I have :refreshAll, and still runtime error : please look at source, where I have "mishmash", thanks ERROR LOG ------------------------------------------------------------------------------ oError:args : -> VALTYPE: O CLASS: DC_XbpToolBar oError:...
by Victorio
Tue Feb 17, 2015 4:51 am
Forum: eXpress++ Support
Topic: DCBROWSE refresh
Replies: 7
Views: 11521

Re: DCBROWSE refresh

Hi,

I tried this , but error : Base 2220,
Object has no method with this name... ?
by Victorio
Tue Feb 17, 2015 3:08 am
Forum: eXpress++ Support
Topic: DCBROWSE refresh
Replies: 7
Views: 11521

DCBROWSE refresh

Hi everybody, Please, help me, tell me, how to refresh table in browse afrer edit in other dialog, or afrer simple append blank record. In CA Clipper I have dbedit(...function), in function I have edit or Append blank, write fields to database and commands unlock, commit and when returned to table, ...
by Victorio
Thu Feb 12, 2015 2:31 am
Forum: eXpress++ Support
Topic: Example for change menu system from Xbpmenu to eXpress DC...
Replies: 2
Views: 5778

Re: Example for change menu system from Xbpmenu to eXpress D

.... problem is solved. I must delete command AppMenu, SetAppWindows, SetAppFocus and all modify to use DCxxx commands to create window, menu, toolbar...
by Victorio
Mon Feb 09, 2015 8:30 am
Forum: eXpress++ Support
Topic: Example for change menu system from Xbpmenu to eXpress DC...
Replies: 2
Views: 5778

Example for change menu system from Xbpmenu to eXpress DC...

Hi, I tried create menu by Xbase example childwin, which use Xbpmenu. My questions : 1. How can I change font in this example ? 2. Is possible in XBPMENU vertical title so as eXpress OWNERDRAW parameter ? 3. How can I modify this example childwin to using eXpress DCMENU ? I want call menu same as in...