RE: List box issues

2024-04-24 Thread Tracy Pearson
control is probably not supported in any other event because Interactive Change is a better design choice? On Wed, Apr 24, 2024 at 11:52 AM Tracy Pearson wrote: > The Interactive Change event happens when the user makes a selection > change via arrow keys or mouse click. > The Lost Fo

RE: List box issues

2024-04-24 Thread Tracy Pearson
: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Wednesday, April 24, 2024 11:34 AM To: profoxt...@leafe.com Subject: Re: List box issues Thanks Tracy - Interactive change works! Is it by design that the refresh is only executed immediately from the Interactive

RE: List box issues

2024-04-24 Thread Tracy Pearson
Should the code in the Lost Focus event actually be in the Interactive Change event? -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Tuesday, April 23, 2024 9:53 PM To: profoxt...@leafe.com Subject: Fwd: List box issues Thanks to

RE: VFP Form designer display issue

2024-04-23 Thread Tracy Pearson
This behavior occurs when Windows Display Scale setting is greater than 100%. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Tuesday, April 23, 2024 11:11 AM To: profoxt...@leafe.com Subject: VFP Form designer display

Hidden windows in the Window menu

2024-02-06 Thread Tracy Pearson
it. Thanks for looking, Tracy LOCAL loTestForm loTestForm = CREATEOBJECT("TestFormClass") loTestForm.RunTest() loTestForm = .NULL. CLEAR CLASS "TestFormClass" CLEAR CLASS "HiddenFormClass" DEFINE CLASS TestFormClass as Form Height = 200

Class definition is cyclical error

2023-12-27 Thread Tracy Pearson
Is there a way around this? Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive

Re: Programatically placing text boxes on a form

2023-10-30 Thread Tracy Pearson
The textbox needs to be added with a method on the form. thisform.addobject( "TextBox" + LTRIM(STR(i)) + LTRIM(STR(j)), "textbox") oTextbox = evaluate( "TextBox" + LTRIM(STR(i)) + LTRIM(STR(j))) HTH, Tracy On October 29, 2023 11:43:13 PM EDT, Joe Yo

RE: Passing parameters to an external program run from fox

