Search found 36 matches: respective

Return to advanced search

Re: Help splitting up a character address string

... Drive, Columbia, SC 29212" # Split the address into components components = cAddress.split(", ") # Assign each component to its respective variable cStreet = components[0] cCity = components[1] cStateZip = components[2].split(" ") cState = cStateZip[0] cZip = cStateZip[1] ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 598

Re: Small Question about Word and FWH

... 1 Window Title" in Application 2 code with the actual title of the Application 1 window. Ensure that both applications are running with their respective windows open before attempting to check the document state. Please review FWH\samples\fwcopy16.prg to see how to use WM_COPYDATA
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Date scrollbar

I have two scrollBar to select two dates https://i.postimg.cc/dty53cn6/test-scroll.png both trackpos are placed in their respective number of records (recno ()) How can I do if when I move the second trackpos and it arrives in the same position as the first, I make the first ...
by Silvio.Falconi
Thu Apr 21, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date scrollbar
Replies: 2
Views: 223

XBROWSE WITH oTREE OF 2 TABLES

... * flour * eggs <- TABLE 2 * milk * etc. I need to show in a xBrowse the product PASTEL and with a TREE the products that compose it with their respective quantities and cost of each component and that of the total cost of the PASTEL showing or not the products that compose it, I hope to have ...
by joseluisysturiz
Sat Jun 16, 2018 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE WITH oTREE OF 2 TABLES
Replies: 5
Views: 1401

Re: Introducing FiveTech's fivedit

... directory. In xDevStudio Software there is a place to put the desktop, which is the directory where is a database of the client, with their respective files, logos, dll and etc. and secondly that by selecting the file on the right side when entering [ENTER] it will open the PRG file without ...
by MFarias
Fri Jun 08, 2018 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107245

Re: Disable image paste on richedit and VSCROLL

...   oCtrl:Command( nWParam, nLParam )   endcasereturn nil add an empty implementation on TControl, and move other case on respective classes, for example BN_CLICKED is only on button, CBN_SELCHANGE is only on ComboBox...
by AntoninoP
Wed Mar 07, 2018 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable image paste on richedit and VSCROLL
Replies: 10
Views: 1375

Re: Nuevo FWH 16.10

... Standby The Standby list, which is shown in blue, contains pages that have been removed from process working sets but are still linked to their respective working sets. As such, Standby list is essentially a cache. However, memory pages in the Standby list are prioritized in a range of 0-7, ...
by Antonio Linares
Tue Nov 15, 2016 10:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.10
Replies: 15
Views: 2946

Re: Simple print question

... since I am using a PDF writer that I provide and its part of a complicated routine where I generate bills to pdf files and then email them to the respective recipients all without requiring any user input. How can I get it to work the old way? You are tried without brackets? print oprn name pname ...
by cnavarro
Sun Jan 31, 2016 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple print question
Replies: 9
Views: 1917

Simple print question

... since I am using a PDF writer that I provide and its part of a complicated routine where I generate bills to pdf files and then email them to the respective recipients all without requiring any user input. How can I get it to work the old way?
by dtussman
Sun Jan 31, 2016 5:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple print question
Replies: 9
Views: 1917

Re: Metro Class on notebooks

... Attached BAT - The folder structure must be C: \ FiveUI - Include - Obj - Res - Source and place the compressed folders that I posted at their respective locations
by cnavarro
Mon Aug 03, 2015 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class on notebooks
Replies: 24
Views: 5505

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... must be a declared variable. FOR EACH <ElementOrProperty> IN <ArrayOrObject> // ElementOrProperty holds value of each respective element or property. <ElementOrProperty> HB_EnumIndex() // Returns current Position Index. [LOOP] [EXIT] NEXT The FOR EACH syntax is ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2271

Re: TGRAPH Technical Question

... http://s24.postimg.org/ue4adt02d/TGRAPH_01.jpg [/url] The issue now is how to relate each series with their respective value in aBarCoors array as this array containing all values of each series. I mean if Series “A” has 12 Value and Series ”B” has 12 Value ...
by George
Thu Dec 25, 2014 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9365

dbcombo blank

... display OK, just not in the same dbcombo vars. Also, upon saving the edit even though these 2 dbcombo vars are showing blank they save with their respective original values correctly. I attach a segment of that code. Each dbcombo draws off of different .dbfs' oDbc1, 2, 3, 4 Vars are set as locals. ...
by brewster
Tue Dec 09, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1429

Re: Clases UI

... - Obj                   - Res                   - Source                   and place the compressed folders that I posted at their respective locations
by cnavarro
Sun Aug 03, 2014 9:43 am
 
Forum: Utilities / Utilidades
Topic: Clases UI
Replies: 40
Views: 11032

Re: Empezando con ADO

... methods, ADO targets the Microsoft Office products and data management between those applications as well as ( most any ) Sql RDMS's through their respective OLE Db providers. One nice thing Microsoft has traditionally done is include their MS Jet and SQLOLE db providers in every Windows operating ...
by Rick Lipkin
Fri Sep 20, 2013 12:59 pm
 
Forum: Off Topic / Otros temas
Topic: Empezando con ADO
Replies: 48
Views: 17881
Next

Return to advanced search