Search found 185 matches: references

Return to advanced search

Re: Extending SetScope()

... the filter first, it wasn't working. I'm sure it was how I implemented it. I, too, would appreciate some examples of these. Links to previous references on this forum would be fine. Tim
by TimStone
Sat Oct 19, 2024 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 561

Re: Need Help giide for my program

... else ACTIVATE WINDOW oWndDeposits MAXIMIZED endif else oWndDeposits:SetFocus() endif return nil In this function, make sure that all the database references, field names, and other specifics match your deposits setup. Additional Steps: Create and Index Deposits Database: Ensure you have a deposits.dbf ...
by Otto
Fri Jul 19, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2346

Re: paste one DC on second DC

hi,
Natter wrote:Jimmy, I compiled your example. References to bt_bmp_adjust_rect and HMG_parnl are not recognized

replace HMG_parnl() with hb_parnll()

you will find HB_FUNC( STRETCHBLT ) in Fivewin \source\winapi\bmpdraw.c
by Jimmy
Thu Jun 06, 2024 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: paste one DC on second DC
Replies: 5
Views: 437

Re: paste one DC on second DC

Jimmy, I compiled your example. References to bt_bmp_adjust_rect and HMG_parnl are not recognized
by Natter
Thu Jun 06, 2024 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: paste one DC on second DC
Replies: 5
Views: 437

Re: Convert a print to Rtf or doc

... Tags defining the document's structure, such as section headings, footnotes, endnotes, margin notes, etc. Elements like Tables and Images: References to other files in the DOCX archive that contain images, tables, and other non-text elements. Special Tags: These are used to represent special ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 5273

Re: Help splitting up a character address string

... information about the syntax and usage of Harbourino, particularly within the context of mod_harbour and Fivewin, is somewhat scarce. The few references found in online forums suggest that Harbourino is a tool used to enhance code readability and manageability, particularly in web and GUI ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 1633

Re: SetAutoHelp

I actually resolved this. I created a new .prg called UserHelp. I then changed the key settings to F2, and AutoHelp to UserHelp references. I included only the functions through IsHelpFile( ). I modified the call to SetUserHelp( ). I then linked in the new .prg. Now I have both context ...
by TimStone
Fri Nov 03, 2023 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 261

Re: Convert

... Unfortunately, this function is working in xHarbour only and not in Harbour. Even there the limitation is that the codeblock should not have any references to local/static variables and static functions.
by nageswaragunupudi
Thu Sep 07, 2023 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 785

Re: Create help system with F1

... or "published." This field can assist in managing the workflow and visibility of the help content. Related Topics: A field that stores references or links to related help topics. This field allows you to establish connections between different topics, enabling users to navigate seamlessly ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 1482

Re: ayuda por favor con REPrintBox5

... https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35301&start=0 Regards, saludos. Mr Karinha These references are outdated and are misleading now. Okay Master Rao, thanks for the information. Regards, saludos.
by karinha
Fri Jun 30, 2023 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ayuda por favor con REPrintBox5
Replies: 8
Views: 855

Re: Connection to XPlane Flight Simulator

... in 2009 for a previous version of the simulator, which I am now updating for the current version of X-Plane. The simulator currently has 5224 data references, called datarefs, which you can view on this website: https://www.siminnovations.com/xplane/dataref/ These data range from aircraft ...
by alvaro533
Thu Jun 08, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1736

Re: Xbrowse : oBrw:ToArray (How to do it)

I need the productid to scan into a other database for references... With the array I do a simple for next loop I think we can not do something like this (funny code, but you know what I mean, i hope) for i = 1 to len(oBrw:adata) // like to process ...
by Marc Venken
Wed Apr 12, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 1639

StyleBrowse( oBrw ) ???

The FiveDBU.prg in Samples references a function StyleBrowse( )

I cannot find that function anywhere. Is anyone familiar with it ?

Thanks.
by TimStone
Tue Dec 06, 2022 3:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: StyleBrowse( oBrw ) ???
Replies: 8
Views: 724

Re: Version Info

...   BEGIN        VALUE "Translation", 0x0409, 1200    END END  According to several references, there is no value for a 64 bit OS, so using the value for NT will work. Some of the discrepancies I found had to do with the values before ...
by TimStone
Thu Nov 03, 2022 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version Info
Replies: 6
Views: 591
Next

Return to advanced search