Search found 37 matches: initializing

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... Started: To start using WebView2 in WinForms applications, you need to follow several steps including setting up your development environment, initializing the WebView2 control, and handling navigation events. This involves coding in C# and using the CoreWebView2 namespace​​. Properties and ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 478

Re: lGetBar

... You need to do this for those columns for which you want the Gets to work. Once you assign this, XBrowse constructs Gets for these columns when initializing the browse. Optionally you can also provide a picture. oCol:cBarGetPic := <picture> Assuming that the field Marca is character type ...
by nageswaragunupudi
Mon Jan 28, 2019 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 5722

Re: FW_DrawImage with negative coordinates

... You can use FW_DrawImage() in the paint method of your new control in the above manner. Soon, we will provide initializing TXImage with negative coordinates.
by nageswaragunupudi
Tue Apr 17, 2018 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DrawImage with negative coordinates
Replies: 6
Views: 860

Re: Isprinter and bluetooth

Hello Silvio, does PrnStatus work for you. Best regards, Otto #define PRINTER_STATUS_PENDING_DELETION 4 #define PRINTER_STATUS_PAPER_JAM 8 #define PRINTER_STATUS_PAPER_OUT 16 #define PRINTER_STATUS_MANUAL_FEED 32 #define PRINTER_STATUS_PAPER_PROBLEM 64 #define PRINTER_STATUS_OFFLINE 128 #define PRIN...
by Otto
Sat Oct 07, 2017 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1190

Re: ADO RDD xHarbour

... post, my calculations were that it would take about 12 hours to append a million records to a local drive (longer on a network drive). So, initializing a large database could take several days with multiple millions of records. A business would have to shut down to do this. If I remember ...
by James Bott
Fri Aug 07, 2015 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 445960

Re: List of existing variables used

... is still there and you can still find some useful things there too. You can do a lot by just turning on warnings and compiling your code. Then initializing all the LOCALs until the warnings go away. PRIVATEs used to cause me all kinds of grief until I just stopped using them. They are the hardest ...
by James Bott
Fri Jul 10, 2015 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of existing variables used
Replies: 5
Views: 938

Re: Changing xBrowse data source and fields at runtime

... .. I don't know if I am going to run into any problems since my xBrowse is tied to a resource ID .. I am thinking I may have difficulty re-initializing the browse since I am using a recordset vs an array :( I am thinking I am going to create the oRs object and create a recordset, then oRs:Close() ...
by Rick Lipkin
Thu Aug 28, 2014 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing xBrowse data source and fields at runtime
Replies: 2
Views: 459

Re: Menuitem error with SetPrompt - Solved

... an error ocurrs (same problem related to DATAs l2007 and 2010). So I reviewed Class TMenu Method Redefine() and found that we were not properly initializing l2007 and l2010 for submenus, so this is the right code: static function ResBuild( oMenu ) ... if ( hSubMenu := GetSubMenu( hMenu, n - ...
by Antonio Linares
Sun Jul 13, 2014 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuitem error with SetPrompt - Solved
Replies: 17
Views: 5775

Re: xBrowse, bSeek y lAutoOrder

... ) before assigning any of your data and codeblocks. If you do not explicitly call SetRdd( .. ) initially in the program, XBrowse at the time of initializing by default calls SetRdd(), but this is not recommended. As you suggested, we are now creating ::bSeek in SetRDD method as DEFAULT (from ...
by nageswaragunupudi
Mon Jul 01, 2013 7:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse, bSeek y lAutoOrder
Replies: 3
Views: 1402

Re: help for an array

Mr Silvio I have an array of many colors Function InitColorsArray() Please refer to your first posting: After initializing the two arrays aClrNames := {} aColorNum := {} This single line code is all that is enough to give you the two arrays as you wanted.    AEval( ...
by nageswaragunupudi
Mon May 27, 2013 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for an array
Replies: 15
Views: 4244

Re: Xbrowse, array and go to specific row

Nages.. It works.. but how can I do it if after initializing the xBrowse, I want to go to another Row, in fact, depending on the user input in an external get, I can go to the 21° row first, show a dialog, go to the 1° row show another dialog, then ...
by Adolfo
Thu Feb 21, 2013 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse, array and go to specific row
Replies: 4
Views: 902

Xbrowse, array and go to specific row

Initial Data .- a 2dimension array(100 rows * 2 columns ) .- a xbrowse with only 20 visible rows .- after initializing the xbrowse, I wanna go to the 21° row, show it and refresh the xbrowse (as last row) .- i could go up and down the xbrowse (thru program), always showing the ...
by Adolfo
Thu Feb 21, 2013 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse, array and go to specific row
Replies: 4
Views: 902

Re: ayuda para pasar función a C

... · If the application is running under VMWare/VirtualPC, SecureEngine does not set "user_variable". You should take care of initializing "user_variable" to something else from "user_value". · SecureEngine returns control to the protected application. The ...
by lucasdebeltran
Tue Sep 04, 2012 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda para pasar función a C
Replies: 32
Views: 5388

Re: TIMER on Dialog

There are another problem too : when I close child window and open it again it gives exception error. May be there should be a
some DisableCommNotification() too? ? Also when I close comm port and open it again it gives

SetCommState Error initializing port error
by mosh1
Thu Jun 28, 2012 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIMER on Dialog
Replies: 14
Views: 4126

Re: How i can discover if my printer is off?

FWH-function : PrnStatus( <cPrinter> ) --> nStatus Parameters: <cPrinter> The printer of which the status is to be retrieved. Returns: <nStatus> One of the following values: #define PRINTER_STATUS_OK 0 #define PRINTER_STATUS_PAUSED 1 #define PRINTER_STATUS_ERROR 2 #define PRINTE...
by ukoenig
Wed Feb 08, 2012 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How i can discover if my printer is off?
Replies: 2
Views: 864
Next

Return to advanced search