FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour CLAUSE IN ERROR WHEN GET FOLDER NE / FOLDEEX
Posts: 36
Joined: Sat Jun 19, 2010 10:09 AM
CLAUSE IN ERROR WHEN GET FOLDER NE / FOLDEEX
Posted: Mon Oct 10, 2011 02:04 AM

hello everyone, I have the following situation in tfolder and tfolderex:

use the when clause to enable or disable gets the folder / folderex.
operate normally without the folder when I change the variable value to false lBrowse.
gets where they should be enabled and not enabled, refresh setoption already did before and do not refresh enables gets.

with normal folder when Fando FiveWin change the variable value to enable gets if I click on the second tab and then return to the first shows there apeans more so. tfolderex now not working right.

Daniel or if someone there can help me thank you, 'cause do not want to get get: enable, so I created the variable lBrowse to be more practical and organized the code.

sorry my bad inglish, i used google translator, rsrsrsrs.

DEFINE AbaCadastro oFldEmpresa:aDialogs[01]

local lBrowse:=.T.

REDEFINE COMBOBOX oEstado VAR oDbfEmpresa:UF ITEMS aEstados ID 117 OF AbaCadastro;
WHEN !lBrowse UPDATE;

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: CLAUSE IN ERROR WHEN GET FOLDER NE / FOLDEEX
Posted: Mon Oct 10, 2011 08:18 AM
Don't know if I understood your problem but try using

Code (fw): Select all Collapse
oFldEmpresa:aDialogs[01]:AEvalWhen()


EMG

Continue the discussion