Search found 225 matches: inserting

Return to advanced search

Re: Inserting to SQL from FiveWin

MSSQL ?
by nageswaragunupudi
Sat Aug 06, 2022 4:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting to SQL from FiveWin
Replies: 3
Views: 350

Re: Inserting to SQL from FiveWin

MSSQL ?
by nageswaragunupudi
Sat Aug 06, 2022 4:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting to SQL from FiveWin
Replies: 3
Views: 350

Inserting to SQL from FiveWin

... to store strings that are a part of a customer_Data database. Some of the customers are from other parts of the world. I am having problems inserting special characters like the National Language Character Set. I am modified my insert strings to place an "N" before the character ...
by byron.hopp
Fri Aug 05, 2022 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting to SQL from FiveWin
Replies: 3
Views: 350

Re: Harbour warnings

Yes, unfortunately. I know inserting this throughout any code base could be a hassle but, yes, this is exactly what I have done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2362

Re: Harbour warnings

Yes, unfortunately. I know inserting this throughout any code base could be a hassle but, yes, this is exactly what I have done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2362

Strange array/ oDbf

... if those arrays were structured differently otherwise there is no explanation. Then to do a test I loaded the arrays with the old method, i.e. by inserting demo data and then in the On INIt of the dialog I refresh the arrays with those created by the dbf and now my statistics functions work the ...
by Silvio.Falconi
Mon May 30, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange array/ oDbf
Replies: 0
Views: 128

UPC lookup

... field. On products, what is "seen" is the UPC ( Universal Product Code ). I have no problem retrieving this with a barcode reader and inserting it into the right field for use and saving. My question: Has anyone tried working with a decoding option for UPC codes that looks up the item, ...
by TimStone
Mon Apr 11, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 242

Re: add a number on Random

... selected by the user when we press "+" and take a number randomly I have to check if that number already exists in the list array before inserting it If the number is already in the list I am going to delete it in the checklist () function which I also use for other functions Function ...
by Silvio.Falconi
Sat Mar 26, 2022 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 451

Dialog with a splitter and panels

...   := oRect:nWidth-205                  oPanelFolder:nBottom  := oBtnPrint:nTop-2                Endif     RETURN NIL  apparently inserting the creation of the splitter in a function after the creation of the panels could work but when I go to resize the dialog the two panels remain ...
by Silvio.Falconi
Thu Mar 17, 2022 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog with a splitter and panels
Replies: 0
Views: 194

Re: Clase Nativa MySql

... due to deletions 2) reseed the auto-increment value to a higher value. Even for this, it is more appropriate to use ALTER TABLE command than inserting a higher value. El GetAutoIncrement(cTable) lo reemplace por una funcion propia simple: FUNCTION GetAutoIncrement(cTable,cField)RETURN ...
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1856

Folder different size

... I needed this because in some tabs I have to put a lot of information while in others the information is less and you risk inserting some space that is ugly to see for now I resolve in this mode but I don't know if it's a right solution :D #include "fivewin.ch"Function ...
by Silvio.Falconi
Thu Nov 04, 2021 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder different size
Replies: 0
Views: 183

Re: From WORDPRESS to DBF-mod harbour

... https://mybergland.com/fwforum/featuredartclesClip3.jpg Preprocessor substitutes |ckey| before inserting the whole source "FEATURED_ARTICLES_ITEM" into your prg file. The advantage of patching is that you release a single source code. ...
by Otto
Mon Sep 20, 2021 6:56 am
 
Forum: mod_harbour
Topic: From WORDPRESS to DBF-mod harbour
Replies: 1
Views: 374

Re: From WORDPRESS to DBF-mod harbour

... https://mybergland.com/fwforum/featuredartclesClip3.jpg Preprocessor substitutes |ckey| before inserting the whole source "FEATURED_ARTICLES_ITEM" into your prg file. The advantage of patching is that you release a single source code. ...
by Otto
Mon Sep 20, 2021 6:32 am
 
Forum: mod_harbour
Topic: From WORDPRESS to DBF-mod harbour
Replies: 3
Views: 509

Re: MySql Nativa Transacciones. At. Mr. Rao

1) What is the data type of cpte_hora? Is it CHAR(8) or VARCHAR(8)? 2) TRY/CATCH does not work. Because if there is a MySql error while inserting, no runtime error is raised. Instead, oCn:nError is set to mysql error number and oCn:cError is set to mysql error description. So, after oCn:Insert(...), ...
by nageswaragunupudi
Thu Sep 16, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2487

Re: Not show control say on folder with res

... this in greater detail. For now you may use some foreground color on CLR_WHITE. eg: CLR_BLACK,CLR_WHITE etc. Nages, For now I have solved it by inserting a panel control in the folder and in this the say control But I hope you solve the problem
by Silvio.Falconi
Sun Aug 29, 2021 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not show control say on folder with res
Replies: 11
Views: 999
PreviousNext

Return to advanced search