Search found 710 matches: logic

Return to advanced search

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

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

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

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

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

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

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

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: 7
Views: 1006

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

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

Re: Mr. Rao, refresh a Tree

Please try this sample and use the logic suitably #include "fivewin.ch"function Main()   local oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )   local oRs, cSql  ...
by nageswaragunupudi
Thu Feb 08, 2024 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 734

Re: RAO advice on using Mysql

... change the sql, please make a new RecSet object, set it to oBrw:oDbf and then close the old RecSet object You may try this sample and use similar logic #include "fivewin.ch"function Main()   local oCn, oRs   local cSql  := "SELECT * FROM custbig ...
by nageswaragunupudi
Wed Feb 07, 2024 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 984

Re: SQL connection

... program connects to a FWH's MsSql server in the cloud. This server is provided for testing by our users. After testing this, you can use similar logic on your Server.
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 570

To Rao: Tdatabase search with ApplyParams/lookup

I must add two logic value to reasearch lmorning and levening I'm probably setting the search wrong, could you help me solve it? function Isfree( oRec, oSay )   local lNew     := ( oRec:RecNo == 0 ...
by Silvio.Falconi
Mon Jan 29, 2024 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao: Tdatabase search with ApplyParams/lookup
Replies: 0
Views: 305

Re: webview - how to get values from js to FWH

... WebView Layer: Part of the program that uses web technologies (HTML, CSS, JavaScript) within a WebView to implement user interfaces and frontend logic.
by Otto
Tue Jan 09, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview - how to get values from js to FWH
Replies: 6
Views: 577
Next

Return to advanced search