Search found 234 matches: shot

Return to advanced search

Re: Ransomware

Hello Dutch,
I wouldn’t trust that zip is save.
I have seen encrypted ZIP files.
Here is a screen shot how EMGDBU ended.

Best regards
Otto
Image
by Otto
Tue Jul 31, 2018 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ransomware
Replies: 14
Views: 4350

Unicode characters displaying as ANSI on windows title bar

... title bar that is trying to display unicode characters on a window that actually gets created as an ANSI window. Antonio, I'll email you a screen shot of the bad display. // Testing FiveWin for Harbour MDI Windows support#include "FiveWin.ch"function Main()   local oWnd   FW_SetUnicode( ...
by rhlawek
Thu Jul 05, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 1944

Re: Some nice looking sample dialogs code

Marc Here is a screen shot of one of my WorkOrder Invoicing modules .. there is about 6 thousand lines of code and there is no way it would fit in this message .. I have included the .rc file for your review .. send me an email to r2.1955@live.com ...
by Rick Lipkin
Fri Jun 01, 2018 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some nice looking sample dialogs code
Replies: 2
Views: 821

Menus and Menubar Painting errors

... in our application. But past one year or more, there is a lot of inconsistency between versions in respect of Menus painting. This is the screen shot taken from the latest FiveDbu's preview menu: https://s14.postimg.cc/qettwzo8x/Menus_Error.png Please look at the picture: A) Gradiance ...
by RAMESHBABU
Sat Apr 28, 2018 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menus and Menubar Painting errors
Replies: 3
Views: 1132

Test for Vertical Scroll hits EOF xBrowse ( rao )

... ) }  Unfortunitly the bKeyDown or bKeyChar block does not fire and I can not prevent the screen shot you see below... Any advice would be helpful! Thanks Rick Lipkin http://i66.tinypic.com/2z9gxmd.jpg
by Rick Lipkin
Thu Jan 18, 2018 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6338

Macro

... is empty')ELSE   MsgInfo('cText is NOT empty')ENDIF Any ideas? It's not easy to explain why I want to do this but I will give it a shot... I am importing data from many different medical systems. I have a config file that let's me setup start/end points to grab data, something like: ...
by Jeff Barnes
Fri Nov 17, 2017 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Macro
Replies: 2
Views: 624

Re: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog

Hi Rick; I got to tell you; every time I look at one of your screens... I get inspired. Thank you for the screen shot and the code. Forgive me if I steal some of your ideas. Gilbert- It feels so good to read your response. It bring a smile to my face. I need to come around this ...
by reinaldocrespo
Wed Oct 11, 2017 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog
Replies: 5
Views: 1512

Re: Problems with win 10 pro

Really I am not able to understand.
Another blind shot.
Please remove WHEN clause and try.
by nageswaragunupudi
Tue Sep 12, 2017 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with win 10 pro resolved||
Replies: 6
Views: 1200

Re: DBF to SQL converter program

I am not able to Import dbf file, fwh database create successfully, but while Import error as per screen shot https://image.ibb.co/kbtP5Q/db_err.png #include "fivewin.ch"#include "adodef.ch"//----------------------------------------------------------------------------//function ...
by bpd2000
Sun Jul 23, 2017 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18569

Re: FWHMARIADB Samples

... (Dolpin is used to represent both dolphin and tmysql). http://imagizer.imageshack.us/v2/xq90/923/Zt7bws.png This is the screen-shot immediately after connection and display of the browses. The three browses also display time taken to read the table, save modifications, sorting ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 21031

Re: HDO RDL SQLite. Ya funciona en MacOSX Sierra 10.2

HDO running in Mac OSx mode console

Image

Thanks Manuel for the excellent job!
by Lailton
Sat Apr 08, 2017 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDO RDL SQLite. Ya funciona en MacOSX Sierra 10.2
Replies: 2
Views: 713

Re: HDO RDL SQLite. Ya funciona con FiveWeb

Manuel, Estoy muy feliz con su HDO y solución para poder utilizar SQLite. Ha hecho tabalho fantástico !!! felicitaciones! Después de realizar las pruebas tienen éxito ya en el modo consola (Mac OS X) y ahora prueban fiveweb: D Digo mas, Sus códigos son la obra de arte. la velocidad es maravilhosa 50...
by Lailton
Sat Apr 08, 2017 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDO RDL SQLite. Ya funciona con FiveWeb
Replies: 1
Views: 553

Re: xBrowse with array showing numbers in fields and not data

...  Enddo    oRsVeh:MoveNext()Enddoxbrowse(AdATA)oDlg2:End()Return(.t.)  Here is the screen shot of aHeader: http://i66.tinypic.com/or2ujl.jpg screen shots of the value of cData ( character string I build and then AAdd to aHeader ...
by Rick Lipkin
Tue Feb 21, 2017 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1800

xBrowse with array showing numb in fields and not data -Rao

... "After Refresh" )xbrowse( aData )  I am creating aHeader and aData in a the above function _ReFrsh() .. here is the screen shot "Before ReFrsh" of the value of aData http://i64.tinypic.com/2dui0t5.jpg In function _ReFrsh() I am re-definingthe values ...
by Rick Lipkin
Tue Feb 21, 2017 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1800
PreviousNext

Return to advanced search