Search found 715 matches: logic

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... Response Formatting: It sets the content type to application/json and formats the response data as JSON, which is typical for API endpoints. Logic Based on Input: It processes the input data (the keys and values in hPost) and generates a response based on this data, which is a common pattern ...
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: 61

Re: Filter on Xbrowse

Silvio, Sorry. I really don't understand the logic you want. Regards, saludos. My idea is also not what you want )) No I want another situation Why do you want to impose something on me that I don't need? I realized that I have to do a simulation ...
by Silvio.Falconi
Thu May 02, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: Filter on Xbrowse

Silvio, Sorry. I really don't understand the logic you want.

Regards, saludos.
by karinha
Thu May 02, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function Main()  ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function Main()  ...
by nageswaragunupudi
Tue Apr 30, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

Re: funcion C a xBase

...     IF SubStr( sRif, 9, 1 ) == Str( resto )         bResultado :=.T.      ENDIF   ENDIF   RETURN bResultado Based on the function logic, I'll calculate some valid RIFs and check if they are correct. Here are a few examples: 1. `V123456780` * `suma` = 142 * `dividendo` = 12.909090... ...
by Antonio Linares
Mon Apr 22, 2024 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 178

Re: Problem with valid email refresh btnbmp

... whatever you want. The important thing is that my example works and yours doesn't. Compile with xHarbour. Be professional. If you understand my logic, you will be able to do it your way. Escribe lo que quieras. Lo importante es que mi ejemplo funciona y el tuyo no. Compile con xHarbour. Sea ...
by karinha
Fri Apr 05, 2024 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2568

Re: Problema super raro

... https://imagizer.imageshack.com/img923/2668/sdGuZT.gif After you run this sample as it is, then apply this logic to your tables.
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2189

Re: Hide/show search system on a dialog - Resolved

on xbrowser.prg there is not on buttonbar the get and the combobox


In that example, the sample hides the buttonbar.
Please use similar logic to hide the says,get and combobox instead of buttonbar in your case.

Logic is the same.
by nageswaragunupudi
Tue Mar 19, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1223

Re: Hide/show search system on a dialog - Resolved

nageswaragunupudi wrote:Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.

on xbrowser.prg there is not on buttonbar the get and the combobox
by Silvio.Falconi
Tue Mar 19, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1223

Re: Hide/show search system on a dialog - Resolved

Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.
by nageswaragunupudi
Mon Mar 18, 2024 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1223

Re: Data exchange between PC and Android device on the same loca

... is code that I have put in several ways: the one that is in the package, the one that is in visible files or for the same module, one part (the logic) in prg and another (the view) in file, it’s fantastic. If you want a system to make programs this is the realistic scenario. If you just want ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Runner XBase (RX)

... testing, building, or prototyping web applications. Start comfortably testing your first pages, forms, and assembling all the pieces, giving logic to the entire process. Runner XBase (RX) is freeware and aims to assist those who, for one reason or another, have always found it challenging ...
by Carles
Tue Feb 20, 2024 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1157

Re: RC to PRG generator

... for how to solve the positioning. In html, I have a row/column-based positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, and I eventually gave up on the attempt. It's interesting that I can't find any RC2HTML converters on the web. I tried with ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1242

Re: Mr. Rao, refresh a Tree

Same logic for any data source #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDlg, oBrw, oFont   RDDSETDEFAULT( "DBFCDX" )   FWNumFormat( "A", ...
by nageswaragunupudi
Thu Feb 08, 2024 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 759
Next

Return to advanced search

cron