Search found 3973 matches: update

Return to advanced search

Preprocesado y clases

... OF oWnd REDEFINE COMBOBOX oCbx VAR cCbx ITEMS aCbx ; ID 205 OF oDlg ; ON CHANGE (::cDatoaCambiar := "Pepe .T.) ; UPDATE ACTIVATE DIALOG oDlg RETURN NIl Si ejecutamos ese trozo de código, Fivewin arroja un error indicando algo parecido a esto: Message not found ...
by jlcapel
Mon Oct 24, 2005 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preprocesado y clases
Replies: 6
Views: 2048

... definicion de cada browse: WALIAS:='MOVART' REDEFINE LISTBOX oBrw fields ID 999 OF oDlg ; COLOR CLR_BLACK, CLR_WHITE ; FONT oFont ALIAS (WALIAS) UPDATE wAlias3:="MOVAR2" REDEFINE LISTBOX oBrw3 fields ID 998 OF oDlg ; COLOR CLR_BLACK, CLR_WHITE ; FONT oFont ALIAS (WALIAS3) UPDATE Y en las definiciones ...
by Leonor Gonzalez
Mon Oct 24, 2005 3:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: clase twbrowse
Replies: 7
Views: 3269

... definicion de cada browse: WALIAS:='MOVART' REDEFINE LISTBOX oBrw fields ID 999 OF oDlg ; COLOR CLR_BLACK, CLR_WHITE ; FONT oFont ALIAS (WALIAS) UPDATE wAlias3:="MOVAR2" REDEFINE LISTBOX oBrw3 fields ID 998 OF oDlg ; COLOR CLR_BLACK, CLR_WHITE ; FONT oFont ALIAS (WALIAS3) UPDATE Y en las definiciones ...
by DanielPuente
Mon Oct 24, 2005 1:53 pm
 
Forum: FiveWin for CA-Clipper
Topic: clase twbrowse
Replies: 7
Views: 3269

Antonio Thanks for the update. I've tested it on an Intermec 700 and used VidyaRegistry editor to check results: Reading values and Creating keys is now OK. However, regsetvalue correctly creates the required subkey but writes the type ...
by Jon Munro
Mon Oct 24, 2005 4:02 am
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8290

Antonio Thanks for the update! 'RegQueryValue' is possibly missing the unicode to ascii conversion of the result and just returns the first character...tried patching it myself but clipapi.h prevents me. On the emulator I just used the ...
by Jon Munro
Sun Oct 23, 2005 1:26 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8290

#xcommand

... ] ; [ ON CONDICION <uCondicion> ] ; [ VALID <uValid> ] ; [ <color: COLOR,COLORS> <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ ALIAS ...
by Patricio Avalos Aguirre
Thu Oct 20, 2005 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: #xcommand
Replies: 1
Views: 967

... array content has to change according to two other Get fields. Working with two array makes the code much more complex because I will need to update the orignal array wich in turn will be used to update the second array. :( Regards,
by Gilbert
Thu Oct 20, 2005 4:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: ComboBax vs Multi dimension array
Replies: 6
Views: 2764

Antonio, The fonts work fine. Unfortunately one of my applications has stopped working that was fine with the last update of 15th October. Firstly the visibility of the open files has changed as I am getting an "Alias Not Found" error in TWBrose:onPaint where none existed before. ...
by GWard
Tue Oct 18, 2005 8:46 am
 
Forum: FiveWin for Pocket PC
Topic: FONT And SetFont()
Replies: 8
Views: 3273

Re: Combobox , changing aitems dynimacaly

... } , .T. ) BUT , THIS IS NOT EXECUTED , MSGINFO HAS NO EFFECT !!!!!!!!! Frank Try this codeblock : @ nRow, nCol COMBOBOX oCbx VAR cPav PIXEL UPDATE VALID !empty( cPav ) OF oDlg SIZE n, nFh * 4 aeval( MyArray, { |x| aadd( oCbx:aItems, x[ 2 ] ) } ) // for multidimensional array . or aeval( ...
by Rimantas
Tue Oct 18, 2005 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox , changing aitems dynimacaly
Replies: 1
Views: 1367

Re: ASC bug - re: Barbara THIAM's post

... equal to "" when Set Exact is On, with the version of xHarbour i use. I could give you others informations to debug xHarbour today, if the latest update was in my pc. It's not only for help you, i am before all interested to create the 32 bit version of my sofware. If i can accelerate the processus ...
by Badara Thiam
Mon Oct 17, 2005 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 11044

Re: Folders

... // This is a get that belongs to that main dialog REDEFINE GET cFecha ID 103 FONT oFont3 OF oDlg PICTURE "@d" UPDATE // This are controls that belongs to the first folder REDEFINE GET oNumdoc VAR cOcNum ID 101 FONT oFont1 OF oFld:aDialogs[1] ; VALID Valnumdoc(oFld,lNew,cXoc,@cOcNum,cEjercicio,oNumdoc,cOcOf) ...
by DanielPuente
Thu Oct 13, 2005 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folders
Replies: 4
Views: 2361

remote access dbf over IP address

... server) - install xBase plugin which support Clipper/Foxpro commands (eg: AFP or others) - write html script in html+javascript+Clipper/Foxpro to update dbf/cdx The speed depands on line connection and the server pc. Regards tnhoe
by tnhoe
Sat Oct 08, 2005 8:21 pm
 
Forum: FiveWin for CA-Clipper
Topic: How to open file in specificatio IP instead of Drive Letter
Replies: 4
Views: 1864

Auto Fill Combo box

We'll try this again. Does anyone have an update for a combo box ( CBS_DROPDOWN ) that will autofill the data from available items or allow a new item to be entered ?

Tim :roll:
by TimStone
Fri Oct 07, 2005 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Auto Fill Combo box
Replies: 1
Views: 1107
Previous

Return to advanced search