Search found 178 matches: initially

Return to advanced search

Problem with valid email refresh btnbmp- RESOLVED

I can't get a bt bmp control to update from a tget control that has a valid to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the logical value is false ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2369

Re: Create a Panel width a text

...     oExbar:Refresh() Jimmy, It seems strange to me that if Nages said to use the fw_saytext function then it doesn't work, because initially in the section_advice() function the fw_saytext function works well in fact it shows the initial message then if you see well I replaced the ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3185

Re: Create a Panel width a text

... emust be showed and not scrollabled Nages the function CalcTextHeight( hDC, cText, oFont, nWidth ) run ok (thanks) but my problem is another Initially the message is made up of two lines, when the message is modified in the ShareBoard() function the procedure must calculate the right height ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3185

SetArray xBrowser

... it returns the description of that element in the first line and column, but it does not renew the image, keeping the first line with the 3 images initially placed. Is the procedure correct? Thanks, Oliveiros Junior
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 275

Re: Lost connection to MySQL server during query

Our FWH maria library initially connects to the server with MYSQL_OPT_RECONNECT option. As many other users advised, time out or sleeping and any such reasons are irrelevant. Even if timed out, any communication with the server ( eg ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12374

Re: Actualizar xBrowse con un Clic del ratón?

Code: Select all  Expand view
oCol:VarPut( newValie _


For pasting initially set
Code: Select all  Expand view
oBrw:lCanPaste := .t.

Then, you can copy any text any where and then press Ctrl-V in the active cell. The value is pasted and browse updated.
This applies even for pasting images in memo fields.
by nageswaragunupudi
Fri Aug 18, 2023 12:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1353

Re: How to print character sigma in Haru?

... Instead of GetHaruFontList(..) you may use oPdf:aTTFFontList Initially, FWPdf is loaded with this list +-----------+----------------------------+|Arial      |C:\WINDOWS\Fonts\arial.ttf  ||Verdana ...
by nageswaragunupudi
Wed Aug 16, 2023 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 322

Re: To Rao : Panel Scroll position Falled

Antonio, Rao, watch this video https://i.postimg.cc/Cx6w2B0H/g.gif initially I select a date range and select as element "umbrella" and insert 2 of them I scroll the scrollbar up and down then I select the "palm" element and insert ...
by Silvio.Falconi
Tue Jun 13, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao : Panel Scroll position Falled
Replies: 1
Views: 135

add items on ScrollPanels

I need to add items to a scrollpanel initially the dialog inserts only one item, but if the user press the 2 or 3 button he can insert 2 or 3 items https://i.postimg.cc/QdQw6GFV/gg.png the test I made add the items the second ...
by Silvio.Falconi
Thu Jun 08, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add items on ScrollPanels
Replies: 2
Views: 164

change the ndatalines (xbrowse) on line - RESOLVED -

Initially a test line in the browse consists of a single example line WITH OBJECT oBrw IF lmore :nDataLines := 2 ELSE :nDataLines := 1 ENDIF ... END  :bStrData := { || oDbf:Street + CRLF +oDbf:city+" "+ oDbf:state ...
by Silvio.Falconi
Fri May 12, 2023 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 250

Re: XBROWSE Column Question

... uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse. XBrowse uses this information to do AutoSort what about Function in Indexkey() like STRZERO() :?: it does work when have ...
by Jimmy
Mon May 08, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 871

Re: XBROWSE Column Question

STATIC FUNCTION StripFunc( cSeek )


XBrowse automatically uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse.
XBrowse uses this information to do AutoSort
by nageswaragunupudi
Sat May 06, 2023 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 871

Re: Convert code to FWH

Hello Antonio,

Thank you so much! Initially we are looking to read certain values to determine status of a device, simply 0 or 1 (on or off).

Thank you again!
by cdmmaui
Sat Apr 29, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 956

lose focus on buttonbar

i have a simple dialog with a buttonbar and 8 buttons initially only the first 6 buttons are shown if the user changes the buttonbar type it must show only two buttons if the user restores the initial buttonbar he must put back the 6 buttons when the ...
by Silvio.Falconi
Thu Apr 27, 2023 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1120

Re: Pls recommend a Resource Editor

Thank you Rick. Always good to see you around. I guess there are more choices than I initially thought. That's a good thing.

Keep coding, my friend.

Reinaldo.
by reinaldocrespo
Sat Apr 22, 2023 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pls recommend a Resource Editor
Replies: 7
Views: 693
Next

Return to advanced search