2023-05-05 Thread Tracy Pearson
; INTEGER nShowWindow LOCAL lcExec, lnRet lcExec = ADDBS(GETENV("windir")) + "system32\explorer.exe" lnRet = ShellExecute(_Screen.HWnd, "open", SYS(5)+SYS(2003), "", SYS(5)+SYS(2003), 1) *MESSAGEBOX(lcExec + CHR(13) + TRANSFORM(

RE: VFP Report Dynamics Tab Missing

2023-04-20 Thread Tracy Pearson
Hi Frank, My only thoughts is you need to be sure you have the updated Report*.app files. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Thursday, April 20, 2023 3:27 PM To: profoxt...@leafe.com Subject: VFP Report

RE: HTTPS GET using Winsock

2023-04-03 Thread Tracy Pearson
e Chilkat ActiveX control, but it isn't free. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Man-wai Chang Sent: Monday, April 03, 2023 7:48 AM To: profoxt...@leafe.com Subject: HTTPS GET using Winsock Are there free Visual Foxpro source co

RE: Error instantiating class when opening a form

2023-03-20 Thread Tracy Pearson
I think I have done this at one time by: Place the ocx in a class of your own. Add the class during the Init wrapped in a Try/Catch. It adds an extra level to the hierarchy. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Eric

Re: Error instantiating class when opening a form

2023-03-18 Thread Tracy Pearson
You could also create a temporary classlib. Tracy On March 18, 2023 9:26:05 AM EDT, Man-wai Chang wrote: >I had a form without the class lib. Could I force open the form >ignoring the class instantiation error? > >Other than opening the form.scx, delete those referen

RE: Report with 2 Columns, Left to Right and Groups

2023-01-16 Thread Tracy Pearson
ooter bands" in the Detail Band Properties results in the detail band never going to the right columns. May this help someone in the future. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Monday, January 16, 2023 12:28 PM T

Report with 2 Columns, Left to Right and Groups

2023-01-16 Thread Tracy Pearson
is not an option. Creating a similar report in the IDE, not the runtime, does not exhibit this behavior. Does anyone have an idea on how to get the report to behave? We have tried this in VFP 9 SP 2 HF 3 Thank you, Tracy ___ Post Messages to: ProFox@leafe.com

Re: Dymo Twin Turbo

2022-11-13 Thread Tracy Pearson
and the requirements to use their labels with it got me to abandon supporting the Dymo twin printers. There might be something like an old Epson dot matrix type code that switches sides. I didn't research that. Without knowing the printer has two paper feeds. Time was not on my side. Tracy On November

RE: dreaming of vfp and vscode integration

2022-10-25 Thread Tracy Pearson
have used both, but prefer the config.fpw method. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Roberts Sent: Tuesday, October 25, 2022 10:17 AM To: profoxt...@leafe.com Subject: dreaming of vfp and vscode integration This morning

Breakpoint, click Resume, nothing happens

2022-09-16 Thread Tracy Pearson
ust before the DEBUG and I'm able to Resume and stop through my code now. Hope this helps someone in the future. Have fun, see you at Virtual Fox Fest 2022 soon! Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.c

VFPa oddness

2022-08-26 Thread Tracy Pearson
and/or funny) comments welcome. It's been a little quiet here lately. Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman

RE: Document View magic inside a long PRG

2022-08-10 Thread Tracy Pearson
It will, if the order of Document View is by Location. If it is by Name, or Type it may not. All is good here, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, August 10, 2022 11:12 AM To: profoxt

RE: Problem setting ActiveX control property (Folderview and Fileview controls)

2022-06-02 Thread Tracy Pearson
Have you tried to use the STORE command STORE 240 TO MyFileView.ColumnWidth("Name",0) It might not work either. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Thursday, June 02, 2022 12:20 PM To: profoxt...@leafe.com

RE: Foxfest Tomorrow.... Help

2022-05-04 Thread Tracy Pearson
Dave, I got emails Update 2 and 3 from that email address. The first Update 1 email came from Rick Schummer's email directly. It arrived 4/27. Rick is in the Central time zone. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave

RE: visual foxpro advanced table size limits

2022-04-19 Thread Tracy Pearson
Jeff, In the version you can download without a subscription you need to enable large files sizes in the 64-bit version http://www.baiyujia.com/vfpdocuments/f_vfp9fix112.asp HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Roberts

RE: can visual foxpro create a table inside a sql statement?

2022-04-15 Thread Tracy Pearson
ach of those select statements will create a result with the number of records in tempCursor. Sure, you could use and Order By clause and Top 1 to get just one result, but the Order By could slow it down. I'm with Mike, just don't do it. Tracy -Original Message- From: ProfoxTech [mailt

RE: VFP to SharePoint Spreadsheet Dashboard

2022-04-06 Thread Tracy Pearson
James, The listserve does not send the HTML portion of emails through. If you can, send messages as plain text. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of James Trogdon Sent: Wednesday, April 06, 2022 8:01 AM To: profoxt...@leafe.com

RE: VFP to SharePoint Spreadsheet Dashboard

2022-04-05 Thread Tracy Pearson
of the talk and none of the front end implementation. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of James Trogdon Sent: Tuesday, April 05, 2022 2:08 PM To: profoxt...@leafe.com Subject: VFP to SharePoint Spreadsheet Dashboard Hi All

RE: Problem replacing/deleting temporary picture file

2022-04-05 Thread Tracy Pearson
if the GDIPlusX method is leaving the control open with a file handle to the image. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of paul.newton.h...@gmail.com Sent: Sunday, April 03, 2022 2:55 PM To: profoxt...@leafe.com Subject: Problem

RE: FoxBin2PRG vs TwoFox

2022-03-30 Thread Tracy Pearson
+1 -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 30, 2022 4:26 PM To: profoxt...@leafe.com Subject: RE: FoxBin2PRG vs TwoFox I've had no issues with doing just that, Jeff. Works a treat. In some cases I found it

RE: FoxBin2PRG vs TwoFox

2022-03-30 Thread Tracy Pearson
ode reviews is something else that needs to be looked at and questioned. I'm using v1.19.64 currently. I'm fairly happy with the process. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 30, 2022 3:46

Re: CURSORTOXML and NULLs

2022-03-29 Thread Tracy Pearson
I tend to create the cursor and use flags to append to the existing cursor. Tracy On March 29, 2022 7:01:47 PM EDT, Richard Kaye wrote: >While I'm poking away at this, I thought I'd check with the collective wisdom. >I've found a situation where I want to take advantage of CURSO

RE: Using gmail to send emails from your VFP apps -- deadline approaching for shutoff

2022-03-04 Thread Tracy Pearson
Actually, VFP 9 has the ability built in. _cliptext = STRCONV(_cliptext,14) Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt @ Gmail Sent: Friday, March 04, 2022 3:14 PM To: profoxt...@leafe.com Subject: Re: Using gmail to send emails

RE: Using gmail to send emails from your VFP apps -- deadline approaching for shutoff

2022-03-04 Thread Tracy Pearson
is an option. If you were thinking of creating an email server solution. Maybe you just need to host an API that accepts the error report and it can email you. Now that I typed all this stuff. I would opt for the API. Tracy Here's what the alien text said: got this notice from google today

Re: Problem moving controls on a form at runtime

2022-02-26 Thread Tracy Pearson
This happens to me when the anchor is set on the control. Tracy On February 26, 2022 6:08:22 PM EST, paul.newton.h...@gmail.com wrote: >Hi all > > > >I am trying to reposition controls on a form at runtime and all is working >well, except for one control (Microsoft Web Brows

RE: Back from the Dead & MS PowerApps...

2022-02-24 Thread Tracy Pearson
Good luck, Kurt. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt @ Gmail Sent: Thursday, February 24, 2022 5:32 PM To: profoxt...@leafe.com Subject: Re: Back from the Dead & MS PowerApps... Thanks SO Much RK - its Great to hear from you

Re: Problem with bbControls and MFC70.DLL

2022-02-13 Thread Tracy Pearson
Place it in the same directory as the OCX file. Tracy P.S. It could be in the path environment variable. This is not recommended as older versions have vulnerabilities, or could be changed to be a vulnerability. On February 13, 2022 7:52:24 AM EST, paul.newton.h...@gmail.com wrote: >Hi

RE: Pictures and fontnames in dropdown lists and listboxes

2022-02-11 Thread Tracy Pearson
One of the RowSourceTypes for these controls is Popup. A Popup can be configured to have different fonts and images. LOCAL oForm oForm = CREATEOBJECT("formtest") oForm.Show(1) DEFINE CLASS formtest as Form width = 400 ADD OBJECT myListBox as Listbox WITH RowSourceType = 9,

RE: Transparent commandbuttons in Windows 11

2022-01-31 Thread Tracy Pearson
I see this is only happening when the SpecialEffect is set to 0 - 3D which is the default. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Monday, January 31, 2022 3:43 PM To: profoxt...@leafe.com Subject: Transparent

Transparent commandbuttons in Windows 11

2022-01-31 Thread Tracy Pearson
Nothing fancy, it appears to come for free when running on Windows 11. If you have a button hiding something under it, it might show up through it. Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman

RE: CABuilder Revisited

2022-01-17 Thread Tracy Pearson
mode. If you are using VFP 9 SP 2, the browser.dbf will be virtualized and all should still work. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Man-wai Chang Sent: Sunday, January 16, 2022 9:27 AM To: profoxt...@leafe.com Subject: Re

RE: Problem trying to run a Powershell script as an Explorer shell command (Fox related)

2022-01-07 Thread Tracy Pearson
I had created config.fpw files for each of my projects that have a command entry to run a startup.prg that does my environment setup and opens my project files. I've not gotten myself into PowerShell. I'm so used to a command prompt from the DOS days when we started Windows from a command. HTH

RE: Problem trying to run a Powershell script as an Explorer shell command (Fox related)

2022-01-07 Thread Tracy Pearson
You may need the fully qualified path to the PowerShell executable for it to work. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of paul.newton.h...@gmail.com Sent: Friday, January 07, 2022 5:43 PM To: profoxt...@leafe.com Subject: Problem

RE: ProTip: Still using the Project Manager?

2021-12-29 Thread Tracy Pearson
Yes. That is true. So you can use "COMMAND" in the place of "PROJECT MANAGER". Or make it Procedure you call passing in what the Title of the Outer window and what Window it should hold. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.co

RE: ProTip: Still using the Project Manager?

2021-12-29 Thread Tracy Pearson
You can turn Docking off on the Command window. You do not need to wrap it. WDockable("COMMAND", .F.) OR Right click the title bar of the Command window and unselect Dockable That works for the Document View, Properties and Data Session windows. Have fun! Tracy -Origin

RE: ProTip: Still using the Project Manager?

2021-12-29 Thread Tracy Pearson
...@leafe.com Subject: Re: ProTip: Still using the Project Manager? "This just inVisual FoxPro 9 support for *Mac Desktops*!" LOL! On 12/28/2021 3:06 PM, Tracy Pearson wrote: > If you are still using the Project Manager and are on a High DPI screen. > When you move t

ProTip: Still using the Project Manager?

2021-12-28 Thread Tracy Pearson
don't mean to? Change ZOOM to NOZOOM. Works in VFP 9 and VFP Advanced. OR You could use Doug Hennig's Project Explorer https://github.com/DougHennig/ProjectExplorer Happy Coding! Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maint

RE: Windows 11 ads and unexpected restarts on Win 10 Pro

2021-12-27 Thread Tracy Pearson
%. Then the fonts in the report designer were a bit wonky. Pageframes in Windows 11 seem to have changed color in the runtime. Other than that, I didn't see anything different. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions

RE: Anyone on here involved with Virtual Fox Fest?

2021-12-21 Thread Tracy Pearson
Hi Chris, Rick Schummer would be the better person to answer. I heard at the conference they are considering having a one day Virtual FoxFest in the spring and the live SWFox conference in the fall of 2021. Hopefully Rick will confirm or deny. Tracy -Original Message- From: ProfoxTech

RE: sftp for vfp6?

2021-12-01 Thread Tracy Pearson
I haven't used it for SFTP, but the Chilkat COM control has it. https://chilkatsoft.com/ https://www.example-code.com/foxpro/sftp_uploadFile.asp It looks like SFTP requires a license. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff

RE: ReFox Or Something Like It

2021-11-19 Thread Tracy Pearson
ss to save it as something different. If you are in a VFP session, and you DO APP.EXE, you may be able to still have the Command Window available to run the Modify Form. Christof did a presentation demonstrating this many years ago. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profo

RE: Reprots Field Properties override options

2021-11-18 Thread Tracy Pearson
to 10pt when at 200% it should be 16pt. The dpiaware classlib handles multiple scale factors. And I'm implementing that in a local build for the needs I currently have. I will reach out to Joel as well. Thank you, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@

RE: Reprots Field Properties override options

2021-11-18 Thread Tracy Pearson
I have a 15" 4K laptop that I have configured my display to 2048x1152 at 100%. For a 13" you may need to go smaller. VFPAdvanced behaves better at higher DPIs, but there are still odd UI things to contend with. Tracy -Original Message- From: ProfoxTech [mailto:profo

RE: Reprots Field Properties override options

2021-11-16 Thread Tracy Pearson
sable. So my task is working with this. I'm looking at integrating the vfp_dpi_aware class I have shared in to it currently. Though it will take some time for me to do a pull request. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rick Sch

RE: Reprots Field Properties override options

2021-11-15 Thread Tracy Pearson
xSource - contains the ReportBuilder project. These dialogs are part of the APP and can be adjusted. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Monday, November 15, 2021 11:31 AM To: profoxt...@leafe.com Subject: Reprots

Reprots Field Properties override options

2021-11-15 Thread Tracy Pearson
with the report writer as well that may need to addressed in VFP A. Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman

RE: Open Web Site and Pass Login Info

2021-10-26 Thread Tracy Pearson
Chilkat is a third party tool that may be able to help with that. They have VFP based examples. https://www.chilkatsoft.com/ HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Carl Lindner Sent: Tuesday, October 26, 2021 12:43 PM To: profoxt

RE: Matt Slay

2021-10-11 Thread Tracy Pearson
That is sad to hear. He will be missed. May his family be cared for and find blessings and comfort in this time. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rick Schummer Sent: Monday, October 11, 2021 6:18 PM To: profoxt...@leafe.com

RE: Virtual Fox Fest 2021 (Oct): Early-Bird Ends Thursday

2021-10-01 Thread Tracy Pearson
It's saddens me to hear about your dad Paul. May you and your family have a positive experience and blessings. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Friday, October 01, 2021 3:25 PM To: profoxt...@leafe.com Subject

RE: Grid column text alignment shifts on first focus

2021-08-19 Thread Tracy Pearson
True or false have the same affect. On August 19, 2021 12:05:26 PM EDT, Richard Kaye wrote: >How is sparse set? > >-- > >rk > >-Original Message- >From: ProfoxTech On Behalf Of Tracy Pearson >Sent: Thursday, August 19, 2021 11:51 AM >To: profoxt...@leafe.

Grid column text alignment shifts on first focus

2021-08-19 Thread Tracy Pearson
?) around the inside of the cell when the cell is clicked. Once focus moves from that cell the highlight goes away. Has anyone seen this and discovered the trouble behind it? Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

RE: Virtual Fox Fest 2021 (October): Speakers, Sessions, and Registration

2021-08-17 Thread Tracy Pearson
It's now officially in the public view. And you said something before me. I'm looking forward to the conference. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Tuesday, August 17, 2021 6:18 PM To: profoxt...@leafe.com

RE: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-10 Thread Tracy Pearson
Hi Mike, I suspect when your laptop is open in the dock it becomes Monitor #1, and the main monitors are in the negative numbers then. Are these windows in the Screen or on the Desktop directly? Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf

RE: New Job & The Silence is Killing Me...

2021-07-21 Thread Tracy Pearson
+1 -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, July 21, 2021 5:57 PM To: profoxt...@leafe.com Subject: RE: New Job & The Silence is Killing Me... Congrats on the new gig, Kurt. -- rk -Original Message-

RE: Help or Opinions on GKKTools / VFP-Editors from ggreen86 from VFPX on github

2021-07-16 Thread Tracy Pearson
, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Roberts Sent: Friday, July 16, 2021 9:14 AM To: profoxt...@leafe.com Subject: Help or Opinions on GKKTools / VFP-Editors from ggreen86 from VFPX on github Hi everyone, I've recently been

RE: VFP Label Height changes

2021-07-14 Thread Tracy Pearson
reference the parent of an object, don't do it in the child init method. Some properties don't stay as you suspect them to. Have Fun! Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Friday, July 09, 2021 9:44 AM To:

RE: VFP Label Height changes

2021-07-09 Thread Tracy Pearson
not seeing the behavior currently. I'll may get some more time this weekend to continue my efforts. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Thursday, July 08, 2021 10:48 AM To: profoxt...@leafe.com Subject: Re: VFP La

RE: VFP Label Height changes

2021-07-07 Thread Tracy Pearson
There was no code in the Init of the subclass or form instances. I put that hack in the subclass, I followed it with a DODEFAULT(). Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jan Bucek Sent: Wednesday, July 07, 2021 4:44 PM To: profoxt

RE: VFP Label Height changes

2021-07-07 Thread Tracy Pearson
What is the default height for the font name and size used? -- rk -Original Message- From: ProfoxTech On Behalf Of Tracy Pearson Sent: Wednesday, July 7, 2021 3:37 PM To: profoxt...@leafe.com Subject: RE: VFP Label Height changes Autosize = .F. Alignment is centered The Label class

RE: VFP Label Height changes

2021-07-07 Thread Tracy Pearson
Autosize = .F. Alignment is centered The Label class doesn't have IntegralHeight. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, July 07, 2021 3:17 PM To: profoxt...@leafe.com Subject: RE: VFP Label Height

VFP Label Height changes

2021-07-07 Thread Tracy Pearson
Maybe someone can tell me why this happens occasionally. I have a base label (cLabel) in class library A. I have a container (cNavButton) containing cLabel in class library B. I have another container (cNavGroup) that will contain cNavButton also in class library B. There is a form (frm1 (based

RE: Strange display of DropDownList in Grid

2021-06-28 Thread Tracy Pearson
Frank, I think what happened with me was the font was getting to large. I was attempting to get my font larger and possibly varied using the Popup RowSourceType. It's only supported for backward compatibility so I'm not going to use it. And it didn't work as I wanted it to. Tracy -Original

RE: Strange display of DropDownList in Grid

2021-06-25 Thread Tracy Pearson
Frank, I'm tinkering with a dropdown for something completely different than this post, and what do I see? That picture you posted of the odd caret on the left of the dropdown and no text included. By chance, is your dropdown being populated with a RowSourceType = 9 (popup) ??? Tracy

Builders and the VFP Undo function

2021-06-18 Thread Tracy Pearson
For those that have worked with builders. Has anyone noticed if the Undo button on the toolbar worked to undo what a builder changed? Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman

RE: Strange display of DropDownList in Grid

2021-06-01 Thread Tracy Pearson
I took another look at that. And I think that might be an odd scrollbar happening because the height of the dropdown got screwed up. That is very odd. Is that a standard combobox or one that has some customization? Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun

RE: Strange display of DropDownList in Grid

2021-06-01 Thread Tracy Pearson
I see that on a ComboBox on a form when the underlying controlsource is a value that is not in the RowSource. I think it might be the reason in the grid as well. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Tuesday

RE: Strange display of DropDownList in Grid

2021-06-01 Thread Tracy Pearson
() clear any odd drawing over the grid? The system I maintain has a ComboBox configured as a DropDown in a grid. I've not heard any complaints about it. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Tuesday, June 01

RE: Formset goofy

2021-05-26 Thread Tracy Pearson
o use them. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Wednesday, May 26, 2021 5:29 PM To: profoxt...@leafe.com Subject: Formset goofy I have been working with two forms in a formset for the first time. All has worke

RE: Form designer rules?

2021-05-26 Thread Tracy Pearson
I admit, I prefer to not use the UI controls that way. I also admit that I'm an enabler, and if people want to use the controls that way I help. I should probably start adding something like: You could do it that way, though it may not be as maintainable if you did X. Tracy -Original

Re: Form designer rules?

2021-05-23 Thread Tracy Pearson
Combobox1 selects into a cursor. Use that cursor name in the where clause of the select statement in combobox2. In the valid event of combobox1, call the requery method of combobox2. The initial queries are processed after the form load event. They only requery when told to. HTH Tracy On May

RE: Form designer rules?

2021-05-23 Thread Tracy Pearson
the ComboBox.RowSource to select displaytext from comboboxdata into cursor t1 and set the ComboBox.RowSourceType = 3 && SQL statement To be consistent with your select statement I added the "distinct" clause and it still works. I tested in VFP 9 SP2 Hotfix 3 HTH, Tracy -Original

RE: Navigating structure using list boxes?

2021-05-21 Thread Tracy Pearson
will verify it is enabled, then disable itself, then call the population code. If you can avoid using a timer, I would. They can stack up and get triggered multiple times. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent

AW: Searching classes and forms for something specific

2021-05-20 Thread Tracy Pearson
attempting to get it to work for me. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, May 12, 2021 7:30 PM To: profoxt...@leafe.com Subject: Re: AW: Searching classes and forms for something specific

RE: Navigating structure using list boxes?

2021-05-19 Thread Tracy Pearson
ctiveX control. https://github.com/DougHennig/ProjectExplorer HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Wednesday, May 19, 2021 6:41 PM To: profoxt...@leafe.com Subject: Navigating structure using list boxes? I am an infr

Searching classes and forms for something specific

2021-05-11 Thread Tracy Pearson
for this specific query as well. I'm curious if there is a tool to help in the future. Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https

RE: _framewk,vct is missing or invalid, but it isn't and it's not.

2021-05-04 Thread Tracy Pearson
://github.com/Tracy-P/FoxcodePlus/blob/master/Installing_to_VFPA.md -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Tuesday, May 04, 2021 9:53 AM To: profoxt...@leafe.com Subject: Re: _framewk,vct is missing or invalid, but it isn't

RE: _framewk,vct is missing or invalid, but it isn't and it's not.

2021-05-04 Thread Tracy Pearson
is missing or invalid, but it isn't and it's not. Tracy: I do find the files in the Virtual Store. What's the best way to fix, should I delete them? On Tue, May 4, 2021 at 9:52 AM Ted Roche wrote: > I'm concerned that's solving a little problem with a big shotgun. This is > a dev

RE: _framewk,vct is missing or invalid, but it isn't and it's not.

2021-05-04 Thread Tracy Pearson
a corrupt _framewk.vcx. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Tuesday, May 04, 2021 9:25 AM To: profoxt...@leafe.com Subject: _framewk,vct is missing or invalid, but it isn't and it's not. Rebuilding

RE: VFP9 (and VFPA) on Windows 10 -- wish Mr. Chen would fix the visual bugs!

2021-04-30 Thread Tracy Pearson
/vfpdocuments/f_vfp9fix19.asp HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, April 30, 2021 9:15 AM To: profoxt...@leafe.com Subject: Re: VFP9 (and VFPA) on Windows 10 -- wish Mr. Chen would fix the visual

RE: Variations in CSV settings by region

2021-04-16 Thread Tracy Pearson
Richard, I remember talking with Jean-Marie Laeremans about troubles he had with imports. Different rows of data had a different number of delimiters. He probably has some stories to tell about those days. Though I don't know how traumatic it was for him. Tracy -Original Message- From

RE: Virtual Fox Fest 2021 (May): Time to Register

2021-04-06 Thread Tracy Pearson
Okay, I got my Virtual Fox Fest 2021 shirt. I'm ready for the gathering in a month! Tracy -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Rick Schummer Sent: Tuesday, March 23, 2021 3:57 PM To: profox@leafe.com Subject: Virtual Fox Fest 2021 (May): Time

RE: Bizarre Desktop write problem driving me mad

2021-03-31 Thread Tracy Pearson
Is the EXE somehow running in a sandbox, or compatibility mode? Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Vince Teachout Sent: Tuesday, March 30, 2021 12:43 PM To: profoxt...@leafe.com Subject: Re: Bizarre Desktop write problem driving

Re: [NF] New hardware - network port and HDD

2021-03-21 Thread Tracy Pearson
Hi Paul, Some laptops RJ-45 ports have a piece that drops down. This part is where the tab on the cable catches. SATA drives are backwards compatible. SATA ports are also backwards compatible. They just won't be as fast. How that helps, Tracy On March 21, 2021 6:28:09 PM EDT, Paul Newton

RE: Grid with an centered image

2021-03-19 Thread Tracy Pearson
Hi Frank, I'll get something put together next week. What I have is working, just not as centered as it should be at all DPI scales. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Friday, March 19, 2021 9:41 AM

RE: Grid with an centered image

2021-03-17 Thread Tracy Pearson
. (note: DynamicCurrentControl is fired multiple times for each visible row in the grid when the data is changed) -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Monday, March 08, 2021 5:41 PM To: profoxt...@leafe.com Subject: RE: Grid

RE: Grid with an centered image

2021-03-08 Thread Tracy Pearson
to create a container base that holds the image control and the correct size and see what happens. I'll get back to you. Thank you, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Monday, March 08, 2021 5:26 PM To: profoxt

Grid with an centered image

2021-03-08 Thread Tracy Pearson
a centered image to have the highlight color set as the background color of the button for the current selected row Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT

RE: MemberClass update

2021-02-12 Thread Tracy Pearson
That's one of the main reasons the code is in git source control. Thank you for the reminder. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Koen Piller Sent: Friday, February 12, 2021 1:15 AM To: profoxt...@leafe.com Subject: Re

RE: MemberClass update

2021-02-11 Thread Tracy Pearson
that are headers. The other controls in the column also need the Parent updated. With 200ish grids in the project in both ClassLibs and Forms, I'm going to see if I can find and replace a lot of these with some code. Thanks for making take another look at the tiny details. Tracy -Original Message

RE: MemberClass update

2021-02-10 Thread Tracy Pearson
Here's a sample project that shows the behavior I'm having. https://github.com/Tracy-P/vfpmemberclass run foxbin2prg on the pj2 with the * as a parameter. I don't see anything out of place in the SCX. I do see the classlibrary is showing as an FXP. Thank you, Tracy -Original Message

MemberClass update

2021-02-10 Thread Tracy Pearson
ind I needed to put the name property in the PRG based class to get the first layer working. Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: h

RE: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread Tracy Pearson
to read a file in the EXE and it wasn't available. The error is about a missing form or classlib. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, December 07, 2020 9:38 AM To: profoxt...@leafe.com Subject: RE: SCX

Re: SCX form included in EXE is not found on DO FORM line

2020-12-06 Thread Tracy Pearson
Can you check what SET("CLASSLIB") is set to, and SET("LIBRARY")? What is the stack, are things still running in the complied app? Tracy On December 6, 2020 11:30:28 AM EST, "MB Software Solutions, LLC" wrote: >Hi Ajit, > >Still fails:  https://www.sc

  1   2   3   4   5   6   7   8   9   10   >