Search found 776 matches: assign

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... using different colors and penstyles. - New DATA nClrFocusRect. Programmer can use any solid color for drawing the focusrect. If the value -1 is assigned, Windows API function DrawFocusRect() is used like other styles of btnbmp. - New DATA nPenFocusRect: DEFAULT PS_SOLID. Programmer can assign ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 22

xBrowse with UrlLink

...  MsgInfo("Opción Tres")Return(NIL)//-------------------------------------------------// Question : How to assign a HAND cursor over a specific column ? Regards,
by Cgallegoa
Tue Feb 27, 2024 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 194

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel thx for Answer there is in CLASS TTaskPanel   DATA   lCollapsed      INIT .F. and it will be assign Value in METHOD LButtonUp(nRow, nCol, nFlags ) CLASS TTaskPanel but there is no Codeblock-Slot like bLButtonUp which will "react" ...
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 475

Re: RC to PRG generator

... same screen. For example, when using folders, I have a master dialog, and each folder has its own dialog. So, you may wish to include an option to assign a name for the dialog that will be used by the program when it creates each control. Tim
by TimStone
Mon Feb 12, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1199

Re: JSON2DBF adapter

... as long as there are no dates in the DBF. I am concerned about what happens if the DBF and JSON do not have the same structure. We also need an assigning part within this function. You should be able to assign a key/value pair from the hash you receive from JSON to a specific DBF column with ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: SAPI : change Voice

... mode: https://github.com/FiveTechSoft/harbour_app_msvc64_sources I have been debugging the Harbour code and it seems as when we try to assign oVoice:Voice if fails though it admits "Voice" as a valid message Its strange, but we have been unable to find a way to solve it for ...
by Antonio Linares
Fri Jan 26, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3559

Re: Have the parameters Selecting a printer

... another topic when the end user selects the printer the computer changes some vital parameters for printing among which xOffset and Yoffset if I assign the value 0 to these parameters the printer puts the value 94.94 I need to Know PaperWidth PaperHeight TopMargin LeftMargin PageBreak Orientation ...
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 694

file ID in the Windows file system

... a File to the ID:** - **Effect on File ID**: If you rename a file to anything, including a name that looks like its File ID, the actual File ID assigned by the file system does not change. The File ID is a unique and stable identifier for the file within the same volume and is managed by the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: copy a row of xbrowse

... WHEN !Empty( aCopy ) ACTION ( oBrw:Lock(), FOR EACH aRow IN aCopy aRow[1] := codsep, // Set new codsep aRow[8] := 0, // Reset record number or assign a new unique ID aAdd( oBrw:aArrayData, aRow ) // Add to the xBrowse array NEXT, oBrw:Unlock( .t. ), aCopy := NIL, // Reset aCopy oBrw:RefreshCurrent(), ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5786

Ayuda, busqueda incremental

... RESOURCE "validastkw" TITLE "Consulta de Stock" redefine get obusco var xbusco ID 171 picture "@!" on change ( ::assign(), oRS1 := buscosql( oBrw, xbusco, obusco, oRS1 ), oBrw:recset := ors1 ) of odlgSTK REDEFINE combobox oOrden var xOrden items tOrden ID 212 on ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 313

Re: Help splitting up a character address string

... cAddress = "258 Shoreline Drive, Columbia, SC 29212" # Split the address into components components = cAddress.split(", ") # Assign each component to its respective variable cStreet = components[0] cCity = components[1] cStateZip = components[2].split(" ") cState ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: DBF . Commit

... cPath + "CUSTOMER" ) EXCLUSIVE VIA "DBFCDX"   FW_CdxCreate()   CLOSE DATA   ? "Finish"return nil Please assign your network path of the folder containing the customer.dbf to the "local cPath :=" Then build and run the program. Now I am giving ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

Re: xBrowser click

I would like to know if it is possible to assign an action when clicking just once on a cell in the xBrowser, You can assign an action to code-block: oBrw:bLClicked := { |row,col,flags,brw| youraction( ... ) } The default behavior ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 931

xBrowser click

Hi guys good morning! I would like to know if it is possible to assign an action when clicking just once on a cell in the xBrowser, and another question is about the SetDlgGradient command, when dividing a screen as follows: SetDlgGradient( { { 0.9, CLR_WHITE, ...
by oliveiros junior
Wed Oct 11, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 931

XBROWSER Buttonbar Hotkey ?

hi,

is it possible to assign Hotkey for Buttons in Buttonbar of XBROWSER :?:

i like to use Keyboard and not Mouse in a "normal" App
for "edit" i like to use CTRL-E or F2
for "Append" CTRL-A
by Jimmy
Mon Sep 04, 2023 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER Buttonbar Hotkey ?
Replies: 0
Views: 208
Next

Return to advanced search