Search found 181 matches: attempt

Return to advanced search

Re: RC to PRG generator

... positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, and I eventually gave up on the attempt. It's interesting that I can't find any RC2HTML converters on the web. I tried with JavaScript. First, I made a JSON but now I have the elements ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: JSON2DBF adapter

A first attempt. Maybe someone can help improve it: #include "FiveWin.ch"REQUEST DBFCDXFunction Main()LOCAL cJsonFile := "_Data.json", nHandleSET EXCLUSIVE OFFdbUseArea(.T., "DBFCDX", ...
by Cgallegoa
Sun Feb 04, 2024 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: "Save As" dialog box

First attempt, using ShellAPI function SHBrowseForFolder() Needs improvement with the guidance of masters. #include "fivewin.ch"function Main()   ? "start"   ? shbrwfolders( "c:\fwh" ...
by nageswaragunupudi
Sun Jan 28, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1838

Re: phpBB to LLM

... i9-10920X CPU @ 3.50GHz, 3504 MHz, 12 core(s), 24 logical processor(s) Data carrier: Samsung SSD 970 EVO Plus 1TB 64GB RAM NVIDIA RTX 2080TI First attempt, without GPU support (because I didn't know any better): Python installed, first 3.12 (does not support torch, then downgraded to 3.11.7) Torch ...
by alerchster
Wed Dec 27, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Fancy Dashboard

... it with live data. I have a lot of experience working with WINHOTEL using HYPER and Mod Harbour. However, with the introduction of webview, I will attempt to utilize the same code for the user interface in Mod Harbour as Fivewin. Best regards, Otto
by Otto
Wed Jul 05, 2023 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 788

Native access to Sqlite3

... http://www.ch-werner.de/sqliteodbc/ Some clients were reluctant to install third-party software on their computers. Therefore, in an attempt to access sqlite3 databases natively, I have created two classes, which I am attaching along with a small example of usage. However, I haven't ...
by alvaro533
Wed Jun 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1077

Re: XBROWSE Column Question

... the header sorts the data in descending order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 provides a way to sort such columns too. We discuss it in another topic. ah, i did not know OrdDescend() as Xbase++ does ...
by Jimmy
Wed May 10, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

... the header sorts the data in descending order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 provides a way to sort such columns too. We discuss it in another topic.
by nageswaragunupudi
Wed May 10, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: Forcing to unlock a record

... ads that must be observed when locking a record. In a situation where we use a register to follow a sequence of numbers automatically and in the attempt at the exact moment another user is executing the addition of the number (Example) the register must be refreshed. In my tAds class this is ...
by Giovany Vecchi
Thu Dec 01, 2022 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: OLE with Excel.

I find many problems with using OLE with Excel. I believe it is because Excel is running in the background when I attempt to launch a new instance. I attempted to use IsExeRunning("Excel",".",.f.) including many versions with case "EXCEL", and "excel" ...
by nageswaragunupudi
Tue Oct 18, 2022 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 400

Re: OLE with Excel.

hi Byron, I believe it is because Excel is running in the background when I attempt to launch a new instance. how do you "close" OLE Connection to Excel ?   // Start Excel   oExcel := CreateObject( "Excel.Application" )   ...   // Quit ...
by Jimmy
Tue Oct 18, 2022 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 400

OLE with Excel.

I find many problems with using OLE with Excel. I believe it is because Excel is running in the background when I attempt to launch a new instance. I attempted to use IsExeRunning("Excel",".",.f.) including many versions with case "EXCEL", and "excel" ...
by byron.hopp
Tue Oct 18, 2022 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 400

Re: XBROWSE and any Key

bSeek is automatically generated by XBrowse internally, depending on the type of database (i.e., array,dbf,tdbf,ado, etc.)
Better not to attempt preparing our own bSeek.
by nageswaragunupudi
Sun Jul 31, 2022 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 702

Re: FW Preview user style

... method? We can. But here in the forum, this is always dismissed as spaghetti code. Maybe if some went along with the "Spaghetti Code" attempt, we'd have more help from the "application developer segment" and visually, a preview that matches WINDOWS 11. Best regards, Otto
by Otto
Sun May 08, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: New Fivewin with new PDF

... Could not send message;Error: 1;SubC: 1006;OSCode: -2147352573;SubSystem: WINOLE;Message: Argument error This seems to happen right when I attempt to attach the file using the oEmailMsg:AddAttachment method. If I don't include an attachment the email sends fine. Is there a way to get better ...
by byron.hopp
Mon Apr 04, 2022 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938
Next

Return to advanced search