Search found 1022 matches: existing

Return to advanced search

Re: Question about performance RowSet

... for editing and saving a blank record. oRec := oCn:Record( cTable, cWhere )oRec:Edit() for editing a single existing record and saving the modifications. oCn:Record(...) creates a FWMariaRecord class object. This class is derived from TDataRow class and can ...
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4009

Re: Question about performance RowSet

I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ) // returns FW_Record / TDataRow objectoRecord:Edit() ...
by Eroni
Wed Mar 20, 2024 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4009

Re: Question about performance RowSet

...  oData:SaveData() I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ) // returns FW_Record ...
by nageswaragunupudi
Sat Mar 16, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4009

FWH 24.02 new Class TWebView2

... TWebView that is why we have decided, in the meantime, to implement a new Class TWebView2 until we make it as much compatible as possible with existing Class TWebView. Once we reach full compatibility, we will drop existing Class TWebView, so Class TWebView2 will be renamed as Class TWebView. ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2455

Re: Switching my setup program to webview2

Otto wrote:Hello friends,

Now I have transferred the 12 screens from the existing setup to WEBVIEW2.

Best regards,
Otto


New with WebView2
Image


Looks nice :)
by anserkk
Mon Feb 12, 2024 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 404

Re: Switching my setup program to webview2

Hello friends,

Now I have transferred the 12 screens from the existing setup to WEBVIEW2.

Best regards,
Otto


New with WebView2
Image
by Otto
Sun Feb 11, 2024 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 404

Switching my setup program to webview2

... setup is not the most critical program. I am beginning to implement this approach now. Regards, Otto 1) First, I start with a screenshot of the existing program and have ChatGPT rebuild the screen in HTML. https://mybergland.com/fwforum/1alt.jpg 2) I didn't program anything here, ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 404

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Thankfully, FWH has given us tools to take advantage of those web services we do need. Of course, I was asking a question about an existing control, and I only wanted to know if it now worked with resources. I don't have to use it. My clients are fine with a checkbox for logicals, but since ...
by TimStone
Fri Feb 09, 2024 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 810

Re: erase files

... function should work (and it works for me) if the file exists and is not in use and can be deleted. If the ERASE command does not really erase an existing file, there can be a valid reason like the file is in use by some application or some other reason. The best way to find out the reason is ...
by nageswaragunupudi
Wed Jan 24, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1536

Re: Booking xbrowse example

Dear Otto, thats a nice idea :-) Surely you may be able to help us with some existing web code to start with Yes but before It Need to have a usefull prg in Windows with the features i list above and the possibilty to insert a reservation clickinking with the ...
by Silvio.Falconi
Sat Dec 30, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3311

Re: Booking xbrowse example

Dear Otto,

thats a nice idea :-)

Surely you may be able to help us with some existing web code to start with
by Antonio Linares
Sat Dec 30, 2023 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3311

Re: copy a row of xbrowse

... based on how row selection is handled in your application. - When generating new unique IDs for pasted rows, make sure they do not conflict with existing ones. These modifications should enable copying and pasting multiple selected rows in your xBrowse control, with each row being treated independently ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5770

SetAutoHelp

... help in the manual, and F2 so the user can write their own help notes ? I figured I'd ask first since it might be a simple solution with the existing source code.
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 193

Re: Function Hb_DirExists() no permite File() ubique los archivo

Mr. Enrico Thanks. This function was written many years back in harbour.prg of FWH, when this function was not existing in xHarbour. Yes the recent versions of xHarbour have this function. We'll go by your advice. ps: done. removed Thank you. As far as I read on the changelog, ...
by Enrico Maria Giordano
Wed Nov 01, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 699

Re: Function Hb_DirExists() no permite File() ubique los archivo

Mr. Enrico

Thanks.
This function was written many years back in harbour.prg of FWH, when this function was not existing in xHarbour.
Yes the recent versions of xHarbour have this function.
We'll go by your advice.

ps: done. removed
by nageswaragunupudi
Wed Nov 01, 2023 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 699
Next

Return to advanced search