Search found 226 matches: coded

Return to advanced search

Data exchange between PC and Android device on the same loca

... the Request and accordingly generates the responses that are data from .dbf tables, which reside on the PC and at that point the prg program hard-coded opens tables, and generates responses either in array, json or hash, whichever is most compatible with the scenario. B.- On the FRONT-END CLIENT ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

Intercambio de datos entre PC y dispositivo Android en la m

... y acorde a ello genera Las respuestas que son datos procedentes de tablas .dbf, que reciden en la PC y en ese punto el programa prg de manera hard-coded abre tablas, y genera respuestas ya sea en formato array, json o hash, lo que resulte más compatible con el escenario. B.- Del lado CLIENTE FRONT-END ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 212

Re: Transparent area becomes black when use BUTTON...ADJUST

nageswaragunupudi wrote:Can i see the rc file entries for whatsnew.bmp?

Suggested format
Code: Select all  Expand view
WHATSNEW 10 "whatsnew.bmp"

but not
Code: Select all  Expand view
WHATSNEW BITMAP "whatsnew.bmp"


I coded it this way
Code: Select all  Expand view
WHATSNEW RCDATA "whatsnew2.png"
WHATSNEWG RCDATA "whatsnew2g.png"
 
by hua
Wed Dec 06, 2023 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Create help system with F1

I had a look at that sample before, but it is (seems) very basic. The ID HELPID ID_NAME is coded, but nowhere I see a lookup function or so that will get that ID from a file and just show that. Now only a fancy popup hard coded message is showing. Ofcourse it is maybe ...
by Marc Venken
Tue Jul 11, 2023 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 870

Re: hbmk2 problem

Dear Tim, I just coded this little PRG and hbmk2 properly builds it so I tend to think that there is a preprocessor issue. Please compile it using -p to generate a PPO file and please check if such line gets modified, maybe a define ...
by Antonio Linares
Mon Jul 10, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 778

Re: Help with complex JSON

... "MECL"                }            }        }    ]}  Only that inside the editor it is also color coded and a lot easier to follow. Reinaldo.
by reinaldocrespo
Tue Mar 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1216

Amending preprocessor directive for TFolderEx

... ;      PROMPTS {"tab1", "tab2"} ;      DIALOGS {"dlg1", "dlg2"}  Can the #xcommand be coded to be able to accept both format? TIA Excerpt from FWH19.12's folder.ch; #xcommand REDEFINE FOLDEREX [<oFolder>];             [ ...
by hua
Fri Dec 16, 2022 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 392

Re: Newbie Question : XBROWSE

Here is some code snippeds for setting up Xbrowses. I think you can find usefull code inside it. I left the remarks // because they are sometimes coded because I found them on forum and wanted to test. /////////////////////////////////////////////////////////////////  BRW /////////////////////////////////////////////////  ...
by Marc Venken
Fri Nov 25, 2022 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1487

How to code TScrDlg() for use in folder?

Hi,
All samples I've looked at place calls to TScrDlg() at a dialog's ON INIT.
How should it be coded for use in a Folder/FolderEx?

TIA
by hua
Fri Nov 25, 2022 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 610

Switching the desktop to the online program

... "accounting system" is opened, and the PDF is created immediately. The program then closes immediately. For reports that are hard-coded, we use the PDFCreator printer driver. Best regards, Otto
by Otto
Thu May 19, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching the desktop to the online program
Replies: 2
Views: 353

Re: MDI child windows use hard-coded Visual Style Rendering

on Microsoft forum I saw this message ( Microsoft Q&A. )


Code: Select all  Expand view
Have you try to comment out the line :SetDefaultManager(...) in :OnCreate() function in MainFrm.cpp?
by Silvio.Falconi
Thu May 19, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child windows use hard-coded Visual Style Rendering
Replies: 1
Views: 210

MDI child windows use hard-coded Visual Style Rendering

1. Create an MDI container as the main application window (typical). (Set IsMDIContainer to true) 2. Via code, add MDI child window using the standard way (create, set MDIParent to "this", then Show). Secondary windows are always displayed in Windows 7 Aero style, regardless of the operati...
by Silvio.Falconi
Thu May 19, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child windows use hard-coded Visual Style Rendering
Replies: 1
Views: 210

Re: ADS - The future is <sadly> now so where do you go ?

... (self) with which you work. You do not need essentialy the designer. You can edit the ini-file with every texteditor. Same you do with your hard coded reports. Best regards, Otto
by Otto
Mon May 09, 2022 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2793

Re: ADS - The future is <sadly> now so where do you go ?

Otto, RE: RTF First, ALL of my reports are complex and coded directly using the Printer class in FWH. I've never gotten Easy Report to function properly in my application anyway, so rewriting reports is not a practical idea. Secondly, you have a fixed ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2793

Re: BOA for harbour ?

Robb, HbWeb is a light weight web server specially coded to allow you build web apps in a new and very nice way :-) The idea is to implement the FiveWin easy of use syntax for the web, without having to install Apache, mod_harbour, etc The purpose ...
by Antonio Linares
Fri Apr 29, 2022 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 635
Next

Return to advanced search