Frustrating page tab captions

2014-05-28 Thread Geoff Flight
Hello all, I still read this list but I have moved onto managing a training company now but have a VFP contacts/mailing database we use. It all works well but I just tried to get the caption for page1 to read Details (X) with X replaced by a ranking field. brain-dead easy right? My code for

Re: Frustrating page tab captions

2014-05-28 Thread Mike Copeland
What is the value of srit_db.crank? My suspicion is that it has something VFP would consider non standard ACSII. Test it by replacing the srit_db.crank value with something else...like Hello World Mike Copeland Geoff Flight wrote: Hello all, I still read this list but I have moved

RE: Frustrating page tab captions

2014-05-28 Thread Dave Crozier
Try this: cCaption = Details+(srit_db.crank)+) thisform.pageframe1.page1.caption=cCaption Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Geoff Flight Sent: 28 May 2014 07:10 To: 'ProFox Email List' Subject: Frustrating page tab captions Hello all,

RE: Frustrating page tab captions

2014-05-28 Thread Dave Crozier
I forgot to add if that doesn't work then try: thisform.pageframe1.page1.caption=(cCaption) Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Dave Crozier Sent: 28 May 2014 07:39 To: ProFox Email List Subject: RE: Frustrating page tab captions Try

Re: Frustrating page tab captions

2014-05-28 Thread Alan Bourke
Does messing around with the TabStretch and TabStyle properties of the PageFrame change anything? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: Frustrating page tab captions

2014-05-28 Thread Laurie Alvey
Don't know if this helps, but I have a form method called AfterMove which fires whenever the record pointer changes. Among other things it changes the caption of Page1 on the pageframe thus (members.id is integer type): THIS.oPgf.Page1.Caption = Details ( + TRANSFORM(members.id) + ) Works

Re: Frustrating page tab captions

2014-05-28 Thread Tracy Pearson
On May 28, 2014 6:32:09 AM EDT, Laurie Alvey trukke...@gmail.com wrote: Don't know if this helps, but I have a form method called AfterMove which fires whenever the record pointer changes. Among other things it changes the caption of Page1 on the pageframe thus (members.id is integer

Re: How to identify a person's IP address from your VFP app?

2014-05-28 Thread Ted Roche
I meant when the guy hits the web database, what is his IP? I wanted to capture that in my VFP app so as to know where he's coming from. I can configure the MySQL database to only accept certain IP addresses---that's the motivation here...to increase security. But what about mobile? Today

Re: Frustrating page tab captions

2014-05-28 Thread Laurie Alvey
If you run the sample code in the MemberClass help topic (which demonstrates dynamic page captions), it runs correctly. Laurie On 28 May 2014 12:41, Tracy Pearson tr...@powerchurch.com wrote: On May 28, 2014 6:32:09 AM EDT, Laurie Alvey trukke...@gmail.com wrote: Don't know if this helps,

[NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Jeff Johnson
Today I am not able to access my SBS2003 from my computer (Windows 8). I have always been logged onto the server and my workstation with the same ID. This is what I got: An error occurred while reconnecting W: to \\myserver\share Microsoft Windows Network: Multiple connections to a

RE: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Allen
Funny as my new win 8 machine had a connection problem this morning. I had to go into explorer and look to kick it in Al -Original Message- Today I am not able to access my SBS2003 from my computer (Windows 8). I have always been logged onto the server and my workstation with the same

RE: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Richard Kaye
You don't indicate how you are trying to map the share. I usually use the command prompt to map drives instead of the Windows GUI. What does a net use command show you? If it shows a connection to the W drive you can run net use /d w: and then attempt to remap the drive with net use w:

Re: use dropbox,cubby,one drive,google drive as cloud server

2014-05-28 Thread Thierry Nivelet
I chime! Thierry Nivelet FoxInCloud Give your VFP app a second life in the cloud http://foxincloud.com/ Le 27/05/14 20:59, mbsoftwaresoluti...@mbsoftwaresolutions.com a écrit : Your post makes me think Thierry Nivelet will chime in about FoxInCloud.

Re: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Ted Roche
Have you turned off your Windows 8 computer and turned it on again? On 05/28/2014 09:35 AM, Jeff Johnson wrote: Today I am not able to access my SBS2003 from my computer (Windows 8). -- Ted Roche Associates, LLChttp://www.tedroche.com/ ___

RE: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Richard Kaye
Did you try disconnecting and reconnecting the share? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Wednesday, May 28, 2014 9:47 AM To: profoxt...@leafe.com Subject: Re: [NF] Network Issues Suddenly Showing Up Net use

Re: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Jeff Johnson
Yes Dear. First thing I did. I said to myself, If I post this message and don't reboot first, I'm going to get it from Ted! On 5/28/2014 6:45 AM, Ted Roche wrote: Have you turned off your Windows 8 computer and turned it on again? On 05/28/2014 09:35 AM, Jeff Johnson wrote: Today I am

Re: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Jeff Johnson
yep. I did notice something funny. I have to NIC cards in the server with fixed IP addresses. It showed up in my DHCP table with a third IP address. I am checking into that right now. On 5/28/2014 6:48 AM, Richard Kaye wrote: Did you try disconnecting and reconnecting the share? -- rk

Re: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Jeff Johnson
Net use shows the drive OK Initially I get, You do not have permission to access \\myserver\dhare. Contact your network administrator to request access. The drives have been mapped for years with the reconnect at login checked. On 5/28/2014 6:41 AM, Richard Kaye wrote: You don't

RE: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Richard Kaye
That would be another option; use the IP address instead of the computer name in the net use and see if you can connect. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Wednesday, May 28, 2014 9:52 AM To:

Re: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Jeff Johnson
Just had a customer call me with the same issue. Could not access their data files on their server. My router DHCP server serves IP addresses over 192.168.1.90 and my server static IP addresses are below 90. But my server appears in the DHCP table as 96! On 5/28/2014 7:22 AM, Richard

Re: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Alan Bourke
On client PC go into Control Panel, Credential Manager and delete any entries to do with the server. Then browse a shared folder on it and enter your current credentials when asked. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: [NF] Network Issues Suddenly Showing Up

2014-05-28 Thread Allen
Alan You seem to be double sending somehow. I'm getting 2 of your posts Al -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: 28 May 2014 17:02 To: profoxt...@leafe.com Subject: Re: [NF] Network Issues Suddenly Showing Up On client PC

Re: [NF] New lap top configuration.

2014-05-28 Thread mbsoftwaresolutions
On 2014-05-27 17:14, Stephen Russell wrote: No in my general knowledge of EF there is nothing like VFP style table buffering. This is all done without any binding to the actual data table like VFP. Instead this is making a large set of update statements that are all parameter based passing it

Re: Frustrating page tab captions

2014-05-28 Thread mbsoftwaresolutions
On 2014-05-28 02:10, Geoff Flight wrote: Hello all, I still read this list but I have moved onto managing a training company now but have a VFP contacts/mailing database we use. It all works well but I just tried to get the caption for page1 to read Details (X) with X replaced by a ranking

Re: How to identify a person's IP address from your VFP app?

2014-05-28 Thread mbsoftwaresolutions
On 2014-05-27 18:31, Gene Wirchenko wrote: OK, but there is a risk here. The IP address is not his; it is the one that he is using. Suppose the following: Bob's computer has an internal network IP address of 10.1.1.1. Sue's computer has an internal network IP address

Re: Frustrating page tab captions

2014-05-28 Thread Kevin Cully
I seem to remember something about the parenthesis causing the issue. Is that correct Mike? Geoff, can you use square brackets instead? (untested) thisform.pageframe1.page1.caption='Details ['+srit_db.crank + ']' On 05/28/2014 12:36 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: I

RE: Frustrating page tab captions

2014-05-28 Thread Allen
I just checked and I must have had the same problem as I went with a dash instead. Not tried in VFP9 though Al -Original Message- I seem to remember something about the parenthesis causing the issue. Is that correct Mike? Geoff, can you use square brackets instead? (untested)

RE: [NF] Network Issues Suddenly Showing Up - Problem found not solved

2014-05-28 Thread sandc_jeff
Yesterday I installed some software that required me to log in with a Microsoft user ID which is an email. I traced my server problem to the server not recognizing my workstation. I tried to change users to my lovable old self Jeff and Jeff is not an option. Only the email address and

RE: Frustrating page tab captions

2014-05-28 Thread Tracy Pearson
I just tried to reproduce this. It works for me. VFP 9 SP 1 LOCAL testForm testForm = CREATEOBJECT(testForm) testForm.Show() READ EVENTS CLEAR CLASS mybutton CLEAR CLASS mypage CLEAR CLASS mypageframe CLEAR CLASS testform DEFINE CLASS

RE: [NF] Network Issues Suddenly Showing Up - Problem found not solved

2014-05-28 Thread Allen
Hhmm the new machine I have problems with is also a windows M$ ID machine. In my case the proble occurs after the PC has been in sleep mode. I think. Going into windows explorer will jog see the drive but VFP does not. All my other PC's are on a server controlled network. Al -Original

Re: [NF] Network Issues Suddenly Showing Up - Problem found not solved

2014-05-28 Thread Ted Roche
On Wed, May 28, 2014 at 1:20 PM, sandc_jeff sandc_j...@mail.webfaction.comwrote: Yesterday I installed some software that required me to log in with a Microsoft user ID which is an email. I traced my server problem to the server not recognizing my workstation. I tried to change users to my

Ddoouubbllee Poossttiinngg

2014-05-28 Thread Alan Bourke
Anyone seeing my mails twice? -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Ted Roche
Just the other Allen/Alan/Allan I suspect he just hit the pub early. Looks fine to me. On Wed, May 28, 2014 at 1:43 PM, Alan Bourke alanpbou...@fastmail.fmwrote: Anyone seeing my mails twice? -- Alan Bourke alanpbourke (at) fastmail (dot) fm [excessive quoting removed by server]

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread mbsoftwaresolutions
Maybe he's already been hitting the pints. :-) On 2014-05-28 13:50, Ted Roche wrote: Just the other Allen/Alan/Allan I suspect he just hit the pub early. Looks fine to me. On Wed, May 28, 2014 at 1:43 PM, Alan Bourke alanpbou...@fastmail.fmwrote: Anyone seeing my mails twice? --

Re: Frustrating page tab captions

2014-05-28 Thread mbsoftwaresolutions
That would be correct, Kevin. Brackets worked fine. It WAS the parens. On 2014-05-28 12:41, Kevin Cully wrote: I seem to remember something about the parenthesis causing the issue. Is that correct Mike? Geoff, can you use square brackets instead? (untested)

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Eurico Chagas Filho
Only when I drink On Wednesday, May 28, 2014 2:50 PM, Ted Roche tedro...@gmail.com wrote: Just the other Allen/Alan/Allan I suspect he just hit the pub early. Looks fine to me. On Wed, May 28, 2014 at 1:43 PM, Alan Bourke alanpbou...@fastmail.fmwrote: Anyone seeing my mails twice?

RE: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Allen
Am I the only one then? Weird. Only wine, no pints. Al (Allen) -Original Message- Only when I drink On Wednesday, May 28, 2014 2:50 PM, Ted Roche tedro...@gmail.com wrote: Just the other Allen/Alan/Allan I suspect he just hit the pub early. Looks fine to me.

RE: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Tracy Pearson
Allen wrote on 2014-05-28: Am I the only one then? Weird. Only wine, no pints. Al (Allen) -Original Message- Only when I drink On Wednesday, May 28, 2014 2:50 PM, Ted Roche tedro...@gmail.com wrote: Just the other Allen/Alan/Allan I suspect he just hit the pub

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Frank Cazabon
On 28/05/2014 02:56 PM, Allen wrote: Am I the only one then? Weird. Only wine, no pints. Al (Allen) I don't see any double posts. Didn't you ask this in the NF section the other day and somebody suggested that the person was using Reply All rather than Reply and that Reply All goes to

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Kurt @ VR-FX
Twas ME that suggested he might have been doing Reply to All! And - if you Only get ProFoxTech - you would Still be getting Both messages. -K- On 5/28/2014 3:26 PM, Frank Cazabon wrote: On 28/05/2014 02:56 PM, Allen wrote: Am I the only one then? Weird. Only wine, no pints. Al (Allen)

RE: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Allen
That's all I get too. And for some reason it's just Alan I get double posts from. And its only just started too which I can't figure out. Al -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: 28 May 2014 21:27 To:

RE: Ddoouubbllee Poossttiinngg

2014-05-28 Thread mbsoftwaresolutions
On 2014-05-28 15:24, Tracy Pearson wrote: Allen, Proof in the history? http://leafe.com/archives/full_thread/493446 If he does a reply-all to profox@leafe.com AND profoxt...@leafe.com, wouldn't that exhibit what you saw? ___ Post Messages to:

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Frank Cazabon
On 28/05/2014 03:31 PM, Kurt @ VR-FX wrote: if you Only get ProFoxTech - you would Still be getting Both messages. I guess I misunderstood the logic behind your suggestion. Could you explain it, please? -- Frank. Frank Cazabon ___ Post

RE: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Allen
But why just me. And I just checked on my phone and its double there too so it's not an outlook problem. I am tech only as are lots here. No one else seems to have this so I can't figure it out Al -Original Message- On 2014-05-28 15:24, Tracy Pearson wrote: Allen, Proof in the

Re: [NF] Network Issues Suddenly Showing Up - Problem found not solved

2014-05-28 Thread sandc_jeff
On 2014-05-28 10:49, Ted Roche wrote: On Wed, May 28, 2014 at 1:20 PM, sandc_jeff sandc_j...@mail.webfaction.comwrote: Yesterday I installed some software that required me to log in with a Microsoft user ID which is an email. I traced my server problem to the server not recognizing my

Re: [NF] Network Issues Suddenly Showing Up - Problem found not solved

2014-05-28 Thread mbsoftwaresolutions
On 2014-05-28 15:50, sandc_jeff wrote: What has happened now is that my local log in of Jeff is gone and the profile Jeff.JOHNSON-PC is not accessible. Is there any way to re-attach my user login to that profile. If not, everything needs to be re-built on another profile. I can't believe this

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Kurt @ VR-FX
AFAIK - that is Correct Mike! And - as further proof - I am doing JUST That - a Reply-To-All, which should produce a Double Posting! AFAIK - if you post an [OT} message - and hit Reply to All - it would ONLY go to the Regular ProFox list - NOT to the ProFoxTech list - since it gets filtered

Re: Ddoouubbllee Poossttiinngg

2014-05-28 Thread Ted Roche
On Wed, May 28, 2014 at 3:24 PM, Tracy Pearson tr...@powerchurch.comwrote: Proof in the history? http://leafe.com/archives/full_thread/49344http://leafe.com/archives/full_thread/493446 Good catch! Apparently, my email client filtered out the duplicate! -- Ted Roche Ted Roche Associates,

Re: [NF] Network Issues Suddenly Showing Up - Solution

2014-05-28 Thread Jeff
The whole problem is that Windows 8 changed my local account to a Microsoft account because Techsmith bought into their state of the art software delivery system called the Windows App Store. Genious! I basically backed up my profile, deleted all accounts except the admin, created a new local

RE: Frustrating page tab captions

2014-05-28 Thread Geoff Flight
THANKS EVERYONE for the advice. I've abandoned any hope of getting it to work and so have retooled with simply using a hyphen. I have tried all brackets and get the same result. The pageframe is not subclassed and nothing makes sense. I guess I am a bit surprised something as odd and annoying

Re: [NF] Network Issues Suddenly Showing Up - Solution

2014-05-28 Thread Paul McNett
On 5/28/14, 4:02 PM, Jeff wrote: What's amatta for these guys? Glad you got out of your hole! Paul ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: [NF] Network Issues Suddenly Showing Up - Solution

2014-05-28 Thread Jeff
On 5/28/2014 4:53 PM, Paul McNett wrote: On 5/28/14, 4:02 PM, Jeff wrote: What's amatta for these guys? Glad you got out of your hole! Paul I find it hard to believe that Windows 8 was released. This is just one example. You order software from the app store and it blows away your

Re: [NF] Network Issues Suddenly Showing Up - Solution

2014-05-28 Thread Paul McNett
On 5/28/14, 5:39 PM, Jeff wrote: On 5/28/2014 4:53 PM, Paul McNett wrote: On 5/28/14, 4:02 PM, Jeff wrote: What's amatta for these guys? Glad you got out of your hole! Paul I find it hard to believe that Windows 8 was released. This is just one example. You order software from the app

[no subject]

2014-05-28 Thread Joe Yoder
I am an occasional VFP programmer who has never had enough experience with the GUI to learn the proper way to organize a project to let the various components communicate with each other. I need to collect descriptions of a variable number of IP addresses stored in a 2 column array. The first

Re:

2014-05-28 Thread Ken Dibble
I need to collect descriptions of a variable number of IP addresses stored in a 2 column array. The first column has the address and the second needs to have a user entered description. The form I am using has a listbox displaying the columns of the array. I want the user to be able to enter

Re: A Question of Arrays, Grids Cursors - Oh My...

2014-05-28 Thread Kurt @ VR-FX
Joe - I would certainly do it via a Grid - seems it would make the most sense. And, yes, probably be best to put the data in a Temp Cursor instead of using an Array! And - ah - U made no Subject - which looked strange - I almost thought it was some kinda Spam - since there was No Subject - so

Re: A Question of Arrays, Grids Cursors - Oh My...

2014-05-28 Thread Joe Yoder
Kurt, Sorry about the missing subject - my older Email client wouldn't let an Email go out without a subject but Gmail apparently does. Thanks for adding one! I've started playing with the grid option and run into several issues: The builder doesn't seem to want to accept a cursor as a data

Re: A Question of Arrays, Grids Cursors - Oh My...

2014-05-28 Thread Joe Yoder
Actually I found the column and headers on the properties tree so my grid is fully functional. I would still like to be able to use the builder though. - Joe On Wed, May 28, 2014 at 11:09 PM, Joe Yoder j...@wheypower.com wrote: Kurt, Sorry about the missing subject - my older Email client

Re: A Question of Arrays, Grids Cursors - Oh My...

2014-05-28 Thread Fred Taylor
A Grid is a container that houses Columns. A Column is a container that has Headers and by default, TextBoxes. The ReadOnly would be a property on the Column object. You'd also need to set the Column.ControlSource to be the table.field, no need to set the ControlSource for the Text box. So

RE: [NF] Network Issues Suddenly Showing Up - Solution

2014-05-28 Thread Dan Covill
Date: Wed, 28 May 2014 17:53:35 -0700 From: p...@mcnettware.com To: profoxt...@leafe.com Subject: Re: [NF] Network Issues Suddenly Showing Up - Solution On 5/28/14, 5:39 PM, Jeff wrote: On 5/28/2014 4:53 PM, Paul McNett wrote: On 5/28/14, 4:02 PM, Jeff wrote: What's amatta for