Search found 178 matches: suitable

Return to advanced search

Re: Mr. Rao EOF() BOF() not working wirh RecSet

... if and only if the table is very large and there is no other go but to read and browse the entire table. In all other cases use RowSet class with suitable WHERE clause.
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 417

Re: Interesting discussion with ChtGPT

... on the question, I take the point into the PROMPT_Editor question catalog or into my manual. My tool - preproPatcher - AKA Harbourino - is very suitable for collaboration with AI. I have organized my code according to logical units and can then simply send these blocks to the AI and have it ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Interesting discussion with ChtGPT

... It's just a reflection of how technologies and best practices have evolved over time. Clipper and Harbour still have their use cases and are quite suitable for certain tasks. User: The weaknesses you mention are fixed with FiveWin. Could it be that in principle simpler - in terms of syntax - languages ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Image Recognition

Antonio, thank you! Did I understand correctly that Office 2019 windows 10 is suitable for implementing this VBA Excel method ?
by Natter
Fri Oct 13, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 677

Re: IMPRESION ARCHIVOS PDF

... DMPAPER_B5      13      // B5 182 x 257 mm  If paper size you want matches one of these, please use the suitable constant and use SetPage( nSize ) If you want a totally different size, please let us know the size you want (milli-metres)
by nageswaragunupudi
Wed Oct 11, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1594

Re: Filtrar consulta de tdolphin

... beginning of the Application FWNumFormat( "E", .t. ) // European format with thousand separators and allow XBrowse to provide suitable cEditPictures and cFooterPictures. You do not provide cEditPicture or cFooterPicture, except where it is a totally different kind. With XBrowse, ...
by nageswaragunupudi
Tue Sep 26, 2023 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 816

Re: Small Question about Word and FWH

... you can use inter-process communication to check the state of the document in jWord. Here's a general outline of the steps involved: a. Use a suitable inter-process communication mechanism supported by your programming language or platform, such as named pipes, sockets, or shared memory, to ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Re: Seeking your thoughts

... not have the file to share. I worked off of the customers concern and a copy of the output. I also do not have a Mega Upload account, or any other suitable for posting screen shots, or files. I do have my own website(s) but that did not seem relevant to my need. The customer finally sent me the ...
by TimStone
Mon Jun 12, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 652

ChatGPT

Dear friends, How can we provide multi-user access to the staff members of a company? I think a plan like the one I have ($20/month) is not suitable from a privacy standpoint. First, I don't know if it's allowed to share the key, and secondly, all others would see your questions. API request: ...
by Otto
Tue May 09, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1231

Re: MSXML2.ServerXMLHTTP / readyState / Status

... Length Required 412 Precondition Failed 413 Request Entity Too Large 414 Request-URI Too Long 415 Unsupported Media Type 416 Requested Range Not Suitable 417 Expectation Failed 500 Internal Server Error 501 Not Implemented 502 Bad Gateway 503 Service Unavailable 504 Gateway Timeout 505 HTTP Version ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: Changing the bitmap in the bookmark

Natter wrote:Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(

Sorry, this not run ok ?
Code: Select all  Expand view

oFld:SetBitMap( "modif", oFld:nOption )   // "modif" -> resource of bitmap
 
by cnavarro
Mon Jan 30, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 376

Re: Changing the bitmap in the bookmark

Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(
by Natter
Mon Jan 30, 2023 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 376

Re: como EXPORTO a Excel usando PRINTER.PRG?

... the page. Printer class does not know how to export to excel. If the data is suital Unlike TReport, TPrinter can not export to excel by itself. In suitable cases, programmer can write his own function and assign it oPrn:bToExcel. Eg oPrn:bToExcel := { |oPreview| MyExportToExcel( oPreview ...
by nageswaragunupudi
Fri Dec 09, 2022 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como EXPORTO a Excel usando PRINTER.PRG?
Replies: 2
Views: 334

Re: Display thumbnails of pdfs

hi Otto, would a webview2 project be suitable for this? i do not understand what you want with TGrid() and Webview2 :?: Question : can you use a Explorer Windows with Webview2 ? you can use [url]file:///C:/Temp/[/url] as URL and display Files ...
by Jimmy
Wed Oct 19, 2022 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270

Re: Display thumbnails of pdfs

Hello Jimmy,
would a webview2 project be suitable for this?
LG
Otto
by Otto
Wed Oct 19, 2022 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270
Next

Return to advanced search