Search
-
Thanks much for the guidance!
I understand the development process so I really appreciate the heads up on your possible time frame.
I'm planning on working on this next week.
-
I understand that.
My situation was that at one point i was moving cells around >alot< and found that i had fumbled around 2 fields with the same caption and had no way to tell which was which. Which "City" was the ship to ? ... Which "City" was the bill to? ... from the tables/fields section yes they are seperated and ...
-
Nothing in there right now that could limit the response by an exact number of records.....
You could try "RecordID < 101" to grab the first 100 (assuming no deletions). Not really what you are looking for, but might solve the problem for now.
Paul
-
Hello,
I'm experimenting with the API and wanted to just
browse some of the data in some of tables. To put it more simply, I'd
like to run the equivalent of this SQL query over the API.
Select Name from Customers limit 5;
It
looks like I should be using the MethodAPISelect_XML to accomplish
this. In the documentation I see some ...
-
Paul.
Thanks for the response. I think I see what youre saying, but I dont know if it applies here. PHP arrays natively assign indexing without construction arguments (i.e. default sizing), so when I say
$fieldArray = array('Name');
I've just created an arrray with one element indexed at position 0. So
echo $fieldArray[0];
would ...
-
Hey Joe,
If you open the table "customer" and add a field named "Fullname" to the table, that field's name is set as Fullname. If you change the caption of that field to "Name in Full" the field name is still "Fullname".
On the other hand, if you drag the text box onto the screen from the objects list, ...
-
Hi Jim,
1. The “flickering” is something that you would typically see if there are many transactions that haven’t been synched yet, or more likely when there is a Full Sync going.
The Full Sync should only happen once a day, in the middle of the night, so it shouldn’t be doing this. However, if there ...
-
Paul - before I get the dev team to look into this, can you just verify one thing for me?
I've seen this message before, and I think every time I've seen it, the reason was that the last index in the array was not used.
For example, the array was a 0-based index, and was defined as myarray(10) when there are 10 values you want to ...
-
Paul,
Thanks for your quick response. So far, I'm finding the API
pretty nice to work with, but I haven't quite gotten my customer insert
test to work yet. Here's a block of my code in PHP. Please note that I
noticed all of your code samples were in VB and ASP.NET, so once my project
is complete, I'd be glad to post my code so ...
-
Hi Joe,
Thanks for pointing this out, when I tried the hide/show action the caption stayed on screen but the text box went away. I'll look into this and get back to you.
|
|
|