Search found 75 matches: populate

Return to advanced search

Re: Help splitting up a character address string

... ); ``` 5. Insert data into the SQL table: Iterate over the data you extracted from the Excel file and generate SQL INSERT statements to populate the table. You can use SQL commands like INSERT INTO to add records to the table. Here's an example: ```sql INSERT INTO Addresses (Street, ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 588

AJAX - DBF - Callback

Hello friends, I have 2 tables that I populate with AJAX. I have now noticed that such a short interval between the calls, practically within a millisecond, occasionally leads to a problem with the evaluation using .done and .fail. Now I have ...
by Otto
Sun Jul 23, 2023 2:33 pm
 
Forum: mod_harbour
Topic: AJAX - DBF - Callback
Replies: 0
Views: 304

Re: Fancy Dashboard

... the Hyper Responsive Admin Dashboard Template: https://themes.getbootstrap.com/product/hyper-responsive-admin-dashboard-template/ Now we need to populate it with live data. I have a lot of experience working with WINHOTEL using HYPER and Mod Harbour. However, with the introduction of webview, ...
by Otto
Wed Jul 05, 2023 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 787

Re: Session in TWebServer

... page in the Desktop App and put it in the site folder that can be configured in the TWebServer class. Everything is going right as to generate and populate the page and return it to the Server. My concern is in the multi-tasking issue and session control. Ari
by Ari
Tue Nov 29, 2022 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: clearing of archives

... and puts them in the archives. Then I proceed to convert from Excel to an import.dbf (oImport) archive Then from this oImport archive I have to populate a series of archives (classes, classrooms, teachers, timetables, lessons, subjects, groups) through a procedure created by me, but the archives ...
by Silvio.Falconi
Thu Jan 20, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 302

clearing of archives

In a conversion procedure I have to clear all the archives and then populate them during the conversion. The archives were all opened with Tdatabase and therefore in share Archives are indexed with the! Deleted () clause I don't know how to do the zeroing ...
by Silvio.Falconi
Thu Jan 20, 2022 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 302

Re: edit a record with tdatabase - I am in trouble

... body, and I have them different fields and for now I have done in the traditional method that is with do while / adddd () / endo so I have to populate an array to put in the xbrowse as you can seeon this picture https://i.postimg.cc/4dgXVBkW/corpo.png in this array I have exactly ...
by Silvio.Falconi
Tue Jun 22, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1294

Re: HBMK2 Problem linking

... requires more lib's from fwh and harbour... :( maybe the parameter that Antonio mentioned could be a solution, but I can't get the right way to populate the .txt file...
by ricbarraes
Tue Jun 16, 2020 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5304

Re: HBMK2 Problem linking

... space separated list of values as in -ldflag= option ldflags+= space separated list of values as in -ldflag+= option I already tried many ways to populate this .txt file and I'm getting linking errors every single time, do you have any example or any other documentation describing how to do it? ...
by ricbarraes
Mon Jun 15, 2020 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5304

Re: converting my function into a class

ok I resolved
the array is not populate
now I correct it
by Silvio.Falconi
Sat Jan 04, 2020 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: converting my function into a class
Replies: 1
Views: 392

Re: To James Bott - Error Using TData

... etc ) and also create a date time stamp. These are just some of the fields in the client file, but they are all filled automatically. I can populate the record on a dialog to fill in all of the other data ( name, address, phones, spouse, department, whatever is of use ). In the dialog, showing ...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5101

Re: To James Bott - Error Using TData

... etc ) and also create a date time stamp. These are just some of the fields in the client file, but they are all filled automatically. I can populate the record on a dialog to fill in all of the other data ( name, address, phones, spouse, department, whatever is of use ). In the dialog, showing ...
by TimStone
Tue May 28, 2019 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5101

Xbrowse Report To Excel Does not show MariaDB DateTime Value

Dear Rao Sir,

The Xbrowse Report shows DataTime Value in the Report but when the report export to Excel , there it does NOT populate/print the DataTime Value.

Thanks
Shridhar
by shri_fwh
Mon Nov 19, 2018 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Report To Excel Does not show MariaDB DateTime Value
Replies: 2
Views: 666

c++ STRUCTURE data types

... ; LIB M->HDLL My question is, how would I create a LPSECURITYCREDENTIALS data variable for passing to the DLL32 FUNCTION? Then, I need to populate: LPSECURITYCREDENTIALS.lpszCertStore LPSECURITYCREDENTIALS.lpszCertName Thanks in advance. don ***************************************************************************************************
by don lowenstein
Tue Jul 17, 2018 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c++ STRUCTURE data types
Replies: 3
Views: 699

Can we read a massive online directory structure ?

... saved in a huge amount of directories. I see more that 4.000 !!! dir/subdirs/subdir/subdir/ ..... The structure must be enormous. I would like to populate a Xbrowse with the structure and all of it's subdirs, and also the filenames that are into it. I can then call a Xbrowse lookup for the file, ...
by Marc Venken
Thu Nov 09, 2017 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can we read a massive online directory structure ?
Replies: 2
Views: 544
Next

Return to advanced search