Search found 35 matches: identified

Return to advanced search

Re: Build version of fivewin libraries on MSVC

... Some computers just shut down. More like I said before: It's still early to conclude this behavior. It could be some procedure that I haven't identified yet. My question would be if MSVC libs were generated in very old versions of MSVC. So, this question is ruled out.
by Giovany Vecchi
Wed Jul 27, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 531

Opening And Closing mod harbour Tags

... interpreter expects certain rules to be followed, and will spit errors at you if they are not followed. All code written in mod harbour must be identified as mod harbour code. A set of tags are used to mark the beginning and end of a block of code, in between which any amount of code can be ...
by Otto
Tue Oct 19, 2021 3:24 pm
 
Forum: mod_harbour
Topic: Opening And Closing mod harbour Tags
Replies: 0
Views: 229

Re: Using source on other .prgs

... Your code ... at the bottom of it: // {% LoadPrg( "extra1.prg" ) %} // {% LoadPrg( "extra2.prg" ) %} Such code will be identified by mod_harbour and macro expanded. function LoadPrg() is quite simple: static aPRGs := {}function LoadPrg( cPrgName )  ...
by Antonio Linares
Sat Jul 17, 2021 10:05 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 480

Re: MariaDB How add a user from FW

GRANT SELECT, INSERT, DELETE ON 'database' TO 'username'@'location' IDENTIFIED BY 'password'
by nageswaragunupudi
Tue Jun 29, 2021 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB How add a user from FW
Replies: 4
Views: 706

Re: MariaDB How add a user from FW

cSql := "CREATE USER 'name'@'location' IDENTIFIED BY 'password' oCn:Execute( cSql ) // location can be 'localhost' or a wildcard ip address or '%'. '%' indicates from all locations. cSql := "GRANT ALL PREVILEGES ON 'dataasename.*' TO ...
by nageswaragunupudi
Tue Jun 29, 2021 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB How add a user from FW
Replies: 4
Views: 706

Re: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS

... genial 8) Cito el contenido de la pagina de windows: Out-of-band update to address an error when attempting to print to certain printers Microsoft identified an issue that affects Windows 10 devices which applied the March 2021 security update released March 9, 2021, and a resolution has been expedited. ...
by nlerdafehn
Wed Mar 17, 2021 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS
Replies: 28
Views: 3611

Re: FWCONNECT

... manual de MySql y al parecer son los privilegios del usuario, ya agregue un nuevo usuario con todos los privilegios: GRANT ALL ON *.* TO NewUser IDENTIFIED BY 'NewPass’ Intento conectarme y tengo el mismo error, alguna idea de que puedo estar haciendo mal? Saludos! Eduardo Borondón Muñiz
by EBM
Fri Aug 23, 2019 1:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT
Replies: 10
Views: 1889

Re: To James Bott - Error Using TData

Silvio, There are four scenarios we have identified: 1) Do it like most systems do, assign the ID after the new record is saved. Every system I have ever seen uses this method and thus TData was written to work this way. 2) Do like your friend ...
by James Bott
Wed May 29, 2019 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5102

Re: SayBarCode control

... No less interesting is the use in the industrial field, for example to label boxes that can be stored in various ways. These packages can be identified on three sides by applying a single label. In this case, a quadrant of the symbol is removed (by means of a suitable die cut), covering it ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6520

access to window via its :hwnd

... to the dynamic external .dll question - when the .dll receives the window's handle, how does that process gain access to the actual window object, identified by :hwnd ?? If I could pass the actual windows object, that would be great. I followed the basic convention used in the FWH samples babudll.prg ...
by don lowenstein
Wed Jan 03, 2018 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1776

Re: Fivewin & web

Hi Romeo

Go to Mysql bin folder and start Mysql.exe and type the following with your settings


GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
FLUSH PRIVILEGES;

or download HeidiSql application and there is a option to do this.

Colin
by Colin Haig
Tue Feb 21, 2017 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17099

Re: Google Drive - Application integrated with Google Drive

Hi

I've identified a different return than expected ... It seems to have a change in the API ...

I'm working to fix my application, it will soon be fixed!

Thank you all
by wmanesco
Sun Feb 12, 2017 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Drive - Application integrated with Google Drive
Replies: 22
Views: 6155

Re: ADS(linux) Error 5004 (Solved)

Thank you all for your help. We have identified that the problem has to do with the LINUX network configuration: resolv.conf, we had to reconfigure.
by MGA
Mon Jan 23, 2017 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS(linux) Error 5004 (solved)
Replies: 6
Views: 1134

Re: Long Printer Names.

I finally identified the source of all my aggravation. In newer versions of FWH the ENDPRINT command sets the application printer back to the Windows default printer. In the old days this did not happen. It is possible to dispense ...
by dtussman
Thu Aug 04, 2016 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long Printer Names.
Replies: 10
Views: 2180

Re: Visual Studio Community 2015 PRGs/CHs syntax coloring

These are the different colors that I have identified:

storage.type.harbour BLUE
keyword.other.harbour BLUE

constant.other.harbour RED

constant.numeric.harbour LIGHT_BLUE

keyword.control.harbour PURPLE

comment.line.double-slash.harbour GREEN
by Antonio Linares
Fri May 06, 2016 10:18 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6908
Next

Return to advanced search