Search found 24 matches: unfortunitly

Return to advanced search

Re: Resedit closes problems after Windows 10 update

karinha Downloaded but unfortunitly the program starts and then quits .. same error Faulting application name: ResEdit.exe, version: 1.6.6.0, time stamp: 0x55440b92 Faulting module name: ResEdit.exe, version: 1.6.6.0, time stamp: 0x55440b92 ...
by Rick Lipkin
Mon Jul 19, 2021 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 760

Re: TButton Icon Alignment

Rao Using a fixed length Prompt "Abc" does make all the button icons line up correctly .. unfortunitly, not all captions will have the same length... http://img4.imagetitan.com/img4/small/22/22_buttons.jpg It would be nice if you could add a space ...
by Rick Lipkin
Tue Jul 28, 2020 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Test for Vertical Scroll hits EOF xBrowse ( rao )

...       oLbxB:bPastEof = {|| _AddNewRow( oRsDetail,nRepairNumber,nAssignedTo,cLoc,oLbxB,"Y",oRsRepair,"" ) }  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 ...
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: 6011

Re: RichType Print

... idea is sound .. I have manually cut and pasted a .png image into my richtext with no problem .. http://i64.tinypic.com/23l0us.jpg Unfortunitly when I save the file back to the Access Memo field .. the image does not save .. just the text .. here is my code: REDEFINE BTNBMP oBtn1 ...
by Rick Lipkin
Wed May 10, 2017 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichType Print
Replies: 25
Views: 4267

xBrowse MARQSTYLE_HIGHLROW .. Rao

...               oOther,oSubtotal,oLbx,oBtn1,oBtn2,oBtn3,lIsTrucker )NextReturn(nil)  You will notice I am looping through the array, but unfortunitly the the bookmark does not move to the correct data row and I get the same Data twice: First Bookmark: http://i65.tinypic.com/312z81c.jpg ...
by Rick Lipkin
Thu Mar 02, 2017 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse MARQSTYLE_HIGHLROW .. Rao
Replies: 2
Views: 492

Re: Variable substitution in MS Sql Substring() Function

Carlos Thank you for your good suggestion .. unfortunitly I have inherited a system that has multiple relational tables and it goes something like this Bitem Table         (pk) Project_number   '27'Brevision Table     (fk) BINumber ...
by Rick Lipkin
Tue Feb 09, 2016 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Variable substitution in MS Sql Substring() Function
Replies: 6
Views: 1338

Re: xBrowse Default Edit fields OverStrike vs Insert mode

Rao I am just getting back to this topic and I approve of the Insert Behavoir, unfortunitly, the cursor is too fat. I have searched the forums and found several topics on this http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21995&hilit=set+cursor ...
by Rick Lipkin
Wed May 20, 2015 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Default Edit fields OverStrike vs Insert mode
Replies: 7
Views: 1658

xBrwTree.prg Sample with empty Database

To All From my previous post, I found the sample xBrwTree.prg which works great if you have records in the Customer.Dbf .. unfortunitly, if Customer.dbf is empty, you get the following error .. ==========   Path and name: C:\FWH1203\samples\xbrwtree.exe (32 bits)  ...
by Rick Lipkin
Wed Nov 27, 2013 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrwTree.prg Sample with empty Database
Replies: 1
Views: 478

Format multi-line Text in xBrowse ( crlf )

...  "+CRLF+ltrim(str(nColor))+"'"  http://img836.imageshack.us/img836/5984/zsmi.jpg Unfortunitly when I shrink up the lines the CRLF control codes show up.. is there a way to format the text to break in the correct spots without using ...
by Rick Lipkin
Wed Sep 04, 2013 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Format multi-line Text in xBrowse ( crlf )
Replies: 0
Views: 349

Re: xBrowse FillRect ( follow up ) -- Rao

... that is NOT blank, however when I adapt the aDuration, I will use a charactor ( like "B", "G" ) to determine the color.. unfortunitly, I can not seem to get your code to work. I can easily create aDuration with the above charactor codes instead of your logical .. for some ...
by Rick Lipkin
Mon Sep 02, 2013 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse FillRect ( follow up ) -- Rao
Replies: 15
Views: 4388

Re: Create New Record Access

...      z&FIELD_NAME := oRs:Fields(&FIELD_NAME):ValueNext     oRs:CLose()  Above is un-tested .. and I would not use PUBLICs, unfortunitly, you can not use a macro expansion on local or static. Just a few thoughts .. Rick Lipkin
by Rick Lipkin
Tue Feb 05, 2013 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create New Record Access
Replies: 5
Views: 971

Re: xBrowse Multi-Line select

... aCols )  Just looking at the results of the array .. I see a number which with .dbf apparently represents Recno() .. Unfortunitly I am using MS Access ( w ADO ) and Recno() is not a legitimate value. http://img337.imageshack.us/img337/2466/rick1k.jpg ...
by Rick Lipkin
Tue Aug 28, 2012 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multi-Line select
Replies: 3
Views: 836

Re: Creating an Open Office spreadsheet file .xls

... "private:factory/scalc", "_blank", 0, aProp )  Enrico .. the oCalc:Hidden() did not work :( Unfortunitly .. the Libre Office ( same as open office ) interface starts and the oBook is hidden and I can make it visible again .. It would be nice ...
by Rick Lipkin
Wed Nov 02, 2011 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 11958

MS Access problem

... way I can get the tables to re-open is to quit the Master Property table and re-open the Property table and once again the relational tables open. Unfortunitly I do not know if this is a timing issue with Access or resource problem ? When I close the detail screen I am closing all the relational ...
by Rick Lipkin
Thu Oct 13, 2011 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Access problem
Replies: 12
Views: 4603

Re: Diable button bar 2007

... the snipits of code to create the button on the button bar .. then I pass the button bar object to the next mdichild where I disable the bar and unfortunitly, the close button never greys out using the dclose.bmp bitmap .. What am I missing ?? Thanks Rick Lipkin DEFINE BUTTON oBtn3 OF oBar2 FILENAME ...
by Rick Lipkin
Tue Sep 06, 2011 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Diable button bar 2007
Replies: 5
Views: 1237
Next

Return to advanced search