Search found 21 matches: herewith

Return to advanced search

XBrowse with full grid (Solved)

... I can not paint the effect of divisions of rows and columns when the array is empty, or fails to have the number of rows occupied all xBrowse Herewith the code I use Buenos dias No consigo el efecto de pintar las divisiones de filas y columnas cuando el array está vacio, o no llega a tener ...
by cnavarro
Thu May 16, 2013 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with full grid (Solved)
Replies: 14
Views: 4767

Re: TdosPrn con Preview e impresoras laser

... i hope that you can help me Your code is working fine for me. I was able to preview and then print to a network Laser printer. Anyway, I am herewith giving you the download link of the prg, make file, exe etc. https://rapidshare.com/files/1904692306/Atur.zip Regards Anser
by anserkk
Wed May 23, 2012 5:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19633

Re: A Client-Server Data Base Server in Harbour

Hi again Herewith class TDBQuery which holds together the details of the actual database query // DBQuery.prg#include "hbclass.ch"#include "rapids.ch"CLASS TDBQuery  // the following properties are normally ...
by xProgrammer
Fri Mar 18, 2011 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2451

Re: A Client-Server Data Base Server in Harbour

Hi all Herewith class TServerQuery which handles the receipt of the query request on the server // TServerQuery.prg#include "hbclass.ch"CLASS TServerQueryDATA arr_StatusDATA arr_ResponseDATA arr_RequestDATA int_QueryIDMETHOD ...
by xProgrammer
Fri Mar 18, 2011 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2451

Re: A Client-Server Data Base Server in Harbour

Hi all Herewith the class TListData // TListData.prg#include "hbclass.ch"#include "rapids.ch"CLASS TListData FROM TData  DATA int_JoinType  DATA int_SubQuery  DATA int_JoinWhere  DATA obj_MasterQuery  DATA ...
by xProgrammer
Fri Mar 18, 2011 2:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2451

Re: A Client-Server Data Base Server in Harbour

Herewith an example of the code related to a particular data base. Note that the queries and the list of fields to be returned are created as objects the code to do this is generated by a series of #xcommands contained in ...
by xProgrammer
Tue Mar 15, 2011 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2451

A Client-Server Data Base Server in Harbour

... data base. I promised to post in response to a request and this thread will fulfill that promise, albeit a bit later than I originally promised. Herewith is the main .prg file. It really only implements two things: command line processing the main server loop // rapids.prg#include "hbclass.ch"#include ...
by xProgrammer
Mon Mar 14, 2011 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2451

Progress Bar problem when used with WindowsXP.Manifest file

... reaches 100%. The problem exists only when Manifest file is used . Is there any solution to this problem ? Or Am I doing something wrong ? I am herewith pasting a sample code which demonstrate the problem. I am using both Meter and Progress. In the below given sample code the Meter reaches 100%, ...
by anserkk
Fri Jan 15, 2010 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress Bar problem when used with WindowsXP.Manifest file
Replies: 4
Views: 845

Re: DbCombo Problem (Solved)

... I have to convert the aItems to Character type before calling a DbCombo SetItems() Now it seems working without converting to Character type. I am herewith providing the modified sample below. #Include "FiveWin.Ch"#Include "DbCombo.Ch"*------------------------------------------*Function ...
by anserkk
Sat Aug 08, 2009 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DbCombo Problem (Solved)
Replies: 3
Views: 662

Dear Sambomb, I am herewith pasting a sample code which you can test it yourself. You can copy paste and run exe at your end. You should Try Enter Key, Mouse Left Click and Mouse Left Button Double Click on the 2nd Column ie Status ...
by anserkk
Thu Dec 18, 2008 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable mouse double click event on xBrowse ? (Solved)
Replies: 25
Views: 4607

Daniel, I am using xBrowse of FWH 8.08 Is there any other way to handle this problem without modifiying the original XBrowse Source Code I am herewith pasting code of xbrowse Method LDblClick METHOD LDblClick( nRow, nCol, nKeyFlags ) CLASS TXBrowse local oCol local nColPos, nRowPos ::CancelEdit() ...
by anserkk
Thu Dec 18, 2008 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse SetCheck,Bitmap Column and bEditValue
Replies: 13
Views: 2717

Dear Mr.Antonio I am herewith pasting the screen output generated while I tried to generate FiveHx.Lib As said in my post I have copied all the contents to a single folder ie classes,Function,WinApi Result C:\classes>for %f in (*.prg) ...
by anserkk
Thu Oct 16, 2008 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6653

Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes

... with the Original FiveH.Lib and majour fifference in the FiveHx.Lib file when compared with the Original distribution of FWH ver 8.08. I am herewith pasting the Output produced while running the batch file mFiveHx.Bat while trying to generate FiveHx.Lib I don't know where I have went wrong. ...
by anserkk
Thu Oct 16, 2008 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6653

Valid not getting evaluated after button click

... !empty(cVar). Initially it works fine. But after I click the Save button, if I try to make the get's empty, the valid is not getting fired. I am herewith pasting an example code Pls note: The problem occurs only after clicking the save button #include "FiveWin.ch" *-----------------------------------------* ...
by anserkk
Wed Oct 15, 2008 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid not getting evaluated after button click
Replies: 6
Views: 956

Hi Antonio Herewith the page for TBROWSENew as a sample of the sort of layout one might use for Five Linux (or Five Win) classes. <html><head><title>TBROWSENew()</title></head><body><a ...
by xProgrammer
Wed Aug 27, 2008 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming Reference Guides
Replies: 12
Views: 3542
Next

Return to advanced search