Search found 119 matches: variant

Return to advanced search

Re: Error sending email

... immediately after displayng the dialog, so the param seems to behave as expected Syntax: expression. Display( _Modal_ ) Parameters: Modal Optional Variant True to make the window modal. The default value is False. Roberto
by chiaiese
Fri Aug 11, 2023 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 792

simple image viewer - sample

... Description: This program appears to be written in Harbour, a language that is a modern, open-source variant of the older Clipper language. The program uses the FiveWin library, which is a popular library for creating GUI applications in Harbour. Let's ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: ACROPDF

... [out] PTR, [out] PTR, [out] PTR ) STDCALL dispatch PROPERTYGET BSTR src() STDCALL dispatch PROPERTYPUT void src( [in] BSTR ) STDCALL dispatch FUNC VARIANT_BOOL LoadFile( [in] BSTR ) STDCALL dispatch FUNC void setShowToolbar( [in] VARIANT_BOOL ) STDCALL dispatch FUNC void gotoFirstPage() STDCALL ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 542

Re: Funcion de MySQL nativa en codigo

... correct DateTime value at the time of insertion of the row. This value will not change when any fields of the record are modified. See another variant: CREATE TABLE mitabla (   momento DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,   `modify_dt`  TIMESTAMP DEFAULT CURRENT_TIMESTAMP ...
by nageswaragunupudi
Mon Oct 03, 2022 11:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion de MySQL nativa en codigo
Replies: 14
Views: 1048

Re: edit a cell of a xbrowse

This is another variant. Please check: #include "fivewin.ch"function Main()   local aData := { { 1,2,3 }, { 4,5,6 } }   local oDlg, oBrw, oFont   local ...
by nageswaragunupudi
Sat Jun 11, 2022 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 695

Re: Help with ascan

Otto wrote:Hi Max,
Thanks for the speed test with the HASH variant.
Best regards and a nice weekend,
Otto


perhaps U wrong topic ..... :)
by Silvio.Falconi
Fri May 13, 2022 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with ascan
Replies: 16
Views: 915

Re: Help with ascan

Hi Max,
Thanks for the speed test with the HASH variant.
Best regards and a nice weekend,
Otto
by Otto
Fri May 13, 2022 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with ascan
Replies: 16
Views: 915

Re: FW Preview Menu

... I tried to open the oReport with and without preview. I didn't find out how this works with the oReport and then I chose a simple variant. In the source code I looked and I think there it is lScreen. Best regards, Otto if Setup():lReportPreview = .t.    REPORT ...
by Otto
Thu May 05, 2022 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview Menu
Replies: 6
Views: 504

Re: Finding the elements of an array in another array

... )   local nAt    := 0   local nCount := 0   do while ( nAt := hb_At( c, cStr, nAt +  1 ) ) > 0      nCount++   enddoreturn nCount*/  Another variant: function CubeAndLine2()   local aCube := { { 0, 0, 0 }, { 1, 0, 0 }, { 0, 1, 0 }, { 0, 0, 1 ...
by nageswaragunupudi
Tue Aug 24, 2021 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 833

Documentation for variables - what form should it be?

Hi, This is more of a brainstorming question, rather than anything technical. I'd like to stop using my variant of hungarian notation, because it doesn't really look presentable, and it doesn't fit in with standard modern practice. The way I write variables is like Account_Number_n ...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: ResEdit y Borland 7.4

... my forms. I came up with a windows batch file to combine all ..rc files into a single monolithic .rc which I then compile into .res. This is a variant if the rc2dll32.dll.bat file : @Echo Off DEL LeaveW32.RC DEL LeaveW32.RES COPY *.RC LeaveW32.RC C:\BORLAND\BCC74\BIN\brcc32 -iC:\BORLAND\BCC74\include ...
by Rick Lipkin
Mon May 18, 2020 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2261

modHarbourPress Blog

Good Morning I have now done two tests, one with datatables and one with navigation through scrolling. I still have the problem that the variant with scrolling for smartphones is not yet working. Then I think that a combination of both navigations is needed for the actual release. (bearbeitet) ...
by Otto
Wed Mar 25, 2020 4:14 pm
 
Forum: mod_harbour
Topic: modHarbourPress Blog
Replies: 0
Views: 263

Re: llamar funciones de DLL

zkemkeeper.ZKEM.1 STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) STDCALL dispatch FUNC void GetTypeInfo( [in] unsigned int, [in] unsig...
by Antonio Linares
Sat Feb 01, 2020 7:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4600

Re: llamar funciones de DLL

Antonio, una ultima consulta, como puedo recuperar los datos de una función como esta: VARIANT_BOOL GetAllUserInfo(LONG dwMachineNumber, LONG* dwEnrollNumber, BSTR* Name, BSTR* Password, LONG* Privilege, VARIANT_BOOL* Enabled) supongo que los parametros con "*" son por referencia, pero no ...
by Marcelo Via Giglio
Thu Jan 30, 2020 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4600

Re: Multiple Dimension Array in Combobox

... here, but actually the VAR is a field of a data object, and 2) the dialog is actually on a folder page. I have also tried this using the DBCOMBO variant, with two arrays, using ITEMS and LIST. Again, it displays correctly but returns the value of the dropdown list rather than the single letter ...
by TimStone
Wed Aug 28, 2019 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4026
Next

Return to advanced search