Search found 123 matches: manipulate

Return to advanced search

using Function twice with Object as Parameter ?

hi,

i do want to use Thread which are call a Function.
i use Thread to "fill" Imagelist of Object and all in Function use Object ... except FOR ii

Question : will ii be "manipulate" by 2nd Thread when called twice :?:
by Jimmy
Mon Feb 27, 2023 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using Function twice with Object as Parameter ?
Replies: 2
Views: 234

Re: Filling Excel Sheet Via OLE

Dear Byron, Asking chatGPT about it: https://chat.openai.com/chat Yes, you can manipulate a combobox associated with a cell in an Excel sheet through OLE (Object Linking and Embedding). You can do this by using a programming language that supports OLE automation, ...
by Antonio Linares
Thu Feb 02, 2023 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247

Filling Excel Sheet Via OLE

... or calculations, but if I open it and type an additional line it behaves correctly. When a Cell is associated to a combo box can the programmer manipulate the combox via OLE, and how is it detected.
by byron.hopp
Thu Feb 02, 2023 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247

Re: The more fancy Xbrowses the more slow they become ?

... ) TOOLTIP "Delete geselecteerde records" I also do this and I think it is also not the best way ... Insite browse I manipulate data with the schift/select and then process     case cData = "WEBSHOP_GROEPEN" .and. cButton = "2_2"  // ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

TOPMOST

... MsgInfo() --- in Help Dialog <nStyle> An optional DialogBox style. There are several samples in the SAMPLES\ subdirectory showing you how to manipulate this value. Windows: <nStyle> A numeric value which indicates a special API style. [ Just for advanced FiveWin users.] for "what" ...
by Jimmy
Sat Nov 05, 2022 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 340

Re: TxtToRTF()

Yes, we can read / manipulate / save RTF data. HOWEVER, after many months, we are still. not able to PRINT RTF as part of a more complex document. Using the wonderful PRINT class in FWH, we can do so much. However, consider the invoice: ...
by TimStone
Mon Mar 14, 2022 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxtToRTF()
Replies: 18
Views: 3297

Re: Advantage Database Server

... server ) magic pill ... I have been using ADO for about 15 years and I found it to be nicely Object Oriented with every method you need to manipulate just about any Sql Database ( ms access, ms Sql Server, Oracle ... etc ) Rao has created a set of FW ado wrappers to make the syntax much ...
by Rick Lipkin
Mon Jan 24, 2022 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3641

Re: Dark mode

... i can not "paint" black all. special "Background" like WM_CTLCOLORSTATIC need "more" Code to handle it to "manipulate" those "System-Color" does work "System-wide" so some "other" App does not like Color (black on black) ...
by Jimmy
Mon Nov 15, 2021 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2924

Re: HTML report sample

...    PrintHtml(cHtmlOrUrl,1,.t.)  You will bring this kind of conversions (coded) into a xbrowse replacement i suspect in order to manipulate the conversion data into a browse ?
by Marc Venken
Sat Jul 24, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1544

Re: perhaps error on tdatabase - resolved

Silvio, Whenever you manipulate an open database using either a function or a method you need to save it's state (recno(), filter, index, etc.) and then restore it at the end of the method or function. However, what I do instead is ...
by James Bott
Wed May 12, 2021 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: perhaps error on tdatabase - resolved
Replies: 5
Views: 692

Re: Ventajas de usar Array con TXBrowse

Thank you Mr. Rao I understand it to save time, but my specific question is why many use fixes to fill the TXBrowse with data and manipulate it with options to enter / edit / delete instead of going directly to the table/database ... this is a good practice? I do not clearly understand ...
by nageswaragunupudi
Tue Apr 06, 2021 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventajas de usar Array con TXBrowse
Replies: 3
Views: 482

Re: Ventajas de usar Array con TXBrowse

Thank you Mr. Rao

I understand it to save time, but my specific question is why many use fixes to fill the TXBrowse with data and manipulate it with options to enter / edit / delete instead of going directly to the table/database ... this is a good practice?
by Compuin
Tue Apr 06, 2021 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventajas de usar Array con TXBrowse
Replies: 3
Views: 482

How read lines of word doc

Hi to all

I need a little example to how to read the line (txt) of a word doc, line by line

I need it because there are some informations inside thay i have to manipulate

PS: i know how to wrinte txt in word doc, but i dont know how to read it !!
Grazie
by Romeo
Tue Feb 23, 2021 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How read lines of word doc
Replies: 5
Views: 507

From mysql_* to mysqli_*

... ) applying some good practices about security... But after a great point suggested by Charly, I realized that I'm using mysql_* functions to manipulate the database... but what's the problem with that? Well, the problem is that basically mysql_* functions are deprecated and to avoid troubles ...
by ricbarraes
Mon Feb 22, 2021 9:09 pm
 
Forum: mod_harbour
Topic: From mysql_* to mysqli_*
Replies: 0
Views: 262

Handling images and other files

Hey everybory, happy new year! I'm having some trouble when trying to manipulate image files, if anybody could tell what I'm possibly doing wrong, I'll be extremely grateful! Situation 1: I got a desktop application that is storing image files inside a MySQL ...
by ricbarraes
Thu Jan 07, 2021 1:44 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1221
Next

Return to advanced search