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: *

  1. soks2626

    Toolbar / MenuRecordFirst

    Thanks Mac. The fact that I have two tables to one frame explains why I have the error. Thanks! -Alex
  2. soks2626

    Toolbar / MenuRecordFirst

    Hi again: I have a question. I'm using the MenuRecordFirst toolbar button to look be able to search through records on a form. It searches in a frame. There are two tables connected to this frame. When I click on one of the first three fields, it produces the correct name in the...
  3. soks2626

    Delphi and Paradox Tables?

    Hi there: I was wondering if it was possible to edit Paradox tables with Delphi? I'm not really sure how this whole compatibility thing works at all... newbie, afterall. Any info would be great, thanks! -Alex
  4. soks2626

    Restructure problems

    Now I get "invalid array of validity check desciptors". Any ideas?
  5. soks2626

    Restructure problems

    I'm trying to restructure a table via a script but I keep getting errors that don't allow me to restructure the table. Any help would be great. The code's attached here. Thanks1 -Alex var tc tcursor tbl Table tcFlds TCursor dynNewStru DynArray[] Anytype endvar...
  6. soks2626

    Unassigned Variable

    The checked value is "X" and the unchecked value is blank. There's isn't anything attached to the checkbox (no code at all). And when I click on the text, same error or the box or the container. Hmmm... sorry if this seems like a lame question, I just can't find the error. -Alex
  7. soks2626

    Filtering

    Hi peoples: Got another question about filtering. I understand that with setRange you can filter everything but a particular value (such as 15 from an indexed table). I was wondering if instead of filtering everything but, you could filter nothing but. I want to filter none of the records...
  8. soks2626

    Unassigned Variable

    It's called "Data_Checkbox" and it's an undefined field.
  9. soks2626

    Unassigned Variable

    Hi: Quick question... I put a checkbox type dealy on my form and assigned values for checked and unchecked. That's all and when I click on it, I get the infamous "Unassigned Variable" dialog box. Any ideas on what may be causing this? there aren't any events or methods to this...
  10. soks2626

    Forced Page Breaks in a Report

    Hi again! I was wondering if it was possible in Pdox9 to be able to force page breaks in a report during runtime. Currently, the report filters out users and places their information in the report (address, etc.). If the information gets too long, it automatically page breaks (which is...
  11. soks2626

    Invalid Array of Validity Check Descriptors

    I don't know what to do! I'm just trying to add one new field to the end of the table but when i get to the table.restructure command, it gives me that error. Any suggestions? HEre's the code. -Alex method run(var eventInfo Event) addpassword("peterpiper") tbl.attach(...
  12. soks2626

    Adding columns to a table?

    Hi again! I was wondering if anyone could help me out here. I want to write a script to a new column to an existing table. I mean I know I could go through queries, tccursors, creating new tables and etc. to do it... but i was wondering if there's an easier way? And I can't just edit the...
  13. soks2626

    Toolbar help (lastrecord)

    Hi there- I was trying to program a toolbar and noticed that Paradox9 has a "MenuRecordLocateNext" command for the toolbar, but they don't have a "MenuRecordLocateLast" command. Any ideas on how I can invoke such a procedure or any idea why it's not there? Thanks! -Alex
  14. soks2626

    Report Text Errors

    Hi again- I'm creating a report and it seems that when I run it, two of the text labels don't show up. They aren't invisible and they are at the same level as the rest of the text labels but they just don't show up. Any ideas? Thanks. -Alex
  15. soks2626

    Possble form open errors?

    Nevermind, apparently the source file was pooped up. Thanks anyway!
  16. soks2626

    Possble form open errors?

    Hmm... it says: "cannot find %destination%\Paradox\Experts\Startup\expstart.fdl" Strange... it's there though. I'm not sure where "%destination% is being set though. Any suggestions? Thanks -Alex
  17. soks2626

    Possble form open errors?

    Hi there! I was wondering if anyone can give me some reasons why Paradox9 can't open a particular form. The delivered file and source file are there. There is no one else accessing the information. Variables are set correctly along with path name/aliases. It's trying to be called within a...
  18. soks2626

    Greyed out text?

    Hey there - I was wondering why my program works this way. I have a form attached in Paradox9 and I have a condition setup for a menu that if the the checkbox on the form is checked (the checked value = "X"), a particular option is presented otherwise it is greyed out. However...
  19. soks2626

    WriteToFile?

    Hi again- I was wondering how I would be able to take a Binary piece of data (like an image stored in a table) and write that to a specific directory and file name based on other contents on the same row as that image data. I'm thinking "WriteToFile", but that doesn't seem to let...
  20. soks2626

    largest table size?

    hey guys: i hear 2gb is the limit for a table... is there any way around that or will have to start programming to seperate the files (binary) inside the table to indivdual files? Alex soks2626@hotmail.com

Part and Inventory Search

Back
Top