Search found 97 matches: facility

Return to advanced search

Re: Convert a print to Rtf or doc

... code with same functionality as a one line program in FWH XBROWSER "CUSTOMER.DBF" FASTEDIT with vertical and horizontal scrolling and facility to edit values inside the cell, validate and immediately save to dbf,recordset or whatever. So they choose what helps them to develop the application ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3426

FWH2310: WhatsApp messages with Attachments/Images

FWH2310 provides facility to send WhatsApp messages with attachments of documents and images from any source. fwh\samples\whatsapp.prg #include "FiveWin.ch"#define ORANGES "https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg"function ...
by nageswaragunupudi
Sun Oct 29, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2310: WhatsApp messages with Attachments/Images
Replies: 8
Views: 828

Re: DBF to Excel Sheet, without Excel, using ADO ?

... methods in XBrowse, RowSet class and direct functions. All these functions/methods work only if Excel is installed. We can now extend this export facility even if Excel is not installed. We will work on this. Again many thanks.
by nageswaragunupudi
Tue Aug 15, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2564

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... // use nextval() for Sequence ! In Oracle, we use sequences to generate unique IDs and use NEXTVAL(..) for the next value. Is there a similar facility in PostGre? Can you please explain how it works? ... (for my learning purposes) I will look into your main question.
by nageswaragunupudi
Wed Aug 02, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717

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

Dear All , I was using 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 ...
by shrifw
Sat Jul 01, 2023 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1380

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

Dear All , I was using 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 ...
by nageswaragunupudi
Sat Jul 01, 2023 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1380

FOXPRO GET PICTURE "@m Printer, File"

Dear All , I was using 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 ...
by shrifw
Sat Jul 01, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1380

Re: Help with complex JSON

... hChange["ETD_TZ"] := aSchedule[s]["eventClassifierCode"] ENDIF NEXT s aFacility := aCalls[r]["facility"] aTransport := aCalls[r]["transport"] if HHasKey( aFacility, "UNLocationCode" ) hChange[ "PortCode" ] := ...
by cdmmaui
Wed Mar 22, 2023 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1206

Help with complex JSON

... ][ 1 ][ "transportEventTypeCode" ] == "DEPA" DEPA := 1 ARRI := 2 else ARRI := 1 DEPA := 2 endif if n == 1 cPol := hCall[ "facility" ][ "UNLocationCode" ] cPolName := hCall[ "facility" ][ "portName" ] cDateTim := hCall[ "callSchedules" ...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1206

Validate JSON value

Hello,

Sorry about all the JSON questions. How do I check to see if a JSON segment exists?

For example, I want to know if there is a value for:

hCall[ "facility" ][ "UNLocationCode" ]

Thank you,
by cdmmaui
Thu Dec 08, 2022 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate JSON value
Replies: 2
Views: 229

Re: Show LINESTYLE of Xbrowse on line

... the color of the vertical divider color after creating the browse. We will consider providing this in future versions. Even then we will provide facility to change color of the pen ( GRAY to BLACK or any other color) but not the thickness of the Vertical Line. For now, I will give you a small ...
by Silvio.Falconi
Thu Nov 03, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1065

Re: Show LINESTYLE of Xbrowse on line

... the color of the vertical divider color after creating the browse. We will consider providing this in future versions. Even then we will provide facility to change color of the pen ( GRAY to BLACK or any other color) but not the thickness of the Vertical Line. For now, I will give you a small ...
by nageswaragunupudi
Thu Nov 03, 2022 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1065

Re: TPM

... software, and not to disk-cracking tools. Other advanced TPM features include a secure clock, monotonic counters, a non-volatile storage facility, and very flexible and secure mechanisms for key management operations like key import and export. More information on how TPMs work and how ...
by Antonio Linares
Thu Oct 28, 2021 7:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPM
Replies: 6
Views: 671

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... it is touch. Is it possible? Thank you in advance, Set oBrw:lKinetic to .F. If you are using Touch screen, XBrowse has builtin scrolling facility with fingers on touch screens. This is perfect and much smoother than with lKinetic. All touch gestures are supported including pinch and zoom.
by dutch
Wed Oct 20, 2021 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 454

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

Set oBrw:lKinetic to .F.

If you are using Touch screen, XBrowse has builtin scrolling facility with fingers on touch screens.
This is perfect and much smoother than with lKinetic.
All touch gestures are supported including pinch and zoom.
by nageswaragunupudi
Tue Oct 19, 2021 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 454
Next

Return to advanced search