Search found 844 matches: multi

Return to advanced search

Re: Question about performance RowSet

... cSql, [aParams], [lReadOnly] ) Execute aData := oCn:Execute( cSql, [aParams] ) We get the data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: Question about performance RowSet

... cSql, [aParams], [lReadOnly] ) Execute aData := oCn:Execute( cSql, [aParams] ) We get the data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

file ID in the Windows file system

... **Permissions**: Make sure you have the necessary permissions to access the file and run these commands, especially if you are in a restricted or multi-user environment. - **File System**: The concept of a File ID is specific to certain file systems like NTFS. Ensure that the file system of the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 530

Re: Using Microsoft AI Phi-2 from FWH

... the project tree, right click on build_info, select properties and in C/C++ "code generation", "runtime library" select "Multi-threaded (/MT)" 8. On the project tree, right click on common, select properties and in C/C++ "code generation", "runtime ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6936

Re: xBrowse - Dates - FWH 2310

... 22H2 in a VM. The data is stored in a MLS12s folder on the "server" which could be any type of machine, or for a single install ( not multi user ), it is on the same machine. The Client consists of an .EXE, and multiple supporting files ( .lic, .ini, .dll, etc. ) placed in the MLS12c ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1230

New FTDN October/Octubre 2023 (FWH 23.10)

... 16. - New function FW_AceVer() Return the version of ACE.OLEDB installed ( 12 or 16 ) and 0 (Zero) if not installed. * Added Dutch language to multi-lang support for Excel (see olefuncs.prg) * Image functions: (imgtxtio.prg) - Enhancements: FW_ReadImage() and FW_DrawImae(). If the parameter ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3576

Re: Headers in xBrowse

Sorry, multi-headers not possible
by nageswaragunupudi
Fri Oct 20, 2023 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Headers in xBrowse
Replies: 6
Views: 389

Re: Using Windows Copilot from FWH apps!

Dear Antonio, Thank you for dedicating so much time to the topic of AI for us and making it accessible to us. Now it's getting insane. I took a screenshot of the login screen from the video and asked ChatGPT to create such a screen for me. Best regards, Otto https://www.facebook.com/grou...
by Otto
Tue Oct 17, 2023 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Windows Copilot from FWH apps!
Replies: 6
Views: 559

Re: Is there any feature to select multi line in xbrowser

aSel :=oBrw:aSelected
XBROWSER aSel
by FranciscoA
Tue Oct 03, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 323

Re: Is there any feature to select multi line in xbrowser

If I understand correctly, then you want to show only certain deadlines in the browser?
Then use :aFilter / :Refresh()
by Natter
Tue Oct 03, 2023 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 323

Is there any feature to select multi line in xbrowser

Hi, I have an array like this. aList := {{"Albert",50},{"John",45},{"Antonio", 55}} I can show this array via xbrowser XBROWSER aList SLNUM TITLE "List" Can I also select and than show selected lines, more than one line ...
by Horizon
Tue Oct 03, 2023 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 323

Choise : Windows server standard 2022 versus essential 2022

I need to make a dessission about my server software. Windows Server 2022 Standard,16CORE,FI,No Med,No CAL, Multi Language + 1.233,26 € Windows Server 2022 Essentials,10CORE,FI,No Med, No CAL, Multi Language + 467 € And a 5 pack of CAL = + 230 euro. I will also forsee a VPN connection. ...
by Marc Venken
Wed Aug 30, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1209

oBro:EditSource() vs. oBro:Edit()

... have LEN = 255 oBro:EditSource() will display Type "C" as "single line" oBro:Edit() will display Type "C" as "multi line" when type into oBro:EditSource() Type "C" it make Problem with German Umlaute you can use "single Umlaut" like ...
by Jimmy
Tue Aug 15, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBro:EditSource() vs. oBro:Edit()
Replies: 0
Views: 153

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

in multi-User Environment 2 User can APPEND "same" at "same Time" so i can´t use Information like "First+Last" as "Key" you need a PRIMARY KEY Type SERIAL where nextVal() ( NOT currval() ...
by nageswaragunupudi
Sat Aug 05, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 706

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... + xTable + "_pkey PRIMARY KEY ( ´serial´ )" --- i wonder how to "identify" a Record without UNIQUE "id" :?: in multi-User Environment 2 User can APPEND "same" at "same Time" so i can´t use Information like "First+Last" as "Key" ...
by Jimmy
Sat Aug 05, 2023 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 706
Next

Return to advanced search

cron