Search found 266 matches: achieve

Return to advanced search

Re: Readonly and/or disable GETs background color

... GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } How we can achieve this ? Thanks Shridhar
by shrifw
Sat Aug 12, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 908

Re: How To Change Globally GET Text color when it is focused

... GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } How we can achieve this ? Thanks Shridhar
by shrifw
Sat Aug 12, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1618

@ SAY WITH GET COLOR clause for SAY Only

... Rao Sir , I am using below SAY Statement with GET Control , need COLOR clause to SAY only not GET. as something like given below ...! How we can achieve this ?    @ 10,10 SAY ":"  GET oRec:Item_name COLOR nRGB(,,,) , nRGB(,,,)  ;        SAYCOLOR nRGB(,,,) , nRGB(,,,) ...
by shrifw
Tue Aug 08, 2023 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @ SAY WITH GET COLOR clause for SAY Only
Replies: 2
Views: 182

Re: FOXPRO GET PICTURE "@m Printer, File"

... GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?  cPrintOpt = "Printer"  @10,10 say "Select Print Option ==> " GET cPrintOpt PICTURE  "@m Printer, ...
by shrifw
Sat Jul 01, 2023 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1447

Re: FOXPRO GET PICTURE "@m Printer, File"

... GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?  cPrintOpt = "Printer"  @10,10 say "Select Print Option ==> " GET cPrintOpt PICTURE  "@m Printer, ...
by nageswaragunupudi
Sat Jul 01, 2023 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1447

FOXPRO GET PICTURE "@m Printer, File"

... GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?  cPrintOpt = "Printer"  @10,10 say "Select Print Option ==> " GET cPrintOpt PICTURE  "@m Printer, ...
by shrifw
Sat Jul 01, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1447

Native access to Sqlite3

Hello, I had an old program that used an sqlite3 database. To achieve this, I used an OBDC connector that had to be installed on each computer in order to use the program. This connector, "sqliteodbc.exe," comes from the website: http://www.ch-werner.de/sqliteodbc/ ...
by alvaro533
Wed Jun 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1138

Re: to Rao

can I use "select * from" inside xbrowser

Can you please explain more clearly what do you want to achieve?
by nageswaragunupudi
Fri Jun 16, 2023 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Rao
Replies: 16
Views: 1169

Re: INDEX on / seek in MARIA DB

Hi , This can achieve using GENRATED COLUMNS in Maria DB. as given code below. The Given code is just an idea you have to modify the code to remove syntax errors. Steps 1. Add Generated Column 2. Create Index on Generated Column ...
by shrifw
Thu May 18, 2023 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 431

Custom error handling

... both way I was not able to obtain the log file. Could someone point out what is the correct way to create custom error handling in mod_harbour to achieve a server side logging of that kind of errors? Thanks in advance.
by berpa
Wed Mar 08, 2023 11:07 am
 
Forum: mod_harbour
Topic: Custom error handling
Replies: 0
Views: 308

Re: Read API data one by one or in block

... You can even ask it to show you some code examples :-) It really depends on the specifics of your situation and what you are trying to achieve. Here are a few things to consider: If you are reading data from an API one record at a time, you will likely have to make many connections ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 267

Re: REDEFINE SAY on Buttonbar

... using rather than allowing the gradient background to show through. 7). The use of TRANSPARENT, no matter how it is implemented, does not work to achieve this objective. 8). If you look above the browse on Marc's example, you see the exact problem. The word Test has a background around it different ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2080

Re: Manifest

... work with 32 bit, but I have not found any that work with 64 bit. Some will produce errors with both builds. I put in a lot of time, and cannot achieve success. My program seems to run without a manifest file, but maybe something would be better if I include one. Finally, If I specify the manifest ...
by TimStone
Thu Nov 03, 2022 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1894

Re: Multiple RTF controls each with its own bar

... buttonbar of each RICHEDIT control? Please put the code of the program in the image above to be able to work on it. There 2 goals I would like to achieve with regards to the RTF control: 1. To have each oRtf have its own buttonbar 2. Each oRtf supports all the basic shortcut keys common in Windows ...
by hua
Tue Oct 18, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 516

Transaction security with DBF

Hello friends,

How can we achieve transaction security with DBF?
Are there already ready-made solutions or concepts here?
Maybe also a documentation.

Best regards,
Otto
by Otto
Wed Aug 31, 2022 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 760
PreviousNext

Return to advanced search