Search found 49 matches: begins

Return to advanced search

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... subsequent fields is returned truncated. Thinking that the reading that ADO performs is sequential and when it finds a field greater than 256, it begins reading the next field in the next bit of the file and for this reason it is truncated, I have decided to take the solution of placing the fields ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 112

PRINT oPrn NAME cTitle PREVIEW

... directly without the possibility to choice a printer from list. That would be great that if i click on "pdfcreator" button before begins print I can set folder and name of pdf file to create using using the usual pdfcreator instruction set oPdf = CREATEOBJECT( "PDFCreator.JobQueue" ...
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 264

Re: Calculate total pages

... and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: Starts a new document in the device context. - `StartPage(oDevice:hDC)`: Begins a new page in the document. 5. **Content Rendering:** - The loop or logic to iterate through `aFiles` is not shown, but within that context: ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5508

Directory() and tilde

The function Directory("C:\myfolder \*.*", "D") does not find files whose name begins with a tilde ~ (temporary files from the office. ~$.11.2022Test.docx). Why ?
by Natter
Thu Nov 09, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Directory() and tilde
Replies: 2
Views: 194

Re: need Help with oBro:bSeek

... := .f. if the data is sorted on any column and lFastEdit is not .t., pessing any key seeks the first row where the sorted column value begins with that character. Example, pressing "a" seeks value starting with "a" and again pressing "n" seeks "an" ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 205

Re: WITH MOTIVATION INTO THE NEW SCHOOL YEAR

A new school year begins ....


and who would be the teacher ... you?

but please do me the pleasure ...


that I already have health problems I can not imagine you sitting on the chair and giving us lessons ...
by Silvio.Falconi
Wed Sep 14, 2022 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WITH MOTIVATION INTO THE NEW SCHOOL YEAR
Replies: 3
Views: 297

Re: Su ayuda con este código

... <> "" gives .F. because it is the opposite of "Text" = "" that gives .T. because "Text" begins with "" (any strings contain or begins with ""). Moreover "" <> "Text" gives .T. because it is ...
by Enrico Maria Giordano
Sat Mar 12, 2022 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Su ayuda con este código
Replies: 9
Views: 424

Web-based vs. Desktop Software: Which Is Better?

Hello,
In our company, we think about to use for new projects mod harbour.
The journey begins.
What do you think is time ready for canceling desktop development?

Best regards
Otto
by Otto
Sat Feb 22, 2020 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web-based vs. Desktop Software: Which Is Better?
Replies: 16
Views: 3020

vocabulary book for Harbor / Javascript

Good morning.
Every student who starts learning a foreign language begins with a vocabulary book.
I think we also need a vocabulary book for Harbor / Javascript.
What do you think?

Best regards
Otto
by Otto
Tue Jan 07, 2020 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbor / Javascript
Replies: 2
Views: 427

vocabulary book for Harbor / Javascript

Good morning.
Every student who starts learning a foreign language begins with a vocabulary book.
I think we also need a vocabulary book for Harbor / Javascript.
What do you think?

Best regards
Otto
by Otto
Tue Jan 07, 2020 8:43 am
 
Forum: mod_harbour
Topic: vocabulary book for Harbor / Javascript
Replies: 0
Views: 324

Re: mod harbour FWLOG

... following function to my code. Inside GENESIS index.prg I inserted a lot of logging calls. logging( "nach AddLog" ) Now the hard work begins understanding what the code does: 678 GETCOOKIES 678 GETCOOKIES 678 GETCOOKIES 82 browse 93 routes 98 ->GET 419 VIEW 419 VIEW 359 GETCONTENT ...
by Otto
Mon Jul 15, 2019 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour FWLOG
Replies: 7
Views: 1033

Re: FWH 18.08: Enhancements to strings.prg

... * be searched in the current i18n search path (see HB_I18nGetPath()). * * This function is called by the virtual machine before the programs * begins using the value of the environment variable "LANG" as the * cLanguage parameter, if this variable is present present, but can * be ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5404

Re: move data between xbrowse files

1) You can. When the drag begins, set the information to be sent using SetDropInfo(). When the drop finishes, use the uInfo (1st parameter of bDropInfo) the way you want to.
2) Can you show me the part of your code dislaying the image on the top and title in the bottom?
by nageswaragunupudi
Sun Jul 08, 2018 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move data between xbrowse files
Replies: 8
Views: 1182

Alpha Zero, the new Chess Master

... Only with the rules of the game. Then began to play using a Monte-Carlo algorithm, which uses random moves at first until a neural network begins to learn which are the most promising options. It took only four hours to play against himself to synthesize the chess knowledge of a millennium, ...
by Biel EA6DD
Thu Dec 07, 2017 4:25 pm
 
Forum: latest AI news
Topic: Alpha Zero, the new Chess Master
Replies: 5
Views: 951

Re: How to speed up your MySQL queries 300 times

... other factors or libraries for slow performance. 2) I know that indexes play a role in optimization. This brings me to the point that optimization begins with database design. 3) I know how to examine my SQL statements. Good for many of us who did not know the existence of "EXPLAIN" and ...
by nageswaragunupudi
Wed May 17, 2017 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1376
Next

Return to advanced search