Search found 182 matches: initially

Return to advanced search

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... may not be as critical. Here's why: No Network Latency: Since your web server and data are co-located, you avoid the network overhead that SQL was initially designed to optimize. Data access is local, so you aren't dealing with the same network delays or bottlenecks. Direct Access to Data: When ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 134

Re: DBF editors

Hello Ertan, This is a bit of a confusion with datatables and tabledata. I have used both. Initially datatables and later tabledata. But for some time now, I have been building my own table element. I simply don't want to use components anymore. Which database do you ...
by Otto
Mon Jul 01, 2024 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8203

Re: DBF editors

Hello friends, When starting a large project like this DBF Editor, it is initially difficult to understand the program and the logic. This is where Harbourino helps. I first convert the program into Harbourino style. As a result, I have friendly module names ...
by Otto
Tue Jun 25, 2024 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8203

Mod Harbour: ChatGPT Provides Detailed Answers

... Challenges: Learning curve: Developers who have only worked with FiveWin/Harbour will need to learn HTML, CSS, and JavaScript, which can initially be steep. Migration: Migrating existing applications from FiveWin/Harbour to pure HTML-based applications can be time-consuming. Productivity: ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 2734

Problem with valid email refresh btnbmp- RESOLVED

I can't get a bt bmp control to update from a tget control that has a valid to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the logical value is false ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 4718

Re: Create a Panel width a text

...     oExbar:Refresh() Jimmy, It seems strange to me that if Nages said to use the fw_saytext function then it doesn't work, because initially in the section_advice() function the fw_saytext function works well in fact it shows the initial message then if you see well I replaced the ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 5037

Re: Create a Panel width a text

... emust be showed and not scrollabled Nages the function CalcTextHeight( hDC, cText, oFont, nWidth ) run ok (thanks) but my problem is another Initially the message is made up of two lines, when the message is modified in the ShareBoard() function the procedure must calculate the right height ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 5037

SetArray xBrowser

... it returns the description of that element in the first line and column, but it does not renew the image, keeping the first line with the 3 images initially placed. Is the procedure correct? Thanks, Oliveiros Junior
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 353

Re: Lost connection to MySQL server during query

Our FWH maria library initially connects to the server with MYSQL_OPT_RECONNECT option. As many other users advised, time out or sleeping and any such reasons are irrelevant. Even if timed out, any communication with the server ( eg ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 14369

Re: Actualizar xBrowse con un Clic del ratón?

Code: Select all  Expand view
oCol:VarPut( newValie _


For pasting initially set
Code: Select all  Expand view
oBrw:lCanPaste := .t.

Then, you can copy any text any where and then press Ctrl-V in the active cell. The value is pasted and browse updated.
This applies even for pasting images in memo fields.
by nageswaragunupudi
Fri Aug 18, 2023 12:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 2386

Re: How to print character sigma in Haru?

... Instead of GetHaruFontList(..) you may use oPdf:aTTFFontList Initially, FWPdf is loaded with this list +-----------+----------------------------+|Arial      |C:\WINDOWS\Fonts\arial.ttf  ||Verdana ...
by nageswaragunupudi
Wed Aug 16, 2023 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 479

Re: To Rao : Panel Scroll position Falled

Antonio, Rao, watch this video https://i.postimg.cc/Cx6w2B0H/g.gif initially I select a date range and select as element "umbrella" and insert 2 of them I scroll the scrollbar up and down then I select the "palm" element and insert ...
by Silvio.Falconi
Tue Jun 13, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao : Panel Scroll position Falled
Replies: 1
Views: 170

add items on ScrollPanels

I need to add items to a scrollpanel initially the dialog inserts only one item, but if the user press the 2 or 3 button he can insert 2 or 3 items https://i.postimg.cc/QdQw6GFV/gg.png the test I made add the items the second ...
by Silvio.Falconi
Thu Jun 08, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add items on ScrollPanels
Replies: 2
Views: 207

change the ndatalines (xbrowse) on line - RESOLVED -

Initially a test line in the browse consists of a single example line WITH OBJECT oBrw IF lmore :nDataLines := 2 ELSE :nDataLines := 1 ENDIF ... END  :bStrData := { || oDbf:Street + CRLF +oDbf:city+" "+ oDbf:state ...
by Silvio.Falconi
Fri May 12, 2023 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 330

Re: XBROWSE Column Question

... uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse. XBrowse uses this information to do AutoSort what about Function in Indexkey() like STRZERO() :?: it does work when have ...
by Jimmy
Mon May 08, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 1761
Next

Return to advanced search