Search found 1068 matches: means

Return to advanced search

phpBB to LLM

... Open a free account at HuggingFace, create a dataset and upload forums.json. If you can properly inspect the forums.json from HuggingFace then it means that forums.json is ok. The structure of the generated json file is as follows: [   {  "topic": the title of the topic,    ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 5133

Re: add a line in the print report

... https://mybergland.com/fwforum/regionen_clip4.jpg if you need chatgpt to create an html report it means you are not a real programmer https://i.postimg.cc/L8jgknQ8/hhh.png IT is easy DbftoHtml(Customer.dbf)
by Silvio.Falconi
Tue Dec 12, 2023 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 629

Re: Classe TGif

Dear Oliveiros, The kind of GIF file that is needed is a standard GIF file that follows the GIF89a specification. This means that the GIF file should have the following characteristics: It should have a header that identifies the file as a GIF file and specifies the version of the ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1783

Re: check on get

... exist Code: Error occurred at: 27-11-2023, 11:06:45 Error description: Error BASE/1004 Metodo non disponibile: LCHANGED Args: [ 1] = U This error means that oGet is NIL Nages, I tried with Aeval( aGet, { | o | if(o != nil .and. o:IsKindOf( "TGET" ) .and. o:lChanged,lAsk := .t.,.f.) } ...
by Silvio.Falconi
Thu Nov 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4132

Re: check on get

nageswaragunupudi wrote:
I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL


Can you make a sample with lChanged pls ?
by Silvio.Falconi
Mon Nov 27, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4132

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL
by nageswaragunupudi
Mon Nov 27, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4132

Re: Calculate total pages

... like direct printing to printer and using HarruPdf, Mr. Marco's suggestion may be useful. PRINT oPrn NAME "My Print" CALCULATE That means, first a dry-run to count pages and then final run using the count. But whatever we do, this should be transparent to the programmer and should ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 6164

Re: FIVEWIN power - a room planer video

I can now recognize the overlapping, both when I insert a bar with the mouse and when I make changes via the modal dialog. This means that the first check is now already done in the JavaScript part. When I then save the dataset, it is checked again in the Harbour-Script. https://mybergland.com/fwforum/over.gif
by Otto
Sun Nov 19, 2023 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11569

Re: TFileXLS

What means ?
break within a cell


Change cell properties or programmatically enter text with a line break ?
by Natter
Fri Sep 29, 2023 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 475

Function to Search on dDf with Tdatabase

... these parameter Check_in Check_out morning evening for the date field (Check_in,Check_out) are passed at search time morning and evening fields means whether they are busy in the morning or in the afternoon or all day sample by default ( all day) morning := .t. evening := .t sample of Record ...
by Silvio.Falconi
Fri Sep 15, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to Search on dDf with Tdatabase
Replies: 0
Views: 213

Re: ERROR function FW_ShowAdoError()

hi,
nageswaragunupudi wrote:Ofcourse, NO. Errors is correct

If you read the error log again, you will see that the error is becase oCn is NIL.

That means in the function call FW_ADOINDEXES( oCn, cTable ), oCn must have been NIL.

Ok you are right, sorry
by Jimmy
Thu Sep 07, 2023 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR function FW_ShowAdoError()
Replies: 2
Views: 171

Re: ERROR function FW_ShowAdoError()

IMHO it must be "oCn:Error" without "s"

Ofcourse, NO. Errors is correct

If you read the error log again, you will see that the error is becase oCn is NIL.

That means in the function call FW_ADOINDEXES( oCn, cTable ), oCn must have been NIL.
by nageswaragunupudi
Thu Sep 07, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR function FW_ShowAdoError()
Replies: 2
Views: 171

Re: Saving OuterHTML using Await Implementation with TWebView

... development (RAD) tool for Windows. The program uses the TAWaitWeb class to retrieve data from a web page in a synchronous manner. This means that the program will not continue execution until the data has been retrieved. The program uses the FiveWin TWebView class to interact with the ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1894

Re: Saving OuterHTML using Await Implementation with TWebView

... development (RAD) tool for Windows. The program uses the TAWaitWeb class to retrieve data from a web page in a synchronous manner. This means that the program will not continue execution until the data has been retrieved. The program uses the FiveWin TWebView class to interact with the ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1894

Re: XBROWSE ERROR

So if you want to use Get, define Get properly. What XBrowse natively provides is incremental Seek/Filter. That means, as and when the user presses a key, the seek/filter is performed. Many users like this feature, But if you reject this feature and use a Get and ask the user to ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 436
PreviousNext

Return to advanced search