Search found 829 matches: pass

Return to advanced search

Re: Problema super raro

Mr. Rao:

Yes, I want to copy the records from a non-temporary table and pass them to a temporary table to modify them
and then return them to the non-temporary table

There are 5 records in the non-temporary table and only 2 are passed to the temporary table

Best regards
by Armando
Sun Mar 24, 2024 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2067

Re: To Nageswrao Del Objs on TscrollPanel

... that some buttons cannot be pressed and when they are deleted from xbrowse the images do not refresh immediately but after a certain time and if I pass over the mouse
by Silvio.Falconi
Tue Mar 05, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

Re: XAMPP through PortableApps.com or Server2Go

Dear Antonio, Yes, I have installed it. It looks very professional. But I haven't dealt with it yet. How exactly does it work when I pass a mod harbour program to runner rx. I use mod harbour original. Is this syntax supported by runner rx. What exactly does runner rc do with the prg code ...
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9265

Re: DBF editor

`mh_dbftohtml()` is a Fivetech function similar to `xBrowser()`. You pass the path of the database, and then a standard browser is automatically created. Here, you can practically see the entire endpoint code.

Image
by Otto
Wed Feb 21, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editor
Replies: 2
Views: 233

Re: WEBVIEW2 and xBrowse

... the reasons could be development assistance from ChatGPT. https://mybergland.com/fwforum/prepdatasend.mp4 In this case, I used AJAX to pass data to the mod_harbour module, but you can easily change it to use the sendToFW/fromjavascript function. Best regards, Otto
by Otto
Tue Feb 06, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 390

Re: DateTime calculation

... variable into a "unix timestamp expressed in milliseconds" (hope this is the correct term)? I am working on a project where I need to pass arrival and departure dates to a url. the expected format is something like this: [url]https://be.bookingexpert.it/book/simple/noavail?checkin=1707523200000&checkout=1708124400000&hotel=11308&guesttypes[0][37]=2&ages[0][37]=18&ages[0][37]=18&layout=782&lang=de&currency=EUR&beginsearch=1&isnewsearch=1&searchId=218d74e0-8bfd-43df-970d-e5f4c6f59ed1&nsid=fb5f36a1-7c31-40de-9c6e-8c7837b6a130&winding=1&searchId=e7cfbe49-4afc-4c0e-ae7b-69180634164f[/url] ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 683

Re: erase files

In ct lib from harbour exist the function filedelete (you pass file name or File Mask) to delete, example: *.dbf
FileDelete(<cFileMask>,[<nAttributes>])->lDeleted
by carlos vargas
Wed Jan 24, 2024 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1520

Re: Browse Json

... it is basically an array where each element contains a hash which has the three fields returned from the "for json auto" call. But can I pass the object created from the hb_JsonDecode function and display it in TCBrowse. I played around with setting oBrw:cAlias := "ARRAY" but ...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: Create a Panel width a text

... is refreshed but if the cMsg is smaller I wish chane also the size of Panel ( PANEL oPanel ) and the taskPanel (oPanel2) of oExBar but not run pass1 https://i.postimg.cc/QCgsN9cZ/gg.png pass2 https://i.postimg.cc/L5ySZdQx/g2.png pass3 https://i.postimg.cc/pV53fFh2/g3.png ...
by Silvio.Falconi
Sat Jan 06, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: TCWeb - filemanager with mod harbour

... a good framework. Here, without knowing ChatGPT, I was lucky. It is optimal for collaboration with ChatGPT. My program is modular, so I can easily pass parts to ChatGPT and get help. Nevertheless, in the end, I have the original HTML code. How far have you already delved into online programming? ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 570

Re: Backups into blu rays

... now you do it often and I still can't understand your indomitable nature, because let's face it, this story of the HTML language will also pass and then I'm curious to know what the next topic you will cling to is.
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3373

Re: Calculate total pages

... the From & To pages selected on the print dialog when the FROM USER clause is used. This method returns a two dimension array but also you can pass the nFrom and nTo variables by reference, for example: aPages := oPrn:GetPages(@nFrom, @nTo)
by Marc Venken
Fri Nov 24, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5850

Re: Error al leer dbf con FW_OpenRecordSet

hi,

have you try your CODE without "last line" ?
where is you ACTIVATE ?

---

XBROWSE does NOT work "modal"
it will pass that line and "close" Recordset

you need a DIALOG as Parent for XBROWSE
by Jimmy
Thu Nov 02, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer dbf con FW_OpenRecordSet
Replies: 2
Views: 218

Interesting issue

... get both 32 bit and 64 bit libraries. Essentially we initiallize the proper .dll, and make the API calls. In this case, I take a database field, pass it to the spell check routine, it works to correct any errors ( on it's popup dialog ), and then the value is passed back. I use database objects, ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 201

WooCommerce

... to do it automatically from a fwh program i.e. the procedure must work in the background i.e. it must save the articles on the website which I pass to it the parameters web address \ consumer key \ consumer secret Is there anyone who has done a small procedure to test? any help thanks
by Silvio.Falconi
Fri Oct 20, 2023 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 283
Next

Return to advanced search