Search found 179 matches: worry

Return to advanced search

Re: Problemas con resolucion y xBrowse

Enrico Maria Giordano wrote:Are you sure there are any datas on that fields? If yes, I can't imagine why they are not shown in the xBrowse, sorry.


Don't worry, is ok.

Thanks my friend.
by JoseAlvarez
Sun May 05, 2024 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 165

Re: Problema super raro

Nothing to worry. You are not alone.
We are always here to support you in ever way.
At times we may take some time to respond.
Pls wait for my next posting
by nageswaragunupudi
Sat Mar 23, 2024 10:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2186

Re: hash for storing variables

Enrico, the advantage is that you have reusable blocks here and don't have to worry about passing the variables.

It's simply the productivity that is the advantage.
It's a method to make the source code more readable and secure.

Best regards,
Otto
by Otto
Tue Nov 28, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 533

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... switched from mixed ASCII-Cp850/Ansi environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB. From now on, I no longer have to worry about the encoding. No more conversions between the code pages HB_OemToAnsi()/HB_AnsiToOem(). Of course also no AnsiToUtf8()/UTF8ToAnsi(). No ...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 311

Re: Para Cristobal Navarro...Aplicacion completa Fivedit...

... Good morning. Compiling with BCC76 and xHarbour everything works wonders. I don't have any Microsoft compiler, so I have no way to test it. Don't worry, I don't use FIVEDIT.exe. Buen día. Al compilar con BCC76 y xHarbour, todo funciona de maravilla. No tengo ningún compilador de Microsoft, así ...
by karinha
Fri Nov 03, 2023 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Cristobal Navarro...Aplicacion completa Fivedit...
Replies: 24
Views: 1733

Re: bDragBegin and bDropOver problem

OK, Karinha. I got it. Dutch, don't worry, there was some damage caused during the download, I downloaded it again and there was no error when opening the .res file. Dutch, no te preocupes, hubo algunos daños causados ​​durante la descarga, ...
by dutch
Wed Sep 20, 2023 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4120

Re: bDragBegin and bDropOver problem

Dutch, don't worry, there was some damage caused during the download, I downloaded it again and there was no error when opening the .res file. Dutch, no te preocupes, hubo algunos daños causados ​​durante la descarga, lo descargué ...
by karinha
Tue Sep 19, 2023 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4120

Re: Request : new PostgreSQL OLEDb-Provider

i have "check" FW_RDBMSName() but it seems "empty" ... hm Do not worry at all about this function. This is basically intended for internal usage to help the function FW_ValToSQL() It has no effect on Opening ADO connctions, Opening RecordSets and ...
by nageswaragunupudi
Mon Sep 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 748

Re: "id" for PRIMARY KEY ?

... rows into your SQL table. If I, on the other hand, have a routine on append to create programmatically to create a unique ID .. I don't have to worry about a hacker getting into my sql machine and trying to inject bogus rows because you can not append without a Primary key value .. //-------------------Static ...
by Rick Lipkin
Tue Jul 25, 2023 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 493

Re: Problem with xBrowse

Mr. Rao: Oh Sorry, yes. Pardon my forgetfulness. It selects TEST as current database. Don't worry! I am now copying your program with minor changes and trying to execute at my end. Thanks a lot BTW, it is now about 10:30 pm in Toluca. Are you still awake? Yeah I'm up ...
by Armando
Sun May 28, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2213

Re: Trabajar con dos pantallas

... I ask for the resolution it tells me that it is 2560x1440. It does not read the resolution of the extended screen but that of the main one. Don't worry, programming I'll put the two screens with the same low response and that's all. I was just wondering if there was any way, even in C++, to know ...
by antolin
Mon Jan 09, 2023 11:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Trabajar con dos pantallas
Replies: 10
Views: 807

Re: Campo autoincremental en DBF

To create an auto-increment field, just use datatype "+" { "ID", "+", 4, 0 } That is enough. Please try it. Do not worry about the width of "4". They do not represent decimal digits. The value is stored as 4 hex bytes. The maximum value in hex is 0xFFFFFFFF ...
by nageswaragunupudi
Fri Nov 04, 2022 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 785

Re: Cadena conexion ADO / MYSQL

1. Download and install ODBC driver as advised above. 2. You need not worry about connection string. FWH functions will automatically and transparently do it for you. oCn := FWOpenAdoConnection( { "MYSQL", <serveraddress>, <database>, ...
by nageswaragunupudi
Thu Sep 01, 2022 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cadena conexion ADO / MYSQL
Replies: 10
Views: 799

Re: Copy structure or create new file dbf

... and the old scopes (if they exist). Another option is to open a new copy of the needed database within your routine. Then you don't have to worry about saving and restoring the database's state. But you do need to close the local copy of the database at the end of your routine.
by James Bott
Thu Jun 09, 2022 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy structure or create new file dbf
Replies: 8
Views: 628
Next

Return to advanced search