Search found 63 matches: fills

Return to advanced search

Re: Problem with tget numeric

... doesn't want it, what should I do? he wants a simple table made with xbrowse and inserting for each line with the dialog takes the customer, fills in the types of bread and makes the delivery note
by Silvio.Falconi
Wed Jan 17, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Search for a number on xbrowse and highlight it

... fine. For example, if there are numbers selected and the user clicks a number that is in the column where there is already a colored number, it fills the background of the number but deletes the number that was already selected. It shouldn't be doing it wrong. the same thing happens when the ...
by Silvio.Falconi
Wed Oct 12, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620

Re: Funcion de MySQL nativa en codigo

... CREATE TABLE mitabla (   momento DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP)  The above is recommended. In the above case, MySql server fills the field `momento` with correct DateTime value at the time of insertion of the row. This value will not change when any fields of the record ...
by nageswaragunupudi
Mon Oct 03, 2022 11:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion de MySQL nativa en codigo
Replies: 14
Views: 1048

Re: W3Schools webpage template "COMPANY" to mod harbour

Ruth, https://mybergland.com/fwforum/dbf2hash2.jpg You have included a function here that fills 2 HASHs. The database is opened with USE(). Then you browse the database with do while .not. eof() skip enddo You then fill the local HASH local hDBF_Recs := {=>} ...
by Otto
Tue May 17, 2022 7:10 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 816

Re: Using WebView with Borland !!!

Dear Hakan, This example automatically fills the values of the Gets and click the button: webview.prg #include "FiveWin.ch"static hDLL, s_nCalls, s_cJsonResultfunction Main()   local hWebView   hDLL = LoadLibrary( "webview.dll" ...
by Antonio Linares
Sun Jan 30, 2022 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7702

Re: a question MDI

... Once again I have understood that you did not fully understand what I had asked for. The oWndChild window is initially MAXIMIZED and fills the oClient of the oWnd window, then the user resizes the window with the mouse and can hide it under the explorerbar panel. In a software I have ...
by Silvio.Falconi
Fri Jan 07, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1589

Re: Bootstrap tables and mod harbour

... you convert the hash into a json . https://mybergland.com/fwforum/readdbf.jpg Here you see the js code, which creates the table and fills the data. https://mybergland.com/fwforum/filltable.jpg This is the table https://mybergland.com/fwforum/bootstraptable.jpg ...
by Otto
Sat Dec 19, 2020 1:27 am
 
Forum: mod_harbour
Topic: Bootstrap tables and mod harbour
Replies: 3
Views: 656

Re: New Password problem

... doing data intensive entry from just one location. The reality is almost none of my clients have that capability. It is one thing when a customer fills out some simple data forms and moves on. It is very different when 5 computers are all sharing the same databases and reading/writing data across ...
by TimStone
Thu Oct 01, 2020 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3230

xHarbour and hash functions

... Removes an entry from a hash table based on its index position hb_HEval() Evaluate a code block across the contents of a hash table hb_HFill() Fills a hash table with a value hb_HGet() Returns a hash value hb_HGetDef() Returns a hash value, or a default value if the key is not present hb_HHasKey() ...
by Otto
Fri May 29, 2020 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 749

Re: FW_AdoImportFromDBF error

Mr. Rao, I tested the program and it worked perfectly on the cloud server, it connects, creates and fills teh table, on my server on the other hand it did not work. When you converted my sample to use your server, please change this line only       oCn := ...
by nageswaragunupudi
Thu Dec 05, 2019 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF error
Replies: 14
Views: 2293

Re: FW_AdoImportFromDBF error

Mr. Rao, I tested the program and it worked perfectly on the cloud server, it connects, creates and fills teh table, on my server on the other hand it did not work. In order to see what the problem was I eliminated all the fields that contained dates, tried again and now ...
by mariordz
Thu Dec 05, 2019 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF error
Replies: 14
Views: 2293

New FTDN September/Septiembre 2019 (FWH 19.09)

... for drawing the border. Can be oPen object or Color value or array of { color, thickness }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the area. If omitted, the inner area is left transparent. uBrush can be Brush object, nRGB color or Alpha Color, Gradient Array with RGB and Alpha ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2899

FWH 1908: TPrinter class Enhancements: Charts, Tables, more

... for drawing the border. Can be oPen object or Color value or array of { color, thickness }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the area. If omitted, the inner area is left transparent. uBrush can be Brush object, nRGB color or Alpha Color, Gradient Array with RGB and Alpha ...
by nageswaragunupudi
Sun Sep 29, 2019 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: TPrinter class Enhancements: Charts, Tables, more
Replies: 2
Views: 730

Re: to Nages: test for tdatabase

... Workorder/Invoice, customer number, accounting, etc ). Since I have classes for each process like work orders, my Add() method appends a record, fills the buffers with blanks, then goes to the counter dbf, increments the proper number, saves the value back to the record, and saves it to the appended ...
by nageswaragunupudi
Sat Apr 27, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5688

Re: to Nages: test for tdatabase

... Workorder/Invoice, customer number, accounting, etc ). Since I have classes for each process like work orders, my Add() method appends a record, fills the buffers with blanks, then goes to the counter dbf, increments the proper number, saves the value back to the record, and saves it to the appended ...
by TimStone
Sat Apr 27, 2019 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5688
Next

Return to advanced search