Search found 62 matches: retrieved

Return to advanced search

TPrinter:CmSay() and PrnOffset()

... GETPRINTINGOFFSET, and GETSCALINGFACTOR escapes are obsolete, but it fails to mention the recommended way to get this information. The information retrieved by all three escapes can now be retrieved by calling GetDeviceCaps() with the appropriate index: • For the GETPHYSPAGESIZE escape, the indexes ...
by Ken Wantz
Fri Oct 03, 2008 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter:CmSay() and PrnOffset()
Replies: 2
Views: 682

Enrico,

>I used xHarbour functions but FWH functions can be used as well.

FWH functions cannot be used if you save the encrypted data to an INI file. For instance, I encrypt and save "toad" and when retrieved and decrypted you get "shf".

James
by James Bott
Sun Sep 14, 2008 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Poor Man Cryptography Method ( PMCM )
Replies: 13
Views: 3235

... not saved to an INI file. So the problem is NOT that encrypt()/decrypt() doesn't work, but rather that encrypted text cannot reliably be saved and retrieved from an INI file. I don't know if encrypted text could be saved to other media such as a DBF, but I suspect that the same problem would exist. ...
by James Bott
Sat Sep 13, 2008 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Poor Man Cryptography Method ( PMCM )
Replies: 13
Views: 3235

... variable in the application program used in the filter experession? It appears that XBrowse assumes that the filter set by the programmer as retrieved from DbSetfilter() can always be converted to a valid codeblock. This assumption fails when the filter set in the application program uses ...
by nageswaragunupudi
Wed Sep 03, 2008 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse error fwh 8.08
Replies: 1
Views: 505

Retrieving a web page via shell.explorer

... Please see the small sample below. I can retrieve many properties without troubles, but the "Document" one or other objects which are always retrieved as "Numbers" instead of "Objects". Should I use call the "GetProperty" method (http://msdn.microsoft.com/en-us/library/aa768398(VS.85).aspx) ...
by Davide
Tue Sep 02, 2008 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17491

Check Boxes

... and enable/disable the menuitem according to the privilegge. Thanks again, Use oMenuItem:Enable() or oMenuItem:Disable(). MenuItem objects can be retrieved using oMenu:aItems instance variable. That is what this is (I did leave off something in my previous message): menuItem prompt "Edit" action ...
by Antonio Linares
Wed Aug 27, 2008 7:43 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65670

New FTDN July / Julio 2008 (8.07)

... to oCol:cSortOrder. This works if the data object contains method by name SetOrder( <corder> ) 7. In earlier versions a column object can be retrieved by oBrw:oCol( <cHeader> ). Now it is possible to retrieve a column object with new syntax oBrw:cHeader. It is also possible to create ...
by Antonio Linares
Sat Jul 26, 2008 8:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July / Julio 2008 (8.07)
Replies: 4
Views: 3603

... to oCol:cSortOrder. This works if the data object contains method by name SetOrder( <corder> ) 7. In earlier versions a column object can be retrieved by oBrw:oCol( <cHeader> ). Now it is possible to retrieve a column object with new syntax oBrw:cHeader. It is also possible to create ...
by Antonio Linares
Mon Jul 21, 2008 9:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevas características en XBrowse FWH 8.07
Replies: 10
Views: 2835

... to oCol:cSortOrder. This works if the data object contains method by name SetOrder( <corder> ) 7. In earlier versions a column object can be retrieved by oBrw:oCol( <cHeader> ). Now it is possible to retrieve a column object with new syntax oBrw:cHeader. It is also possible to create ...
by Antonio Linares
Mon Jul 21, 2008 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New features in XBrowse for FWH 8.07
Replies: 6
Views: 1426

... the menu assigned to the given window. HMENU GetMenu( HWND hWnd // handle of window ); Parameters hWnd Identifies the window whose menu handle is retrieved. Return Values If the function succeeds, the return value is the handle of the menu. If the given window has no menu, the return value is ...
by Antonio Linares
Tue Jun 10, 2008 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿como conocer las propiedades de los objetos en C?
Replies: 10
Views: 1554

... still to be added The above function can be used for .hrb file on disk or hrb compiled code in memory ( ideal for storing in database and execute retrieved code ) Always get error : Application =========== Path and name: C:\A\AMDI\eng32.exe (32 bits) Size: 2,767,360 bytes ...
by Rimantas
Fri Nov 02, 2007 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scripting ...
Replies: 28
Views: 6339

... still to be added The above function can be used for .hrb file on disk or hrb compiled code in memory ( ideal for storing in database and execute retrieved code )
by nageswaragunupudi
Fri Nov 02, 2007 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scripting ...
Replies: 28
Views: 6339

New FTDN September/Septiembre 2007

... directories. now it is ok. * Enhancement: Class TTreeView Method Add( cPrompt, nImage, nValue ) now supports a nValue parameter, that can be retrieved later on using the function TVIPARAM( hItem ) --> nValue. It is usefull to relate a treeview item with a specific number (i.e. a record ...
by Antonio Linares
Thu Sep 13, 2007 8:30 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2007
Replies: 1
Views: 2650

Crystal XI y xharbour

Hi Biel, Thanks again for helpful you explanations. I run the app Activexxx and the information retrieved is CrystalReports115.ActiveXReportViewer.1. I pasted this in my code and it works !! Finaly i have the preview of Crystal Reports showing the information from the rpt ...
by mario.paiva
Mon Apr 23, 2007 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8436

... by PRIVATE or LOCAL declarations are not SAVEd. However , in errorsysw.prg you have an example from how local variables from a procedure are retrieved Frank
by Frank Demont
Sun Jan 28, 2007 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save memory vars to text file
Replies: 11
Views: 2016
PreviousNext

Return to advanced search