Search found 129 matches: manipulate

Return to advanced search

Re: cloud or not cloud

Otto For the most part I use Sql databases .. be it sql server, Oracle, or Ms Access using FW's ADO connection class to then manipulate the SQL data with regular FW controls, just modified with Rao's help who created many of the ADO classes using FW to make all Sql connections .. screens, ...
by Rick Lipkin
Thu Nov 14, 2024 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4121

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... the same network delays or bottlenecks. Direct Access to Data: When the server has direct access to DBF files or any other local storage, you can manipulate and process the data immediately without needing to pass through the SQL layer. This is often more efficient when your data is in formats ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 646

Re: DBF File Format - Considerations A Secure Option

... .. just delete the temp report .dbf and its indexes I like FiveWin because it connects to the most popular Sql databases and I can use .dbf to manipulate data locally ... Fivewin is the PERFECT development environment .. Rick Lipkin
by Rick Lipkin
Fri Jul 26, 2024 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1980

Image x xImage quality difference

... And the original image is this Tiff image http://farmacia.com.br/lixo/Image.tif . xImage has many more options to manipulate images and I would like to use it. My question is, is it possible to use a xImage control with an Image object ? I don't need to edit the ...
by concentra
Tue Jun 25, 2024 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 3530

EXCEL and interior color

The question is very simply I want to colorize the cells interior using a color present in theme colors dialog. In this way the user can manipulate an excel workshet using the same color i an easiste way oAs:Range( "A1:K1" ):Interior:Color:= RGB( 244, 176 , 132 ) in my opinion an ...
by MarcoBoschi
Mon Jun 03, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL and interior color
Replies: 6
Views: 523

xbrowse (likely a custom table) whose contents change dynam

... https://forums.fivetechsupport.com/viewtopic.php?f=45&t=44481 Listen to Checkbox Events: Attach JavaScript event listeners to the checkboxes. Manipulate the DOM: Based on which checkboxes are checked, modify the xbrowse's size and visibility of radio menus. Adjust xbrowse Layout: Modify the ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 991

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: 341

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: 357

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: 357

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: 873

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: 550

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: 3798

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: 5658

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: 4370

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: 2076
Next

Return to advanced search