Search found 414 matches: tabstop

Return to advanced search

ΤΟ UPPER(), LOWER(), ΤΟ ΤΣΕΚΑΡΗΣ ΣΤΙΣ ΙΔΙΟΤΗΤΕΣ ΤΟΥ ΠΕΔΙΟΥ ΤΗΣ ΦΟΡΜΑΣ ΑΝ &#...
by dbSoft
Sat Nov 12, 2005 5:13 pm
 
Forum: FiveWin for CA-Clipper
Topic: Greek support in FW
Replies: 9
Views: 3555

Antonio Linares wrote:Milan,

Your RC is not right, please change it this way:

CONTROL "", IDC_EDIT1, "TFGet", WS_BORDER | WS_VSCROLL | WS_TABSTOP, 25, 14, 82, 46

instead of:

EDITTEXT IDC_EDIT1, 25, 14, 82, 46, WS_BORDER | WS_VSCROLL | WS_TABSTOP

Now it works ok.


Dear Antonio,

Yes it does. Thanks.

Milan.
by Milan Mehta
Sat Nov 12, 2005 5:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Entering Text in Memo Field : Format Get
Replies: 4
Views: 1650

Milan,

Your RC is not right, please change it this way:

CONTROL "", IDC_EDIT1, "TFGet", WS_BORDER | WS_VSCROLL | WS_TABSTOP, 25, 14, 82, 46

instead of:

EDITTEXT IDC_EDIT1, 25, 14, 82, 46, WS_BORDER | WS_VSCROLL | WS_TABSTOP

Now it works ok.
by Antonio Linares
Fri Nov 11, 2005 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Entering Text in Memo Field : Format Get
Replies: 4
Views: 1650

Milan, We have just tried samples\TestMemo.prg and it works ok. Could you please check it there ? What do you mean for "Format Get" ? Hello Antonio, Please try the following example. Please try to delete character pressing Backspace key after Vertical scroll bar has beccome active i.e. you have ent...
by Milan Mehta
Fri Nov 11, 2005 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Entering Text in Memo Field : Format Get
Replies: 4
Views: 1650

Re: Date picker , empty date

Frank, this code from Roberto Chiaiese may help you: ----------------------------------------------- For those who are interested: Using the class TDatePicker is possible to return an empty date only using the DTS_SHOWNONE style. Unchecking the flag it will return the empty date. But if you pass an ...
by StefanHaupt
Wed Nov 02, 2005 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2833

Aqui ta

En el Prg

Redefine dtpicker oFecha var M_FECHA id X111_GETFECHA ;
valid ValidaFec() of ODlg Update

En el rc

CONTROL "", X111_GETFECHA, "SysDateTimePick32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 71, 12, 52, 11
by rbt
Sat Oct 29, 2005 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de Date Picker
Replies: 5
Views: 1918

Baxajaun, Parece que se te ha colado un bicho. OFAK DIALOG 60, 41, 328, 245 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Generar fichero OFAK" FONT 8, "MS Sans Serif" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL { PUSHBUTTON "&Generar Fichero", 1, 104, 223, 63,...
by jlcapel
Wed Oct 26, 2005 2:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box:
Replies: 29
Views: 13147

Hello Jeff, This is fix/Enhance Folder function. Below: Code-PRG #include "Fivewin.ch" #include "Folder.ch" ......... REDEFINE FOLDER ::oFld ID 300 OF ::oDlg ; PROMPTS "基本資料" , "家屬成員", "現狀圖" ,; "平面設#...
by Taiwan
Thu Oct 13, 2005 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folders
Replies: 4
Views: 2330

Can not create dialog box (tsbrowse)

Hola foro, estoy migrando mi aplicación de clip53+fw2.0 a harbour+fwh. Me encuentro con el horrible error que pongo en el título y me lo produce el control tsbrowse. AQUI VA EL .RC que uso. PIDEUSU DIALOG 65, 46, 276, 208 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE FONT 8, "MS Sans Serif" { E...
by Guest
Fri Oct 07, 2005 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can not create dialog box (tsbrowse)
Replies: 3
Views: 1715
Previous

Return to advanced search