Search found 143 matches: pick

Return to advanced search

Re: GetHostByName( GetHostName() )

... VMware adapters present, your system can have multiple IP addresses assigned, each potentially belonging to different subnets. GetHostByName might pick the address associated with a different adapter than the one you intend to use. Here are some approaches to get the local IP address on the desired ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: FW: Funcionalidad para Mysql y Mariadb

I have never used mariadb, but in mysql, this file is in the directory \program files\mysql server 5.7\share\english
You have to pick up this in somewhere you have a mariadb server installed.
by vilian
Thu Jul 20, 2023 11:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 1987

Re: hbmk2 problem

Unfortunately, that did not resolve the problem. I also took the the .prg file and moved it to the top of the list so it didn't pick up any redefines from other files as it was compiling ( if that's a thing ). It still has the same, original, error with that seek( x, y ) function. It doesn't ...
by TimStone
Mon Jul 17, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 756

Re: Xbrowse : Tooltips timers

... supercedes oCol:bTooTip, which is depricated. Using bToolTip requires the programmer to write a separate function to naviato the mouse over row, pick the text and re- navicate to the current row, which is confusing and error-prone. In case of bCellToolTip, xbrowse first navigates to the mouse ...
by nageswaragunupudi
Mon Jun 12, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 231

Re: Set RADIO Theme OFF

hi,
karinha wrote:I love playing with FIVEWIN. hahahahahaha.

hi,

that is nice using GOLD Font :)

at that place, above RADIO Buttpn, i have 2 x Listbox() to "pick" FIELD
Image
i will release Picklist() in other Thread
by Jimmy
Mon May 01, 2023 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 548

XBROWSE FIELDS with Name in Array

hi, i want to "pick" Name of FIELD from DBSTRUCT() an use it with XBROWSE now i have Names of FIELD in Array but how to pass it to XBROWSE :?: 90, 10 XBROWSE oBrw1 FIELDS One->First, One->Last ; this Style need to "know" ...
by Jimmy
Thu Apr 27, 2023 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 784

FiveWin to HTML

... friends, I'm developing functions and classes to convert my application to pages automatically. At the moment I'm trying to find an initial way to pick up a window in.RC with all the controls and redraw it on page. By examining the oDialog object I can see all the controls and their properties. ...
by Ari
Thu Nov 10, 2022 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin to HTML
Replies: 5
Views: 517

Problems with Preview

... my application using a Remote Desktop Connection. No matter what I do it won't save the document as a PDF, even if I choose the Print option and pick a PDF writer as the printer. I suspect it has to do with where the meta file created by the Preview function is stored, although thats just a hunch. ...
by dtussman
Tue Nov 08, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 810

Re: System info, Tips & Tricks, scharing project info

Otto, However, it appears that Marc's routine allows the user to pick the fields for the replace. This eliminates the possibility of using an index. So he has to use a plain filter which requires reading the entire database. And this requires the database ...
by Marc Venken
Sun Jan 16, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: System info, Tips & Tricks, scharing project info

... have to do a new SEEK after each replace until the SEEK doesn't find any more matches. However, it appears that Marc's routine allows the user to pick the fields for the replace. This eliminates the possibility of using an index. So he has to use a plain filter which requires reading the entire ...
by Marc Venken
Sun Jan 16, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: System info, Tips & Tricks, scharing project info

... have to do a new SEEK after each replace until the SEEK doesn't find any more matches. However, it appears that Marc's routine allows the user to pick the fields for the replace. This eliminates the possibility of using an index. So he has to use a plain filter which requires reading the entire ...
by James Bott
Sun Jan 16, 2022 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: How to Create a Web Page - Pizza Restaurant

... code, then I cut the program into small pieces like with scissors. I then work with these small sub-programs and before putting them online, I pick the sub-programs back together. But so far, there is no interest. But I am very productive with it. Best regards, Otto https://winhotel.space/harbourino/harbourino.pdf
by Otto
Fri Jul 16, 2021 8:41 am
 
Forum: mod_harbour
Topic: How to Create a Web Page - Pizza Restaurant
Replies: 5
Views: 1000

Re: Error log location

... modifying the path this way: local cMyPath := ".\" I will instead modify it this way: local cMyPath := SetErrorPath() This way it will pick up the static path already being set with the call SetErrorPath( cLogDir ) This might be a change to consider making in the fivewin code. Thanks ...
by rhlawek
Thu Jun 24, 2021 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Re: A slider solution to adjust the color brightness ?

Dear Antonio, now I'm using a double-solution for the color-adjustment 1. on image-click 2. optional on slider-position the sliderposition is adjusted to the position on imageclick the clickposition inside the slider must be the same like inside the image :!: the column-position is a given value Pic...
by ukoenig
Fri Jun 04, 2021 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A slider solution to adjust the color brightness ?
Replies: 2
Views: 475

Re: funcion FW_CdxCreate() (SOLUCIONADO)

... SHARED VIA "DBFCDX"FW_CdxCreate( "STATE,AGE", .t. )SET ORDER TO TAG FIRSTGO TOP@ r,c XBROWSE .....  XBrowse will pick up all required index tags from both customer.cdx and also the memory index.
by nageswaragunupudi
Tue Apr 13, 2021 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion FW_CdxCreate() (SOLUCIONADO)
Replies: 4
Views: 572
Next

Return to advanced search