Search found 62 matches: unnecessary

Return to advanced search

tiny11 core for ARM64

... version 23H2. Windows 11 version 23H2 based on tiny11 is finally available for download. This Windows 11 mod offers a lightweight image, free of unnecessary components and high hardware requirements, with an installation that takes up approximately 8 GB of disk space. Since tiny11 2311 is based ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7123

Re: INDEX on / seek in MARIA DB

... for Seek. If you are using FWMariaDB for MySql or MariaDB, this works with single field. Note: No indexes need to be build. Creating indexes is an unnecessary overhead. oRs:SetOrder( "fieldname" )oRs:Seek( uValue )  OR oRs:SetOrder( "CITY ASC,SALARY DESC" ...
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 397

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... preview might often be easier. For example, I use a PDF printer driver instead of the built-in PDF functions. The whole code for PDF creation is unnecessary for me. The classes are easier to read when there is less code in them. If we constantly inherit, then it becomes - like in daily life - ...
by Otto
Mon May 15, 2023 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 410

Re: XBROWSE FIELDS with Name in Array

... ArrTranspose( CUSTOMER->(DBSTRUCT()))[ 1 ] .... though we do not recommend this because this is totally unnecessary
by nageswaragunupudi
Sat Apr 29, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 786

Re: chatGPT writes and executes Harbour code !!!

... her family's gift list. Next, she used the AFIELDS keyword to retrieve the names of the fields in the table and the ADEL keyword to delete any unnecessary information. Using the ASORT keyword, Mary sorted the list alphabetically by family member's name. She then used the ACOPY keyword to create ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2783

Re: xBrowse mod harbour

prevent unnecessary re-rendering change during first rendering to none cHtml += '<script>'cHtml += 'document.getElementById("table").style.display = "none";'cHtml += '</script>'  document.ready ...
by Otto
Fri Sep 30, 2022 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse mod harbour
Replies: 2
Views: 211

Re: FWTool to automate DBF and mod harbour

... request from githu, what does this mean? my alogic leads me to think that they are all ER experts or that nobody uses it I do not want to make unnecessary controversies because you have the support of antonio linares but I kindly ask you to use the appropriate section for modharbour thanks ...
by Silvio.Falconi
Tue Oct 26, 2021 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1119

Re: HTML report sample

... Then the source code looks like this. https://mybergland.com/fwforum/openofficesource.jpg I also have a function that removes the unnecessary OpenOffice tags. function cleansouce( cHtml) for example: cHtml := STRTRAN( cHtml, 'LANG="en-GB', ''") return () But again. At ...
by Otto
Mon Jul 26, 2021 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1544

Re: Silvio: Reports

... sheet. But is ER also capable of making labels? I hope that Cristobal is not using Tcontrol for the control of graphic objects, because it is an unnecessary waste of time, but he is using a parent class as was done in the c5report class
by Silvio.Falconi
Thu Jan 21, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1947

Re: XBrowse: how to load image data instead of image name

... any other, if the column value is image-data, xbrowse detects it and displays it as image. We do not need to do anything and please do not add any unnecessary program code. Another situation: Sometimes, we may store image file name in a field. Or it can be a file name containing text, image. By ...
by nageswaragunupudi
Sat Oct 31, 2020 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: error on xbrowse footer

... administration use software programs on the web, the others still use management programs and applications in Windows, so using mod_harbour is unnecessary for me.
by Silvio.Falconi
Sun Apr 26, 2020 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3633

Re: OT: How are we doing ?

We are currently living a normal life. Reduce the number of people entering and leaving places and unnecessary trips abroad.
Of course, you must wear a mask when you go out. Wash your hands frequently
by richard-service
Wed Mar 18, 2020 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3679

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... If you have a bitmap object, you can use oBmp:hBitmap. If you are creating a bitmap object only for the purpose of printing, that is totally an unnecessary step. You can save code buy directly specifying the original source of the image. Same with fwpdf and printer class.
by nageswaragunupudi
Thu Mar 05, 2020 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5557

Re: A problem with TDatabase using copy() / Past()

TDatabase is already Net Ready. There is no need for NET_* functions for TDatabase. This is unnecessary and superfluous. Your code: oCust:Lock()IF lFields = .T. // using selected fields    oCust:Paste(aVals)ELSE    oCust:Paste() ...
by nageswaragunupudi
Thu Jan 31, 2019 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with TDatabase using copy() / Past() ?
Replies: 7
Views: 1161

Re: tdatabase class not working with memos

... hidden, actions. It is a little confusing not finding what it has been saved on the field (even while sometimes, I must confess, is somewhat unnecessary saving extra spaces at the end of a string). Now I am not even sure if this behavior is the "norm" even with string fields or ...
by ellano
Sat Oct 06, 2018 10:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdatabase class not working with memos
Replies: 3
Views: 1095
Next

Return to advanced search