Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CMcC
  • Order by date
  1. CMcC

    Validating a form on a webpage that someone saves to their desktop

    Thanks Guitarzan. I will have to ask our gateway provider if they include such a fingerprint. That is a valuable thing. I will continue to code my process page until further notice... Cmcc
  2. CMcC

    Validating a form on a webpage that someone saves to their desktop

    Thank you Olaf AND everyone for all of your responses. We are in the process of converting our Foxpro over to SQL now. I am creating a server side process that will exist on our server to check the value that is coming back from the client before heading off to the third party processor...
  3. CMcC

    Validating a form on a webpage that someone saves to their desktop

    Hi gk53. I will see what I can do. That does sound like what I need to do. I appreciate your input. Cmcc
  4. CMcC

    Validating a form on a webpage that someone saves to their desktop

    Thank you Chris. That is what I was thinking. Not sure if possible to make a form submit button disabled if they save the page.(or not allow them to save the page). On our server, a value is determined what is needed to be paid. This information is then sent to a 3rd party payment gateway and...
  5. CMcC

    Validating a form on a webpage that someone saves to their desktop

    Hi all. I have been racking my brain trying to figure out how to validate a form on a saved page (user saved the page to their desktop) where the dynamic variables are then saved as static variables? I am using outdated ASP classic, and I have to work with old Fox 2.o and Visual Fox data...
  6. CMcC

    Tableupdate:updates multiple rows, when only one row should be updated

    HI JRB-Bldr. That makes alot of sense now! I couldnt understand what the association is between the fields. The first field in this table is a 'last updated date' field. SO! updated date were being updated. I am going to move the field (just to test) and see if only one record gets updated...
  7. CMcC

    Tableupdate:updates multiple rows, when only one row should be updated

    Thanks all for your input. The views are built dynamically. With that being said, I am not sure that I can 'open' the tab of the view? I was told that the view is an 'instance' of the table and any changes would reflect on the SQL table if a tableupdate is issued. (on buffering = 5). Thanks...
  8. CMcC

    Tableupdate:updates multiple rows, when only one row should be updated

    There are no relations. There are no joins. The primary key is the customer number which is 'cust_num' This is the only table I am trying to update and the name 'npmaster' means it is the master customer table (not a master/child table). We are not using SQL server in the traditional fashion...
  9. CMcC

    Tableupdate:updates multiple rows, when only one row should be updated

    lookup form - load event: SELECT tname, notes, tstatus, lastupdate, cust_num; FROM npmaster; INTO cursor grdname **** this cursor is recordsource for the grid lookup form - "Find Customer" button click SELECT grdName INDEX ON tname TO who + "tname" Set Order To who...
  10. CMcC

    Tableupdate:updates multiple rows, when only one row should be updated

    HI Olaf. There are no joins. Have a cursor that is built upon a 'whole' table for a lookup feature. Since I am working with remote views, I use this cursor to search within the whole result set. Once found in this cursor, I send to another form with a customer number, then close this...
  11. CMcC

    Tableupdate:updates multiple rows, when only one row should be updated

    HI All. Working in vfp9, with SQL backend. Creating remote views. When a customer record is changed, the fields that were selected for change (say name and zip) are being updated multiple times for different 'customers'. so when I change a zip code to '88888' for that one customer, it varies...
  12. CMcC

    SearchString is "string" but db field is numeric. HANGS on lookup.

    Hi George. Its actually so old school that it is a standalone .DBF 'lookup table' - in the process of converting data to SQL Server 2008. Hi Chris - let me try what you are suggesting and let you know the outcome! Thanks so much for both of your expertise! CMCC
  13. CMcC

    SearchString is "string" but db field is numeric. HANGS on lookup.

    HI all. Have a classic ASP page that takes a searchstring and looks in a table on the server and should bring back any records that are 'like' the searchstring. Something is going on to where the server just 'hangs' trying to find that data. Only thing I can think of is that the searchstring...
  14. CMcC

    Form with 2 actions, only one button

    Thanks to both of you for your help. Im only alittle familiar with AJAX, so I will definitely check out that tutorial link that you provided Jeepxo. The need for it isnt as important as it was when I posted, but it is helpful to know how to - in case I need it in the future! CMCC
  15. CMcC

    Form with 2 actions, only one button

    Hi all. I have a form where the action is a link to a third party vendor for credit card payments. Within this form, I attach hidden variables and submit those with the action to the link. We want to start adding records to a table to let us know when a customer has "left" our site to go to...
  16. CMcC

    .Setall max length of textboxes to 100 in form w/PageFrame - possible?

    Thanks JRB-Bldr! I guess I didnt phrase my question quite correctly, but I will keep your suggestion in mind for when I have multiple forms that need altering. I must start using the class effect when starting a project (as Tamar suggested) - sometimes I forget to do that. Cmcc
  17. CMcC

    .Setall max length of textboxes to 100 in form w/PageFrame - possible?

    Thank you Mike. I realized that I would have to run that again, but your suggestion would work for all instances- with no need to run again - in case I forget. I love this site!!! Cmcc
  18. CMcC

    .Setall max length of textboxes to 100 in form w/PageFrame - possible?

    Thanks to both Tamar and jrbbldr. Both have been extremely helpful! Cmcc
  19. CMcC

    .Setall max length of textboxes to 100 in form w/PageFrame - possible?

    I have a form with 6 tabs on a pageframe, and would like to set all the maxlengths to 100 for all textboxes on the form without having to go into each and every tab and each and every textbox property to set. Is there someway to do it, sorta like closing forms all at once: lnFormCount =...
  20. CMcC

    Hyperlink within a Combobox

    Mike - that is exactly what I was asking! Thanks! CMCC

Part and Inventory Search

Back
Top