FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour A U T O CODE for FW
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
A U T O CODE for FW
Posted: Wed Oct 01, 2014 05:01 AM
New functions:

The program works now for XBrowse, XbrColumn or any other generic object.
Works from combobox or with pasted code.
We can select "WITH OBJECT oBrw" in the combobox or paste with object code of any browse variable.

1) The program identifies if the pasted code belongs to Browse or Column or some other object. (In very few cases, where in doubt the program may alert to indicate the object type)
2) For browse or column all the useful Variables and Methods will be displayed in addition to those contained in the pasted code.
3) We can use for other objects also, but the implementation is limited to the data in the pasted code.
4) Generated code includes only those items where the values are not empty. If a method which does not require parameters ( eg: MakeTotals(), CreateFromCode() ) are to be included, we may enter "nil" in the value column. If the value column is left empty, the method is not included in the generated code.
5) Edit of values will be supported by comboboxes and indication of default values.

FW_DbfToArray() implemented

Best regards,
Otto





Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: A U T O CODE for FW
Posted: Thu Oct 02, 2014 07:38 PM

It is magnificent

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion