Search found 493 matches: exact

Return to advanced search

Re: also error with btnbmp SHOWPOPUP

... a PopupMenu object. It looks like this function is returning NIL not a popup menu object. Please check the last line of this function. That is the exact reason for your error at this line in btnbmp.prg:       if ValType( oPopup ) == 'B'         oWnd:oPopUp:End()  // error here  ...
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1651

Re: records on xbrowse

... https://i.postimg.cc/FHdXGgsv/gggggg.png I want to have the exact number of pages displayed with the dimensions of the xbrowse and I need this to activate my buttons which you can see in the right corner under ...
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1638

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

hi Silvio, a question yPos := 0 this is no good because the first panel can init from 18 and not from 0 row I not found the exact variable perhaps ::nTop ? as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel() yes but the first position of ...
by Silvio.Falconi
Wed Feb 28, 2024 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 453

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

hi Silvio,
Silvio.Falconi wrote:a question

yPos := 0

this is no good because the first panel can init from 18 and not from 0 row

I not found the exact variable perhaps ::nTop ?

as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel()
by Jimmy
Tue Feb 27, 2024 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 453

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

a question

yPos := 0

this is no good because the first panel can init from 18 and not from 0 row

I not found the exact variable perhaps ::nTop ?
by Silvio.Falconi
Tue Feb 27, 2024 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 453

Controls behave different in Window as in Dialog

I noticed that many controls behave different in Windows oWnd as dialogs oDlg. Why is that ? Exact the same code, just this option : if cRun = "Dialog"  ACTIVATE DIALOG oMain CENTERED ;  ON INIT ( oWebView := TWebView():New(), oWebView:SetHtml( ...
by Marc Venken
Sat Feb 24, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 149

Re: SAPI : change Voice

Dear Jimmy,

Those are the different events info!

Please post here the exact code you are using and I will help you to process them
by Antonio Linares
Sun Feb 11, 2024 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3485

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

We have already faced this problem, do you remember? I do not get any errors and the generated EXE works fine. Please show the exact batch you are using to compile the sample, so I can test it here.
by Enrico Maria Giordano
Mon Dec 04, 2023 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2260

Re: To Nages: Record deleted but make error also

... to work AEval( oBrowse:aDeleted, { |a| IF(a[ 32 ] ==0, a[32] := len(oBrowse:aDeleted),nil) } ) also because the programmer checked for days the exact correspondence between fields and values in the fields and everything seemed fine except for the last field which in reality is not a field from ...
by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 275

Re: xBrowse - Dates - FWH 2310

... and placed the primary .EXE in the MLS12c folder 1. I never observed the problem on C1, but did see it occur consistently on C2 using the exact same .EXE. 2. I did not see it with earlier builds using FWH1207. It did occur with 1210 3. I rebuilt the application using FWH 1207. The problem ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1441

Re: Parameter for Timeout

hi Marc,

that is exact the Idea for "File-based" System and Network to reduce SMB Problem
by Jimmy
Thu Sep 21, 2023 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 772

Re: How to read settings in Word

Antonio,

I'm sorry, I wasn't able to solve my last problem yet, but I have a new question.

I need to read in my Fwh-application the exact position where my cursor is in a Word-document.
Later on I have to put the cursor back in its original position.

How can I do this?

Thx.
by driessen
Tue Aug 08, 2023 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 635

Re: Small Question about Word and FWH

... from Application 1 indicates that a document is open in jWord, skip calling cWord:Quit() to avoid closing the shared document. Note that the exact implementation details may vary depending on the programming languages and frameworks you're using for both applications. Make sure to consult ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1146

Create solid color bitmap array

...       MESSAGE "Enter the technician, or service area, for this appointment"  It works, but the colors are not exactly what I want. I have the exact RGB values for the ones I want. Does FWH have the ability to build an array of colors ( instead of bitmaps ) that ...
by TimStone
Tue Jul 11, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 323

Re: FiveWin on Apple/Mac works great

Dear All ,

Is this same as FWH Windows ? I mean same/exact syntax as FWH Windows.

Thanks
Shridhar
by shrifw
Sun Jul 02, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 751
Next

Return to advanced search