look at embedded sql in the help.
Type: Posts; User: starzen
look at embedded sql in the help.
sorting maybe every time you add an item
i would use a string array and the function i mentioned
What version of DF?
i remember we had an issue with this and it was so bad that i decided to write an external DLL to do my query that was massively faster for a number of reasons
i think at...
theoretically 8TB but not that simple in practice
for one it depends on how the memory is consumed and addressed.
registers need to be big enough so the limit may be the size of the registers...
You can use IPC (inter process communication) to communicate between windows processes.
there are a number of different IPC methods such as top level messages, message queues, shared memory,...
have you tried removing and re adding the library
are they used in the main project that uses the library or are they possibly cross referenced from one library to another
are you sure you dont have cookies turned off or something like that?
if it happens on the dev machine log the session keys and see what they are
if it works in other views but not in this one obviously something must be different
have you tried to create a new webapp just with that view
anything special about the app?
technically of course the error means that the session key from the client was not found in the session table
i have had this error when we implemented SSO...
is ICEMEN01 an externally updated table in your DD structure?
record not found happens when you have a record in the buffer that has been deleted and DF tries to refind the record
with...
We have a logging system built into our apps that logs data into a sql database
by default it only logs errors and other forced logs but with configurations it can be set to log all debug...
problem is if other protocols are enabled and the server doesnt have TLS1.2 it will downgrade to other protocols. you would need to disable all other protocols
as far as i know there is no way to...
another option is to use the CoCreateGuid API
Move (CoCreateGuid(AddressOf(myGuid))) to iRetVal
generally setting the size last is better. But i am wondering if that was the reason for the studio to show it different.
is there a reason why you are setting the size twice in some objects?
a bit tricky. DF changes the size when setting any font type properties. so if you set the size first and then change the font...
thats why i was asking about the clear. OnNewCurrentRecord is called when a new record is found or dd is cleared so something seems to be happening too early
follow the callstack back to see what...
are you possibly clearing a DD too early?
the line in your error message is a webset. but it looks like it is in DAWs packages
check there and see why that line is being called too early. it could be caused by something else you are doing...
that generally means the control implementations in javascript is incorrect. I have seen a few on here that are not created properly so they only allow one instance.
do you have a webset psvalue? there?
essentially this happens if you try to set a web property before the web property system is initialized.
if you have a webset that causes this you could...
Fedex has a web API for tracking, shipping, package cost calculation, time in transit etc.
it is not a very complex API really but you do need a Fedex developer account i believe to have access to...
you can also assign a css class psCSSClass
use CSS selectors
if you have an id
something like
#myid button {
}
you dont want to use shared DDs
you want to pass the information using Procedure OnGetNavigateForwardData