Search found 39 matches: udata

Return to advanced search

Re: New FTDN April/Abril 2023 (FWH 23.04)

... y minúsculas y los valores de diferentes tipos de datos se ordenan según el tipo. * Nuevo: Nueva función FW_GetClipboardData( [[@]Format] ) --> uData Similar a FW_CopyToClipboard(...), esta función puede ser para obtener datos del portapapeles sin abrir y cerrar el portapapeles dentro de la ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1774

New FTDN April/Abril 2023 (FWH 23.04)

... are case insensitive and values of different datatypes are sorted on the type. * New: function FW_GetClipboardData( [[@]Format] ) --> uData Similar to FW_CopyToClipboard(...), this function can be used to get data from clipboard without opening and closing clipboard within the application. ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1774

xBrowse function

... XEval( bSetUp, oBrw ) Can you please post some sample code how these codeblocks could look like: bSetUp bSelect bValid Best regards, Otto XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ; bValid, cSerial, lNoModal, lAutoFit )
by Otto
Wed Aug 17, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse function
Replies: 4
Views: 648

Re: AUTOCODE

Hello friends, maybe someone knows a more effective way to resolve the string info variables? local cCode := 'XBrowse( uData , "This is my title, subtitle , test neu", .F. , bSetUp, aCols, bSelect, lExcel, lFastEdit,bValid, cSerial, lNoModal, lAutoFit )' Best regards, Otto ...
by Otto
Wed Aug 17, 2022 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOCODE
Replies: 7
Views: 493

AUTOCODE

... Here is a link to AUTOCODE https://www.youtube.com/watch?v=FKiJc6l3oW8 First I extend Autocode to use xBrowser- funciton: //XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ; // bValid, "SlNo", lNoModal, lAutoFit ) Best regards, Otto
by Otto
Wed Aug 17, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOCODE
Replies: 7
Views: 493

Re: xbrows function

... the xbrowse Customers Seek the cBrowse Start generating the browse oBrw:=xbrowse(xBrw->dbf,xBrw->title,xBrw->lSort,..... ) // XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit ) //more setup if possible if !empty(xBrw->Header) ...
by Marc Venken
Mon Dec 06, 2021 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrows function
Replies: 3
Views: 624

xbrows function

... if I had a non-modal xBrowser. I thought, maybe I can just change the source code. But you can transfer all of these parameters. XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit ) It is also interesting that you can get the ...
by Otto
Sat Dec 04, 2021 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrows function
Replies: 3
Views: 624

Re: Guardar y Recuperar Imagen Tdolphin

Hola.. yo lo hago así: LOCAL cTempZip:=GETENV("TEMP")+"\foto.zip",uData *comprimo el archivo para que no ocupe tanto espacio Hb_ZipFile(cTempZip,"nombre del archivo, del formato que sea",9,,.T.,.T.,) *lo guardo en la variable uData uData:=D_ReadFile(cTempZip) ...
by TOTOVIOTTI
Wed Nov 10, 2021 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar y Recuperar Imagen Tdolphin
Replies: 3
Views: 451

Re: "PROBLEMILLA" CON TCBROWSE FWH

... duda: Hay forma de condicionar con xbrowse las columnas?. Me explico. Hasta ahora lo que he visto es que me muestra todos los campos completos con uData. He visto que puedo cambiar las cabeceras de columnas con Header. Necesito indicarle, como lo hacía con Listbox, que un determinado campo me lo ...
by pacotre
Fri May 22, 2020 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "PROBLEMILLA" CON TCBROWSE FWH
Replies: 20
Views: 2248

Re: Error on Xbrowse()

HOLA

COMO PONGO LA BASE DE DATOS Y QUE PUEDA EDITARLA ETC..

XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit,bValid, cSerial, lNoModal, lAutoFit )



Saluditos :wink:
by AIDA
Tue Jan 22, 2019 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Xbrowse()
Replies: 5
Views: 974

Re: How to programmatically change a TCBrowse column's width?

... try: DEFINE COLUMN...WIDTH nWidth...[ PIXELS ] // general data columns #command DEFINE COLUMN <oCol> ; [ <dat: DATA, SHOWBLOCK> <uData> ] ; [ <tit: TITLE, HEADER> <cHead> [ <oem: OEM, ANSI, CONVERT>] ]; [ <clr: COLORS, COLOURS> <uClrFore> [,<uClrBack>] ...
by James Bott
Sat Sep 08, 2018 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to programmatically change a TCBrowse column's width?
Replies: 5
Views: 895

New FTDN June/Junio 2017 (FWH 17.06)

... - New Features: for use with databases and Arrays, create menu automatically MENU.CH #xcommand MENU [ <oObjMenu> ] ; .../... [ SELECT <uData> ] ; [ COLUMNS <aCols,...> ] ; [ LIMIT <nLimit> ] ; [ <lExpand: EXPAND> ] ; [ <lForm: NOFORM> ] ; [ HEADERS <aHeads,...> ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3962

Re: DateTime in SQL

You can try this

uDateTime := cValToChar( uData ) // uData ... data from SQL DateTime field
dDate := CTOD( uDateTime ) // Get a date
cTime := SUBSTR( uDateTime, 12,8 ) // Geta a time

Regards,
by avista
Wed Dec 16, 2015 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime in SQL
Replies: 3
Views: 686

Re: Input form

To change color

oGet:setColor( nClrFore, nClrBack)

To fill with data:

oGet:varPut( uData )
by James Bott
Thu Jul 23, 2015 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1711

Re: un poco de ayuda

... el comando para los GETs: #xcommand @ <nRow>, <nCol> GET <oGet> ;             [ VAR <uData> ] ;             [ OF <oWnd> ] ;             [ ...
by Antonio Linares
Mon Jul 13, 2015 8:54 pm
 
Forum: FiveTouch
Topic: un poco de ayuda
Replies: 9
Views: 3499
Next

Return to advanced search